jam: add yacc as build input
I am not sure why do I need this locally, it seems to be passing in hydra anyway...
This commit is contained in:
parent
b5b78eaf44
commit
4ef2d19981
@ -1,4 +1,4 @@
|
||||
{stdenv, fetchurl}:
|
||||
{stdenv, fetchurl, yacc}:
|
||||
|
||||
let
|
||||
bindir = if stdenv.system == "i686-linux" then "bin.linuxx86"
|
||||
@ -13,6 +13,8 @@ stdenv.mkDerivation {
|
||||
sha256 = "04c6khd7gdkqkvx4h3nbz99lyz7waid4fd221hq5chcygyx1sj3i";
|
||||
};
|
||||
|
||||
buildInputs = [ yacc ];
|
||||
|
||||
installPhase = ''
|
||||
mkdir -p $out/bin
|
||||
cp ${bindir}/jam $out/bin
|
||||
|
Loading…
Reference in New Issue
Block a user