crawl: Add full game name to description

I didn't find the game when searching for it and invested quite some
time to package it myself. Having the game title in the description
makes the package easier to discover.
This commit is contained in:
André-Patrick Bubel 2019-02-06 11:13:41 +01:00
parent 61a20d6d64
commit e06eb19de5
No known key found for this signature in database
GPG Key ID: 28925CBA8869FF29

View File

@ -45,9 +45,10 @@ stdenv.mkDerivation rec {
description = "Open-source, single-player, role-playing roguelike game";
homepage = http://crawl.develz.org/;
longDescription = ''
Open-source, single-player, role-playing roguelike game of exploration and
treasure-hunting in dungeons filled with dangerous and unfriendly monsters
in a quest to rescue the mystifyingly fabulous Orb of Zot.
Dungeon Crawl: Stone Soup, an open-source, single-player, role-playing
roguelike game of exploration and treasure-hunting in dungeons filled
with dangerous and unfriendly monsters in a quest to rescue the
mystifyingly fabulous Orb of Zot.
'';
platforms = platforms.linux;
license = with licenses; [ gpl2Plus bsd2 bsd3 mit licenses.zlib cc0 ];