summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2_net
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2016-08-06 18:25:51 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2016-08-06 18:27:20 +0300
commit89c867196cd0db983eaef80e6ad497edaea362e0 (patch)
tree0c6d4e1ad2c123e5d328156d7be2766e32a53eea /pkgs/development/libraries/SDL2_net
parent22281009b7af633398d3cb315321b83483f884bd (diff)
downloadnixpkgs-89c867196cd0db983eaef80e6ad497edaea362e0.tar
nixpkgs-89c867196cd0db983eaef80e6ad497edaea362e0.tar.gz
nixpkgs-89c867196cd0db983eaef80e6ad497edaea362e0.tar.bz2
nixpkgs-89c867196cd0db983eaef80e6ad497edaea362e0.tar.lz
nixpkgs-89c867196cd0db983eaef80e6ad497edaea362e0.tar.xz
nixpkgs-89c867196cd0db983eaef80e6ad497edaea362e0.tar.zst
nixpkgs-89c867196cd0db983eaef80e6ad497edaea362e0.zip
SDL2_{gfx,image,net}: Broken on Darwin
Last successful Darwin build was 11 months ago, presumably nobody cares.

http://hydra.nixos.org/build/38317749
http://hydra.nixos.org/build/38318268
http://hydra.nixos.org/build/38322306
Diffstat (limited to 'pkgs/development/libraries/SDL2_net')
-rw-r--r--pkgs/development/libraries/SDL2_net/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/SDL2_net/default.nix b/pkgs/development/libraries/SDL2_net/default.nix
index e41546512e9..6f096577819 100644
--- a/pkgs/development/libraries/SDL2_net/default.nix
+++ b/pkgs/development/libraries/SDL2_net/default.nix
@@ -17,6 +17,6 @@ stdenv.mkDerivation rec {
     homepage = https://www.libsdl.org/projects/SDL_net;
     license = licenses.zlib;
     maintainers = [ maintainers.MP2E ];
-    platforms = platforms.all;
+    platforms = platforms.linux;
   };
 }