1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

neofetch: set meta.mainProgram

This commit is contained in:
legendofmiracles 2021-05-01 22:06:01 +02:00
parent 19916afe1d
commit 38033cd971
No known key found for this signature in database
GPG key ID: 19B082B3DEFE5451

View file

@ -34,5 +34,6 @@ stdenvNoCC.mkDerivation rec {
license = licenses.mit;
platforms = platforms.all;
maintainers = with maintainers; [ alibabzo konimex ];
mainProgram = "neofetch";
};
}