aboutsummaryrefslogtreecommitdiff
path: root/pkgs/theme/myswaylock.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/theme/myswaylock.nix')
-rw-r--r--pkgs/theme/myswaylock.nix4
1 files changed, 4 insertions, 0 deletions
diff --git a/pkgs/theme/myswaylock.nix b/pkgs/theme/myswaylock.nix
index 6b74ce1..64f55f2 100644
--- a/pkgs/theme/myswaylock.nix
+++ b/pkgs/theme/myswaylock.nix
@@ -6,6 +6,10 @@
stdenvNoCC.mkDerivation {
pname = "myswaylock";
version = "1.0";
+ meta = with lib; {
+ license = licenses.gpl3;
+ platforms = platforms.linux;
+ };
nativeBuildInputs = [ makeWrapper ];
phases = [ "installPhase" ];