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:
@@ -110,7 +110,7 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
homepage = "http://boost.org/";
|
||||
description = "Collection of C++ libraries";
|
||||
license = "boost-license";
|
||||
license = stdenv.lib.licenses.boost;
|
||||
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ simons wkennington ];
|
||||
|
||||
Reference in New Issue
Block a user