verilator: shebangs patch is not needed anymore

This commit is contained in:
Jörg Thalheim 2020-01-30 20:42:51 +00:00
parent cd526d844b
commit 37286820f2
No known key found for this signature in database
GPG Key ID: 003F2096411B5F92

View File

@ -12,10 +12,6 @@ stdenv.mkDerivation rec {
enableParallelBuilding = true;
buildInputs = [ perl flex bison ];
postInstall = ''
sed -i -e '3a\#!/usr/bin/env perl' -e '1,3d' $out/bin/{verilator,verilator_coverage,verilator_profcfunc}
'';
meta = {
description = "Fast and robust (System)Verilog simulator/compiler";
homepage = "https://www.veripool.org/wiki/verilator";