mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-19 02:44:17 +03:00
swaylock-effects: add meta.mainProgram
This commit is contained in:
parent
e3fcf796f1
commit
30cd71f1c9
@ -44,6 +44,7 @@ stdenv.mkDerivation rec {
|
||||
longDescription = ''
|
||||
Swaylock, with fancy effects
|
||||
'';
|
||||
mainProgram = "swaylock";
|
||||
inherit (src.meta) homepage;
|
||||
license = licenses.mit;
|
||||
platforms = platforms.linux;
|
||||
|
Loading…
Reference in New Issue
Block a user