Skip to content

Commit

Permalink
circt.nix: Drop workaround for llhd link-dep rpath.
Browse files Browse the repository at this point in the history
This should no longer be needed.
  • Loading branch information
dtzSiFive committed Aug 16, 2024
1 parent e0f646a commit 92c72c3
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions circt.nix
Original file line number Diff line number Diff line change
Expand Up @@ -95,9 +95,6 @@ in stdenv.mkDerivation {

preCheck = ''
patchShebangs bin/*.py
'' + lib.optionalString enableLLHD ''
# llhd-sim link-dep on this, but expect in install dir.
ninja install-circt-llhd-signals-runtime-wrappers
'';

# Manually install bits that don't have install rules yet.
Expand Down

0 comments on commit 92c72c3

Please sign in to comment.