aboutsummaryrefslogtreecommitdiff
path: root/pkgs
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2022-06-11 10:33:34 +0200
committerKarel Kočí <cynerd@email.cz>2022-06-11 10:33:34 +0200
commit83e660734a321c725444e30b67d97a3a5597826f (patch)
tree280a1a4086a272d023f9f5bd70d09834a777cb35 /pkgs
parent6ce39ae86918f1870603cf9685fd40742efcfc9b (diff)
downloadnixos-personal-83e660734a321c725444e30b67d97a3a5597826f.tar.gz
nixos-personal-83e660734a321c725444e30b67d97a3a5597826f.tar.bz2
nixos-personal-83e660734a321c725444e30b67d97a3a5597826f.zip
pkgs: sway is available only on the Linux
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/theme/myswaylock.nix4
-rw-r--r--pkgs/theme/swaybackground.nix4
2 files changed, 8 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" ];
diff --git a/pkgs/theme/swaybackground.nix b/pkgs/theme/swaybackground.nix
index 856d774..6675d24 100644
--- a/pkgs/theme/swaybackground.nix
+++ b/pkgs/theme/swaybackground.nix
@@ -6,6 +6,10 @@
stdenvNoCC.mkDerivation {
pname = "swaybackground";
version = "1.0";
+ meta = with lib; {
+ license = licenses.gpl3;
+ platforms = platforms.linux;
+ };
nativeBuildInputs = [ makeWrapper ];
phases = [ "installPhase" ];