Unbreak gv (fixes #34841) (#40658)

It appears that without pkgconfig, the build process misdetects some features, resulting in gv to segfault immediately on startup.

The fix was adopted from https://github.com/Homebrew/legacy-homebrew/issues/18555#issuecomment-15074618.
This commit is contained in:
Ingo Blechschmidt 2018-05-19 18:59:04 +02:00 committed by xeji
parent 3a6fd647e5
commit fac358731d

View file

@ -19,8 +19,8 @@ stdenv.mkDerivation {
Xaw3d
ghostscriptX
perl
] ++ stdenv.lib.optionals stdenv.isDarwin [
pkgconfig
] ++ stdenv.lib.optionals stdenv.isDarwin [
libiconv
];