-
-
Notifications
You must be signed in to change notification settings - Fork 18.6k
flex package should provide lex binary #155168
Copy link
Copy link
Closed
Labels
0.kind: packaging requestRequest for a new package to be addedRequest for a new package to be added2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Metadata
Metadata
Assignees
Labels
0.kind: packaging requestRequest for a new package to be addedRequest for a new package to be added2.status: stalehttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.mdhttps://github.com/NixOS/nixpkgs/blob/master/.github/STALE-BOT.md
Fields
Give feedbackNo fields configured for issues without a type.
On most linux distributions,
/bin/lexis provided by theflexpackage as a symlink to/bin/flex. This is not the case on NixOS, which makes building some software that expects alexbinary difficult.NixOS should change the
flexpackage to provide/bin/lexin addition to the/bin/flexand/bin/flex++that it currently provides.