3 , buildPythonApplication
16 buildPythonApplication rec {
21 src = fetchFromGitHub {
24 rev = "refs/tags/${version}";
25 hash = "sha256-2DtI5iaK4bYdGfIEhPy52WaEqh+IJMZ6qo/348lMnLY=";
33 propagatedBuildInputs = [
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/RareDevs/Rare";
61 license = licenses.gpl3Only;
62 platforms = platforms.linux;