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";
|
||||
|
||||
configureFlags = [
|
||||
"--disable-static"
|
||||
"--disable-openssl"
|
||||
"--without-cython"
|
||||
];
|
||||
|
Loading…
Reference in New Issue
Block a user