Turn more licenses into lib.licenses style
Should eval cleanly, as far as -A tarball tells me. Relevant: issue #2999, issue #739
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
|
||||
stdenv.mkDerivation ({
|
||||
name = "unzip-6.0";
|
||||
|
||||
|
||||
src = fetchurl {
|
||||
url = mirror://sourceforge/infozip/unzip60.tar.gz;
|
||||
sha256 = "0dxx11knh3nk95p2gg2ak777dd11pr7jx5das2g49l262scrcv83";
|
||||
@@ -27,7 +27,7 @@ stdenv.mkDerivation ({
|
||||
meta = {
|
||||
homepage = http://www.info-zip.org;
|
||||
description = "An extraction utility for archives compressed in .zip format";
|
||||
license = "free"; # http://www.info-zip.org/license.html
|
||||
license = stdenv.lib.licenses.free; # http://www.info-zip.org/license.html
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
};
|
||||
} // (if enableNLS then {
|
||||
|
||||
Reference in New Issue
Block a user