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:
@@ -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;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user