mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-24 05:44:13 +00:00
scsh: add meta.mainProgram
This commit is contained in:
parent
0a0ee27dc2
commit
a0dd471783
@ -31,5 +31,6 @@ stdenv.mkDerivation {
|
||||
license = licenses.bsd3;
|
||||
maintainers = with maintainers; [ joachifm ];
|
||||
platforms = with platforms; unix;
|
||||
mainProgram = "scsh";
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user