Merge #3408: licenses: prefer spdx.org, improve docs

The patch to allow using license shortnames as attributes
was not included (yet).

Conflicts (auto-solved):
	pkgs/development/libraries/libtiff/default.nix
This commit is contained in:
Vladimír Čunát
2014-08-12 19:08:53 +02:00
5 changed files with 165 additions and 191 deletions
@@ -40,10 +40,10 @@ stdenv.mkDerivation rec {
doCheck = true;
meta = {
meta = with stdenv.lib; {
description = "Library and utilities for working with the TIFF image file format";
homepage = http://www.remotesensing.org/libtiff/;
license = "bsd";
platforms = stdenv.lib.platforms.unix;
license = licenses.libtiff;
platforms = platforms.unix;
};
}