mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
Merge pull request #121430 from legendofmiracles/master
neofetch: set meta.mainProgram
This commit is contained in:
commit
b731c58d19
1 changed files with 1 additions and 0 deletions
|
@ -34,5 +34,6 @@ stdenvNoCC.mkDerivation rec {
|
|||
license = licenses.mit;
|
||||
platforms = platforms.all;
|
||||
maintainers = with maintainers; [ alibabzo konimex ];
|
||||
mainProgram = "neofetch";
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue