summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJörg Thalheim <joerg@thalheim.io>2018-08-19 09:13:06 +0100
committerJörg Thalheim <joerg@thalheim.io>2018-08-20 09:42:17 +0100
commit7f991de7453f6200c9db2b892cd8afd1d831078b (patch)
treef23b94ad0ed182260942c95c8d91ce5ab7231f14
parent09bdc30afb90a0304ba48bff8c8dfdba9d6bdc67 (diff)
SDL_image: add license
-rw-r--r--pkgs/development/libraries/SDL_image/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/SDL_image/default.nix b/pkgs/development/libraries/SDL_image/default.nix
index 56701e80b1f3..961a0a7f5aab 100644
--- a/pkgs/development/libraries/SDL_image/default.nix
+++ b/pkgs/development/libraries/SDL_image/default.nix
@@ -26,5 +26,6 @@ stdenv.mkDerivation rec {
homepage = "http://www.libsdl.org/projects/SDL_image/";
maintainers = with maintainers; [ lovek323 ];
platforms = platforms.unix;
+ license = licenses.zlib;
};
}