From 9079676fe1dda3624b77536200653fb25b541cf2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Thalheim?= Date: Thu, 27 Apr 2017 09:07:38 +0200 Subject: [PATCH] pythonPackages.kitchen: fix evaluation error --- pkgs/development/python-modules/kitchen/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/python-modules/kitchen/default.nix b/pkgs/development/python-modules/kitchen/default.nix index 6464696ff8f..895cdedcb6e 100644 --- a/pkgs/development/python-modules/kitchen/default.nix +++ b/pkgs/development/python-modules/kitchen/default.nix @@ -11,7 +11,7 @@ buildPythonPackage rec { meta = with stdenv.lib; { description = "Kitchen contains a cornucopia of useful code"; - license = license.lgpl; + license = licenses.lgpl2; maintainers = with maintainers; [ mornfall ]; }; }