verilator: fix Perl shebangs
This commit is contained in:
parent
2c99575c66
commit
2c02c84cdc
@ -12,6 +12,10 @@ stdenv.mkDerivation rec {
|
|||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
buildInputs = [ perl flex_2_6_1 bison ];
|
buildInputs = [ perl flex_2_6_1 bison ];
|
||||||
|
|
||||||
|
postInstall = ''
|
||||||
|
sed -i -e '3a\#!/usr/bin/env perl' -e '1,3d' $out/bin/{verilator,verilator_coverage,verilator_profcfunc}
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Fast and robust (System)Verilog simulator/compiler";
|
description = "Fast and robust (System)Verilog simulator/compiler";
|
||||||
homepage = "http://www.veripool.org/wiki/verilator";
|
homepage = "http://www.veripool.org/wiki/verilator";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user