From 200d6297333d46ea79bb8944d7fb5b00d22c91ea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sat, 26 Oct 2013 12:39:33 +0200 Subject: [PATCH] Fix evaluation error caused by the "ats" expression --- pkgs/development/compilers/ats2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/compilers/ats2/default.nix b/pkgs/development/compilers/ats2/default.nix index ae0c6419eb6..074fc4f334f 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 ]; }; }