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:
@@ -36,7 +36,7 @@ rec {
|
||||
];
|
||||
platforms = with a.lib.platforms;
|
||||
linux;
|
||||
license = "free";
|
||||
license = a.lib.licenses.free;
|
||||
branch = "0.5.1";
|
||||
};
|
||||
passthru = {
|
||||
|
||||
Reference in New Issue
Block a user