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