libimobiledevice: Remove unnecessary --disable-static.
That's already controlled by `dontDisableStatic`, see: * https://nixos.org/nixpkgs/manual/#ssec-configure-phase * #51540
This commit is contained in:
@@ -34,7 +34,6 @@ stdenv.mkDerivation rec {
|
|||||||
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
|
preConfigure = "NOCONFIGURE=1 ./autogen.sh";
|
||||||
|
|
||||||
configureFlags = [
|
configureFlags = [
|
||||||
"--disable-static"
|
|
||||||
"--disable-openssl"
|
"--disable-openssl"
|
||||||
"--without-cython"
|
"--without-cython"
|
||||||
];
|
];
|
||||||
|
|||||||
Reference in New Issue
Block a user