Skip to content

Commit

Permalink
icestorm: fix chipdb location for icebox_vlog
Browse files Browse the repository at this point in the history
Signed-off-by: Austin Seipp <aseipp@pobox.com>
  • Loading branch information
thoughtpolice committed Feb 14, 2018
1 parent 9857545 commit fa8f4b1
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions pkgs/development/tools/icestorm/default.nix
Expand Up @@ -15,6 +15,13 @@ stdenv.mkDerivation rec {
buildInputs = [ python3 libftdi ];
makeFlags = [ "PREFIX=$(out)" ];

# fix icebox_vlog chipdb path. icestorm issue:
# https://github.com/cliffordwolf/icestorm/issues/125
patchPhase = ''
substituteInPlace ./icebox/icebox_vlog.py \
--replace /usr/local/share "$out/share"
'';

meta = {
description = "Documentation and tools for Lattice iCE40 FPGAs";
longDescription = ''
Expand Down

0 comments on commit fa8f4b1

Please sign in to comment.