From a3cce9794695ac62c8c94c21dc962a8faf1a62ec Mon Sep 17 00:00:00 2001 From: Ben Siraphob Date: Fri, 19 Mar 2021 13:18:32 +0700 Subject: [PATCH] gt5: expand platforms to all --- pkgs/tools/system/gt5/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/system/gt5/default.nix b/pkgs/tools/system/gt5/default.nix index 3e904e6c0ada..374bcf0e3146 100644 --- a/pkgs/tools/system/gt5/default.nix +++ b/pkgs/tools/system/gt5/default.nix @@ -21,6 +21,6 @@ stdenv.mkDerivation rec { homepage = "http://gt5.sourceforge.net/"; license = lib.licenses.gpl2Plus; maintainers = with lib.maintainers; [viric]; - platforms = with lib.platforms; linux; + platforms = with lib.platforms; all; }; }