4 , gobject-introspection
14 stdenv.mkDerivation (finalAttrs: {
18 src = fetchFromGitHub {
21 rev = "v${finalAttrs.version}";
22 hash = "sha256-AfO+vLJSWdaMqqbzRZWrY94nu/9BM7mqdad9rkiq1pg=";
25 pythonPath = with python3Packages; [
32 # TODO: remove this when #286814 hits master
33 mesonFlags = [ "-Dtiff_compression=jpeg" ];
37 (python3Packages.python.withPackages (_: finalAttrs.pythonPath))
46 python3Packages.wrapPython
53 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
54 wrapPythonPrograms "$out/bin" "$out" "$pythonPath"
58 updateScript = nix-update-script { };
62 description = "A GTK4 + Libadwaita game launcher";
63 mainProgram = "cartridges";
65 A simple game launcher for all of your games.
66 It has support for importing games from Steam, Lutris, Heroic
67 and more with no login necessary.
68 You can sort and hide games or download cover art from SteamGridDB.
70 homepage = "https://apps.gnome.org/app/hu.kramo.Cartridges/";
71 license = licenses.gpl3Plus;
72 maintainers = [ maintainers.getchoo ];
73 platforms = platforms.linux;