From 45db1b5f38d06607fde4fa006cbc870db2f2ea43 Mon Sep 17 00:00:00 2001 From: "Andy Chun @noneucat" Date: Tue, 30 Nov 2021 13:21:32 -0800 Subject: [PATCH] weylus: add meta.platforms --- pkgs/applications/graphics/weylus/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/applications/graphics/weylus/default.nix b/pkgs/applications/graphics/weylus/default.nix index a06e99fc30a8..092366652d4f 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" ]; }; }