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