mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
pwgen: add meta.mainProgram
This commit is contained in:
parent
688d95b6e6
commit
3959f7c723
@ -24,6 +24,7 @@ stdenv.mkDerivation rec {
|
||||
homepage = "https://github.com/tytso/pwgen";
|
||||
license = licenses.gpl2Only;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
mainProgram = "pwgen";
|
||||
platforms = platforms.all;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user