summary refs log tree commit diff
diff options
context:
space:
mode:
authorBen Siraphob <bensiraphob@gmail.com>2021-03-19 13:18:32 +0700
committerBen Siraphob <bensiraphob@gmail.com>2021-03-19 13:18:32 +0700
commita3cce9794695ac62c8c94c21dc962a8faf1a62ec (patch)
tree6ef523a5057ebbd558d07357349bd69a22aca44f
parentbf5a6680e487fa604acd38e9f591053d5e586551 (diff)
downloadnixpkgs-a3cce9794695ac62c8c94c21dc962a8faf1a62ec.tar
nixpkgs-a3cce9794695ac62c8c94c21dc962a8faf1a62ec.tar.gz
nixpkgs-a3cce9794695ac62c8c94c21dc962a8faf1a62ec.tar.bz2
nixpkgs-a3cce9794695ac62c8c94c21dc962a8faf1a62ec.tar.lz
nixpkgs-a3cce9794695ac62c8c94c21dc962a8faf1a62ec.tar.xz
nixpkgs-a3cce9794695ac62c8c94c21dc962a8faf1a62ec.tar.zst
nixpkgs-a3cce9794695ac62c8c94c21dc962a8faf1a62ec.zip
gt5: expand platforms to all
-rw-r--r--pkgs/tools/system/gt5/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/system/gt5/default.nix b/pkgs/tools/system/gt5/default.nix
index 3e904e6c0ad..374bcf0e314 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;
   };
 }