12 stdenv.mkDerivation rec {
13 pname = "ace-of-penguins";
17 url = "http://www.delorie.com/store/ace/ace-${version}.tar.gz";
18 hash = "sha256-H+47BTOSGkKHPAYj8z2HOgZ7HuxY8scMAUSRRueaTM4=";
22 # Fixes a bunch of miscompilations in modern environments
23 ./fixup-miscompilations.patch
38 generateItem = gameName: {
39 name = "${pname}-${gameName}";
40 exec = "${placeholder "out"}/bin/${gameName}";
41 comment = "Ace of Penguins ${gameName} Card Game";
42 desktopName = gameName;
43 genericName = gameName;
46 map (x: makeDesktopItem (generateItem x)) [
63 homepage = "http://www.delorie.com/store/ace/";
64 description = "Solitaire games in X11";
66 The Ace of Penguins is a set of Unix/X solitaire games based on the ones
67 available for Windows(tm) but with a number of enhancements that my wife
68 says make my versions better :-)
70 The latest version includes clones of freecell, golf, mastermind, merlin,
71 minesweeper, pegged, solitaire, taipei (with editor!), and thornq (by
74 license = licenses.gpl2Plus;
75 maintainers = with maintainers; [ AndersonTorres ];
76 platforms = platforms.linux;