pkgconfig: cleanup with a mass rebuild

This commit is contained in:
Jan Malakhovski 2018-09-04 17:35:32 +00:00
parent c77ba8b8f6
commit d5ddae51bd

View file

@ -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" ]