mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
flex: backwards-compatible executable alias lex
This commit is contained in:
parent
b254d2b1fe
commit
946f5dd980
@ -47,6 +47,10 @@ stdenv.mkDerivation rec {
|
||||
|
||||
dontDisableStatic = stdenv.buildPlatform != stdenv.hostPlatform;
|
||||
|
||||
postInstall = ''
|
||||
ln -s $out/bin/flex $out/bin/lex
|
||||
'';
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://github.com/westes/flex";
|
||||
description = "A fast lexical analyser generator";
|
||||
|
Loading…
Reference in New Issue
Block a user