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:
@@ -23,6 +23,6 @@ stdenv.mkDerivation {
|
||||
meta = {
|
||||
description = "Intel ACPI Compiler";
|
||||
homepage = http://www.acpica.org/;
|
||||
license = "iasl"; # FIXME: is this a free software license?
|
||||
license = stdenv.lib.licenses.iasl;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user