mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-27 01:13:05 +00:00
passage: add mainProgram
This commit is contained in:
parent
8a321dbfb4
commit
22369c94e2
@ -48,6 +48,7 @@ stdenv.mkDerivation {
|
||||
license = licenses.gpl2Plus;
|
||||
maintainers = with maintainers; [ kaction ];
|
||||
platforms = platforms.unix;
|
||||
mainProgram = "passage";
|
||||
|
||||
longDescription = ''
|
||||
passage is a fork of password-store (https://www.passwordstore.org) that uses
|
||||
|
Loading…
Reference in New Issue
Block a user