summary refs log tree commit diff
path: root/pkgs/applications/graphics/weylus/default.nix
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/weylus/default.nix
parentd72755142321ef09125eceb65bfe0264adbd901d (diff)
downloadnixpkgs-45db1b5f38d06607fde4fa006cbc870db2f2ea43.tar
nixpkgs-45db1b5f38d06607fde4fa006cbc870db2f2ea43.tar.gz
nixpkgs-45db1b5f38d06607fde4fa006cbc870db2f2ea43.tar.bz2
nixpkgs-45db1b5f38d06607fde4fa006cbc870db2f2ea43.tar.lz
nixpkgs-45db1b5f38d06607fde4fa006cbc870db2f2ea43.tar.xz
nixpkgs-45db1b5f38d06607fde4fa006cbc870db2f2ea43.tar.zst
nixpkgs-45db1b5f38d06607fde4fa006cbc870db2f2ea43.zip
weylus: add meta.platforms
Diffstat (limited to 'pkgs/applications/graphics/weylus/default.nix')
-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 a06e99fc30a..092366652d4 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" ];
   };
 }