crawl: fix evaluation (licenses attribute)

CC: #4822.
This commit is contained in:
Vladimír Čunát 2014-11-08 21:55:07 +01:00
parent aeaa96f7e4
commit 5176fb3bdf

View file

@ -47,7 +47,7 @@ stdenv.mkDerivation rec {
in a quest to rescue the mystifyingly fabulous Orb of Zot.
'';
platforms = platforms.linux;
licenses = with licenses; [ gpl2Plus bsd2 bsd3 mit zlib cc0 ];
#licenses = with licenses; [ gpl2Plus bsd2 bsd3 mit zlib cc0 ];
maintainers = maintainers.abbradar;
};
}