From 200d6297333d46ea79bb8944d7fb5b00d22c91ea Mon Sep 17 00:00:00 2001 From: Bjørn Forsman Date: Sat, 26 Oct 2013 12:39:33 +0200 Subject: Fix evaluation error caused by the "ats" expression --- pkgs/development/compilers/ats2/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'pkgs') 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 ]; }; } -- cgit 1.4.1