summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2_image/default.nix
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_image/default.nix
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_image/default.nix')
-rw-r--r--pkgs/development/libraries/SDL2_image/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/SDL2_image/default.nix b/pkgs/development/libraries/SDL2_image/default.nix
index eab9b1fb55d..7253fc7b4da 100644
--- a/pkgs/development/libraries/SDL2_image/default.nix
+++ b/pkgs/development/libraries/SDL2_image/default.nix
@@ -22,6 +22,6 @@ stdenv.mkDerivation rec {
   meta = {
     description = "SDL image library";
     homepage = "http://www.libsdl.org/projects/SDL_image/";
-    platforms = stdenv.lib.platforms.unix;
+    platforms = stdenv.lib.platforms.linux;
   };
 }