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:
jopejoe1
2026-08-21 08:01:08 +02:00
parent b32cfa5efb
commit 2cd094f44e
2 changed files with 3 additions and 1 deletions

View File

@@ -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 = {

View File

@@ -3,7 +3,7 @@
callPackage,
config,
lib,
}:
}:
let
mkCudaPackages =
manifestVersions: