From af8ec93e6a7f279c64569d3c04ca0ad03f41b365 Mon Sep 17 00:00:00 2001 From: Andreas Herrmann Date: Sat, 5 Jul 2014 21:24:42 +0200 Subject: [PATCH] szip: Provide meta-data The license is set to "unfree" as commercial use is not permitted by the license [1]. [1]: http://www.hdfgroup.org/doc_resource/SZIP/Commercial_szip.html --- pkgs/development/libraries/szip/default.nix | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/pkgs/development/libraries/szip/default.nix b/pkgs/development/libraries/szip/default.nix index 6ac36054a10..17f9c973fd0 100644 --- a/pkgs/development/libraries/szip/default.nix +++ b/pkgs/development/libraries/szip/default.nix @@ -6,4 +6,12 @@ stdenv.mkDerivation { url = ftp://ftp.hdfgroup.org/lib-external/szip/2.1/src/szip-2.1.tar.gz; sha256 = "1vym7r4by02m0yqj10023xyps5b21ryymnxb4nb2gs32arfxj5m8"; }; + + meta = { + description = " + Szip is a compression library that can be used with the hdf5 library. + "; + homepage = http://www.hdfgroup.org/doc_resource/SZIP/; + license = stdenv.lib.licenses.unfree; + }; }