14 description = "A dungeon crawler similar to Angband, based on the works of Tolkien";
16 desktopItem = makeDesktopItem {
19 exec = "${pname}-x11";
21 comment = description;
35 src = fetchFromGitHub {
38 rev = "4e6a906c80ff07b75a6acf4ff585b47303805e46";
39 sha256 = "06bddj55y673d7bnzblk8n01z32l6k2rad3bpzr8dmw464hx4wwf";
48 nativeBuildInputs = [ cmake ];
55 mkdir -p $out/share/applications
56 cp ${desktopItem}/share/applications/*.desktop $out/share/applications
61 license = licenses.unfree;
62 maintainers = with maintainers; [ cizra ];
63 platforms = platforms.all;
64 homepage = "https://github.com/tome2/tome2";