summaryrefslogtreecommitdiffstats
path: root/pkgs/development/libraries/SDL2_image
diff options
context:
space:
mode:
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 eab9b1fb55d0..7253fc7b4daf 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;
};
}