summary refs log tree commit diff
path: root/lib
diff options
context:
space:
mode:
authorzimbatm <zimbatm@zimbatm.com>2018-08-15 18:05:07 +0100
committerGitHub <noreply@github.com>2018-08-15 18:05:07 +0100
commit9976f37c771d3bd29bd24637a7265eb7d7eb5195 (patch)
tree691082ae1d105172bce61b8150d23e8e10fb606f /lib
parent27ddcc5babc818ef78b25b946b6d036c7c2901d2 (diff)
parente04e92d38b944dd5729ed023f9f5e131acf0e95a (diff)
downloadnixpkgs-9976f37c771d3bd29bd24637a7265eb7d7eb5195.tar
nixpkgs-9976f37c771d3bd29bd24637a7265eb7d7eb5195.tar.gz
nixpkgs-9976f37c771d3bd29bd24637a7265eb7d7eb5195.tar.bz2
nixpkgs-9976f37c771d3bd29bd24637a7265eb7d7eb5195.tar.lz
nixpkgs-9976f37c771d3bd29bd24637a7265eb7d7eb5195.tar.xz
nixpkgs-9976f37c771d3bd29bd24637a7265eb7d7eb5195.tar.zst
nixpkgs-9976f37c771d3bd29bd24637a7265eb7d7eb5195.zip
Merge pull request #44896 from cdepillabout/vbox-extpack
add derivation for the virtualbox oracle extension pack
Diffstat (limited to 'lib')
-rw-r--r--lib/licenses.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index 79124855f7f..1ec0e5149c9 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -613,6 +613,12 @@ lib.mapAttrs (n: v: v // { shortName = n; }) rec {
     fullName = "Vim License";
   };
 
+  virtualbox-puel = {
+    fullName = "Oracle VM VirtualBox Extension Pack Personal Use and Evaluation License (PUEL)";
+    url = "https://www.virtualbox.org/wiki/VirtualBox_PUEL";
+    free = false;
+  };
+
   vsl10 = spdx {
     spdxId = "VSL-1.0";
     fullName = "Vovida Software License v1.0";