3 , buildPythonApplication
14 buildPythonApplication rec {
18 src = fetchFromGitHub {
21 rev = "refs/tags/${version}";
22 hash = "sha256-7KER9gCpqjEKikQTVHsvwX6efCb9L0ut6OBjjLBW2tI=";
29 propagatedBuildInputs = [
39 # Not able to run pythonRelaxDepsHook because of https://github.com/NixOS/nixpkgs/issues/198342
40 ./legendary-gl-version.patch
43 dontWrapQtApps = true;
46 install -Dm644 misc/rare.desktop -t $out/share/applications/
47 install -Dm644 $out/${python.sitePackages}/rare/resources/images/Rare.png $out/share/pixmaps/rare.png
51 makeWrapperArgs+=("''${qtWrapperArgs[@]}")
54 # Project has no tests
58 description = "GUI for Legendary, an Epic Games Launcher open source alternative";
59 homepage = "https://github.com/Dummerle/Rare";
60 maintainers = with maintainers; [ wolfangaukang ];
61 license = licenses.gpl3Only;
62 platforms = platforms.linux;