20 stdenv.mkDerivation (finalAttrs: {
24 src = fetchFromGitLab {
25 domain = "gitlab.gnome.org";
28 rev = finalAttrs.version;
29 hash = "sha256-XaEyh1ZXBvW/4tfuQyEFzvnE2Vv7+4lTUfeXoSCMnHM=";
51 patchShebangs cards/meson_svgz.sh
52 patchShebangs data/meson_desktopfile.py
53 patchShebangs data/icons/meson_updateiconcache.py
54 patchShebangs src/lib/meson_compileschemas.py
57 mesonFlags = [ "-Dtheme_kde=false" ];
60 updateScript = gitUpdater { };
64 homepage = "https://gitlab.gnome.org/GNOME/aisleriot";
65 description = "Collection of patience games written in guile scheme";
67 maintainers = teams.gnome.members;
68 license = licenses.gpl3Plus;
69 platforms = platforms.linux;