7 , gobject-introspection
17 python3Packages.buildPythonApplication rec {
21 src = fetchFromGitHub {
22 owner = "sharkwouter";
24 rev = "refs/tags/${version}";
25 sha256 = "sha256-bpNtdMYBl2dJ4PQsxkhm/Y+3A0dD/Y2XC0VaUYyRhvM=";
30 env HOME=$PWD LC_ALL=en_US.UTF-8 pytest
45 nativeCheckInputs = with python3Packages; [
53 python3.pkgs.pygobject3
55 python3.pkgs.setuptools
56 python3.pkgs.simplejson
62 # Run Linux games using the Steam Runtime by using steam-run in the wrapper
63 # FIXME: not working with makeBinaryWrapper
65 sed -e 's#exec -a "$0"#exec -a "$0" ${steam-run}/bin/steam-run#' -i $out/bin/minigalaxy
69 homepage = "https://sharkwouter.github.io/minigalaxy/";
70 changelog = "https://github.com/sharkwouter/minigalaxy/blob/${version}/CHANGELOG.md";
71 downloadPage = "https://github.com/sharkwouter/minigalaxy/releases";
72 description = "A simple GOG client for Linux";
73 license = licenses.gpl3;
74 maintainers = with maintainers; [ ];
75 platforms = platforms.linux;