Add pkgconfig to ghcjs boot
This commit is contained in:
parent
2a32834ad9
commit
2f6c9947fe
@ -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 = ''
|
||||
|
Loading…
Reference in New Issue
Block a user