summary refs log tree commit diff
path: root/pkgs/development/libraries/SDL_image
diff options
context:
space:
mode:
authorSpencer Whitt <sw@swhitt.me>2015-03-05 15:56:41 -0500
committerSpencer Whitt <sw@swhitt.me>2015-03-26 11:15:02 -0400
commitb5099669ace72ef8a9f3f3dd9808c34a7493dab9 (patch)
treee2674a8e2cb60661a8484fcb86b520492597d2f3 /pkgs/development/libraries/SDL_image
parent1cef6dc89acdd7e00b2281f0d81e1c3bc136e7c2 (diff)
downloadnixpkgs-b5099669ace72ef8a9f3f3dd9808c34a7493dab9.tar
nixpkgs-b5099669ace72ef8a9f3f3dd9808c34a7493dab9.tar.gz
nixpkgs-b5099669ace72ef8a9f3f3dd9808c34a7493dab9.tar.bz2
nixpkgs-b5099669ace72ef8a9f3f3dd9808c34a7493dab9.tar.lz
nixpkgs-b5099669ace72ef8a9f3f3dd9808c34a7493dab9.tar.xz
nixpkgs-b5099669ace72ef8a9f3f3dd9808c34a7493dab9.tar.zst
nixpkgs-b5099669ace72ef8a9f3f3dd9808c34a7493dab9.zip
SDL_image: Enable building on Darwin
Diffstat (limited to 'pkgs/development/libraries/SDL_image')
-rw-r--r--pkgs/development/libraries/SDL_image/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/SDL_image/default.nix b/pkgs/development/libraries/SDL_image/default.nix
index 2aa122a8fb2..a1d83950477 100644
--- a/pkgs/development/libraries/SDL_image/default.nix
+++ b/pkgs/development/libraries/SDL_image/default.nix
@@ -23,6 +23,6 @@ stdenv.mkDerivation rec {
     description = "SDL image library";
     homepage    = http://www.libsdl.org/projects/SDL_image/;
     maintainers = with maintainers; [ lovek323 ];
-    platforms   = platforms.linux;
+    platforms   = platforms.unix;
   };
 }