From 96fd4950f23fd3e1f35fc99ac286b582e36d0b8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Vladim=C3=ADr=20=C4=8Cun=C3=A1t?= <vcunat@gmail.com> Date: Sat, 8 Nov 2014 22:16:34 +0100 Subject: [PATCH] crawl: more meta fixes; eval is fine now --- pkgs/games/crawl/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pkgs/games/crawl/default.nix b/pkgs/games/crawl/default.nix index af98083ee218..7f971150c675 100644 --- a/pkgs/games/crawl/default.nix +++ b/pkgs/games/crawl/default.nix @@ -47,7 +47,7 @@ stdenv.mkDerivation rec { in a quest to rescue the mystifyingly fabulous Orb of Zot. ''; platforms = platforms.linux; - license = with licenses; [ gpl2Plus bsd2 bsd3 mit zlib cc0 ]; - maintainers = maintainers.abbradar; + license = with licenses; [ gpl2Plus bsd2 bsd3 mit licenses.zlib cc0 ]; + maintainers = [ maintainers.abbradar ]; }; }