about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJames ‘Twey’ Kay <twey@twey.co.uk>2018-03-18 16:18:03 +0000
committerJames ‘Twey’ Kay <twey@twey.co.uk>2018-03-18 16:18:03 +0000
commitd1d320f4935408b4535e8d4feaffc69cec2038a8 (patch)
treec07f40d56f171120e30f8c7f5b85fe2b5a277309
parent4708b4e03b9bfa18435dbd2eb368c7726e1cb82a (diff)
downloadnixlib-d1d320f4935408b4535e8d4feaffc69cec2038a8.tar
nixlib-d1d320f4935408b4535e8d4feaffc69cec2038a8.tar.gz
nixlib-d1d320f4935408b4535e8d4feaffc69cec2038a8.tar.bz2
nixlib-d1d320f4935408b4535e8d4feaffc69cec2038a8.tar.lz
nixlib-d1d320f4935408b4535e8d4feaffc69cec2038a8.tar.xz
nixlib-d1d320f4935408b4535e8d4feaffc69cec2038a8.tar.zst
nixlib-d1d320f4935408b4535e8d4feaffc69cec2038a8.zip
godot_headers: set platforms = all
-rw-r--r--pkgs/development/libraries/godot_headers/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/godot_headers/default.nix b/pkgs/development/libraries/godot_headers/default.nix
index c60fbdd3acc0..940882b1742d 100644
--- a/pkgs/development/libraries/godot_headers/default.nix
+++ b/pkgs/development/libraries/godot_headers/default.nix
@@ -17,7 +17,7 @@ stdenv.mkDerivation rec {
     homepage = "https://github.com/GodotNativeTools/godot_headers/";
     description = "Headers for the Godot API supplied by the GDNative module";
     license = stdenv.lib.licenses.mit;
-    platforms = stdenv.lib.platforms.linux;
+    platforms = stdenv.lib.platforms.all;
     maintainers = [ stdenv.lib.maintainers.twey ];
   };
 }