Skip to content

Commit

Permalink
crawl: more meta fixes; eval is fine now
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Nov 8, 2014
1 parent 5e42bcc commit 96fd495
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions 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;
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 ];
};
}

2 comments on commit 96fd495

@domenkozar
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

cc @edolstra, zlib in this case was a package, not the license. Could we fix that in Nix?

@vcunat
Copy link
Member Author

@vcunat vcunat commented on 96fd495 Nov 8, 2014

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

(preference of with against outer scope) I think this is relevant: NixOS/nix#130.

Please sign in to comment.