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:
@@ -35,7 +35,7 @@ stdenv.mkDerivation {
|
||||
which runs on most major Unix platforms. It mainly conforms to the
|
||||
ANSI Common Lisp standard.
|
||||
'';
|
||||
license = "free"; # public domain
|
||||
license = stdenv.lib.licenses.free; # public domain
|
||||
homepage = http://www.cons.org/cmucl/;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user