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:
parent
47fa2f133d
commit
3c2c3f0dda
@ -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"
|
||||||
];
|
];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user