Skip to content

Commit

Permalink
crawl: fix evaluation (licenses attribute)
Browse files Browse the repository at this point in the history
CC: #4822.
  • Loading branch information
vcunat committed Nov 8, 2014
1 parent aeaa96f commit 5176fb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/games/crawl/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -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;
};
}

0 comments on commit 5176fb3

Please sign in to comment.