byacc: resulting binary should be named byacc
This commit is contained in:
parent
0a4cd28f84
commit
2169faee8b
@ -12,8 +12,16 @@ stdenv.mkDerivation rec {
|
||||
sha256 = "173l9yai5yndbyn8nzdl6q11wv4x959bd0w392i82nfsqcz0pfsv";
|
||||
};
|
||||
|
||||
configureFlags = [
|
||||
"--program-transform-name='s,^,b,'"
|
||||
];
|
||||
|
||||
doCheck = true;
|
||||
|
||||
postInstall = ''
|
||||
ln -s $out/bin/byacc $out/bin/yacc
|
||||
'';
|
||||
|
||||
meta = with stdenv.lib; {
|
||||
description = "Berkeley YACC";
|
||||
homepage = https://invisible-island.net/byacc/byacc.html;
|
||||
|
Loading…
Reference in New Issue
Block a user