mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 07:13:23 +01:00
bluespec: install utilities, too
Signed-off-by: Austin Seipp <aseipp@pobox.com>
This commit is contained in:
parent
d1293a70c7
commit
c134564c26
1 changed files with 4 additions and 0 deletions
|
@ -71,6 +71,10 @@ in stdenv.mkDerivation rec {
|
|||
src/comp/update-build-version.sh \
|
||||
src/comp/update-build-system.sh \
|
||||
src/comp/wrapper.sh
|
||||
|
||||
substituteInPlace src/comp/Makefile \
|
||||
--replace 'BINDDIR' 'BINDIR' \
|
||||
--replace 'install-bsc install-bluetcl' 'install-bsc install-bluetcl $(UTILEXES) install-utils'
|
||||
'';
|
||||
|
||||
makeFlags = [
|
||||
|
|
Loading…
Reference in a new issue