summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorBjørn Forsman <bjorn.forsman@gmail.com>2013-10-26 12:39:33 +0200
committerBjørn Forsman <bjorn.forsman@gmail.com>2013-10-26 12:43:12 +0200
commit200d6297333d46ea79bb8944d7fb5b00d22c91ea (patch)
treed3515b0c614324dfaf69cc47c00c957fe6cf4287 /pkgs
parent9176ad1808f6e12e8f0b51e878beee60b99c2f98 (diff)
downloadnixlib-200d6297333d46ea79bb8944d7fb5b00d22c91ea.tar
nixlib-200d6297333d46ea79bb8944d7fb5b00d22c91ea.tar.gz
nixlib-200d6297333d46ea79bb8944d7fb5b00d22c91ea.tar.bz2
nixlib-200d6297333d46ea79bb8944d7fb5b00d22c91ea.tar.lz
nixlib-200d6297333d46ea79bb8944d7fb5b00d22c91ea.tar.xz
nixlib-200d6297333d46ea79bb8944d7fb5b00d22c91ea.tar.zst
nixlib-200d6297333d46ea79bb8944d7fb5b00d22c91ea.zip
Fix evaluation error caused by the "ats" expression
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/development/compilers/ats2/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/compilers/ats2/default.nix b/pkgs/development/compilers/ats2/default.nix
index ae0c6419eb61..074fc4f334f6 100644
--- a/pkgs/development/compilers/ats2/default.nix
+++ b/pkgs/development/compilers/ats2/default.nix
@@ -13,7 +13,7 @@ let version = "0.0.3"; in stdenv.mkDerivation {
   meta = {
     description = "A statically typed programming language that unifies implementation with formal specification";
     homepage = http://www.ats-lang.org/;
-    license = stdenv.lib.gpl3Plus;
+    license = stdenv.lib.licenses.gpl3Plus;
     maintainers = [ stdenv.lib.maintainers.shlevy ];
   };
 }