Merge pull request #9691 from samuelrivas/update-argyllcms

Update argyllcms
This commit is contained in:
goibhniu
2015-09-14 10:01:36 +02:00
2 changed files with 64 additions and 30 deletions

View File

@@ -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