1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

Add pkgconfig to ghcjs boot

This commit is contained in:
Will Fancher 2018-05-17 05:26:48 -04:00
parent 2a32834ad9
commit 2f6c9947fe

View file

@ -13,6 +13,7 @@
, makeWrapper
, xorg
, gmp
, pkgconfig
, lib
, ghcjsDepOverrides ? (_:_:{})
}:
@ -60,6 +61,7 @@ in stdenv.mkDerivation {
makeWrapper
xorg.lndir
gmp
pkgconfig
];
phases = ["unpackPhase" "buildPhase"];
buildPhase = ''