summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL2_image
diff options
context:
space:
mode:
authorSpencer Whitt <sw@swhitt.me>2015-04-19 19:32:06 -0400
committerSpencer Whitt <sw@swhitt.me>2015-04-29 17:39:41 -0400
commite2011fa80d357b7df14df1f8250740fdfdf1b7ba (patch)
tree531103521e1d9e95ce5aca7d9d7d1f29c7c7ce19 /pkgs/development/libraries/SDL2_image
parent948884ef11b7fa6b375e46c13a39356085be9636 (diff)
downloadnixpkgs-e2011fa80d357b7df14df1f8250740fdfdf1b7ba.tar
nixpkgs-e2011fa80d357b7df14df1f8250740fdfdf1b7ba.tar.gz
nixpkgs-e2011fa80d357b7df14df1f8250740fdfdf1b7ba.tar.bz2
nixpkgs-e2011fa80d357b7df14df1f8250740fdfdf1b7ba.tar.lz
nixpkgs-e2011fa80d357b7df14df1f8250740fdfdf1b7ba.tar.xz
nixpkgs-e2011fa80d357b7df14df1f8250740fdfdf1b7ba.tar.zst
nixpkgs-e2011fa80d357b7df14df1f8250740fdfdf1b7ba.zip
Enable some SDL libraries on Darwin
Diffstat (limited to 'pkgs/development/libraries/SDL2_image')
-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 73b5ba8d929..55b465226d8 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.linux;
+    platforms = stdenv.lib.platforms.unix;
   };
 }