mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-08-26 02:05:02 +00:00
lib.licenses: mark vol-sl as unfree
Fails to pass Debian's `The Desert Island test` and `The Dissident test`
This commit is contained in:
@@ -1643,6 +1643,8 @@ lib.mapAttrs mkLicense (
|
||||
vol-sl = {
|
||||
fullName = "Volatility Software License, Version 1.0";
|
||||
url = "https://www.volatilityfoundation.org/license/vsl-v1.0";
|
||||
free = false;
|
||||
redistributable = true;
|
||||
};
|
||||
|
||||
vsl10 = {
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
callPackage,
|
||||
config,
|
||||
lib,
|
||||
}:
|
||||
}:
|
||||
let
|
||||
mkCudaPackages =
|
||||
manifestVersions:
|
||||
|
||||
Reference in New Issue
Block a user