summary refs log tree commit diff
path: root/lib/licenses.nix
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2014-06-27 09:48:42 +0200
committerVladimír Čunát <vcunat@gmail.com>2014-06-27 09:48:42 +0200
commitc00f589ff23dbef89dfebf69c118f3f59ba7fc26 (patch)
treef0c055528f91f60c932de5d6c7511d6c22c5cb6a /lib/licenses.nix
parent622673495b6b00843c2bbacc932b377e2389cc8b (diff)
downloadnixpkgs-c00f589ff23dbef89dfebf69c118f3f59ba7fc26.tar
nixpkgs-c00f589ff23dbef89dfebf69c118f3f59ba7fc26.tar.gz
nixpkgs-c00f589ff23dbef89dfebf69c118f3f59ba7fc26.tar.bz2
nixpkgs-c00f589ff23dbef89dfebf69c118f3f59ba7fc26.tar.lz
nixpkgs-c00f589ff23dbef89dfebf69c118f3f59ba7fc26.tar.xz
nixpkgs-c00f589ff23dbef89dfebf69c118f3f59ba7fc26.tar.zst
nixpkgs-c00f589ff23dbef89dfebf69c118f3f59ba7fc26.zip
licenses: add attribute "free" to fix eval of smlnjBootstrap
Diffstat (limited to 'lib/licenses.nix')
-rw-r--r--lib/licenses.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/licenses.nix b/lib/licenses.nix
index e49528f2a2e..f529288b54f 100644
--- a/lib/licenses.nix
+++ b/lib/licenses.nix
@@ -88,6 +88,8 @@
     url = http://www.eclipse.org/legal/epl-v10.html;
   };
 
+  free = "free";
+
   gpl2 = {
     shortName = "GPLv2";
     fullName = "GNU General Public License version 2";