Skip to content

Commit

Permalink
arachne-pnr: fix stupid install error, enable parallelism
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Oct 17, 2017
1 parent dd4a212 commit b304695
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/compilers/arachne-pnr/default.nix
Expand Up @@ -11,8 +11,9 @@ stdenv.mkDerivation rec {
sha256 = "1wszcx6hgw4q4r778zswrlwdwvwxq834bkajck8w9yfqwxs9lmq8";
};

enableParallelBuilding = true;
makeFlags =
[ "DESTDIR=$(out)" "ICEBOX=${icestorm}/share/icebox"
[ "PREFIX=$(out)" "ICEBOX=${icestorm}/share/icebox"
];

meta = {
Expand Down

0 comments on commit b304695

Please sign in to comment.