mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-18 11:40:45 +00:00
gnugrep: add meta.mainProgram
Fix the following error when running `nix run .#gnugrep`: error: unable to execute '/nix/store/p21zz3jvnsk6h7pb83lm9hyl2hb7d2g8-gnugrep-3.6/bin/gnugrep': No such file or directory
This commit is contained in:
parent
ef9c06512b
commit
14791e1deb
|
@ -60,6 +60,7 @@ stdenv.mkDerivation {
|
|||
|
||||
maintainers = [ maintainers.eelco ];
|
||||
platforms = platforms.all;
|
||||
mainProgram = "grep";
|
||||
};
|
||||
|
||||
passthru = {inherit pcre;};
|
||||
|
|
Loading…
Reference in a new issue