about summary refs log tree commit diff
path: root/pkgs/applications/graphics
diff options
context:
space:
mode:
authorAndy Chun @noneucat <andy@lolc.at>2021-11-30 13:21:32 -0800
committerAndy Chun @noneucat <andy@lolc.at>2021-12-16 12:44:53 -0800
commit45db1b5f38d06607fde4fa006cbc870db2f2ea43 (patch)
tree2c31f13fd2dc305f83b67cac0916f731dd3269cd /pkgs/applications/graphics
parentd72755142321ef09125eceb65bfe0264adbd901d (diff)
weylus: add meta.platforms
Diffstat (limited to 'pkgs/applications/graphics')
-rw-r--r--pkgs/applications/graphics/weylus/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/applications/graphics/weylus/default.nix b/pkgs/applications/graphics/weylus/default.nix
index a06e99fc30a83..092366652d4fa 100644
--- a/pkgs/applications/graphics/weylus/default.nix
+++ b/pkgs/applications/graphics/weylus/default.nix
@@ -66,5 +66,6 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/H-M-H/Weylus";
     license = with licenses; [ agpl3Only ];
     maintainers = with maintainers; [ lom ];
+    platforms = [ "x86_64-linux" ];
   };
 }