mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-22 14:45:27 +00:00
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:
parent
3a6fd647e5
commit
fac358731d
|
@ -19,8 +19,8 @@ stdenv.mkDerivation {
|
|||
Xaw3d
|
||||
ghostscriptX
|
||||
perl
|
||||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||
pkgconfig
|
||||
] ++ stdenv.lib.optionals stdenv.isDarwin [
|
||||
libiconv
|
||||
];
|
||||
|
||||
|
|
Loading…
Reference in a new issue