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:
@@ -26,7 +26,7 @@ stdenv.mkDerivation {
|
||||
|
||||
homepage = http://www.cs.unc.edu/Research/vrpn/;
|
||||
|
||||
license = "BSL1.0"; # Boost Software License,
|
||||
license = stdenv.lib.licenses.boost;
|
||||
# see # <http://www.cs.unc.edu/Research/vrpn/obtaining_vrpn.html>
|
||||
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user