pkgconfig: cleanup with a mass rebuild
This commit is contained in:
parent
c77ba8b8f6
commit
d5ddae51bd
@ -19,7 +19,6 @@ stdenv.mkDerivation rec {
|
||||
patches = optional (!vanilla) ./requires-private.patch
|
||||
++ optional stdenv.isCygwin ./2.36.3-not-win32.patch;
|
||||
|
||||
preConfigure = ""; # TODO(@Ericson2314): Remove next mass rebuild
|
||||
buildInputs = optional (stdenv.isCygwin || stdenv.isDarwin || stdenv.isSunOS) libiconv;
|
||||
|
||||
configureFlags = [ "--with-internal-glib" ]
|
||||
|
Loading…
Reference in New Issue
Block a user