38 in rustPlatform.buildRustPackage rec {
42 src = fetchFromGitHub {
43 owner = "casperstorm";
46 sha256 = "sha256-oVaNLclU0EVNtxAASE8plXcC+clkwhBeb9pz1vXufV0=";
49 cargoSha256 = "sha256-Q+wYBLsZN8YQtUJfrxmjImbnWRPmngJPB8sDG65LuJY=";
69 patchelf --set-rpath "${lib.makeLibraryPath rpathLibs}:$(patchelf --print-rpath $out/bin/ajour)" $out/bin/ajour
70 wrapProgram $out/bin/ajour --prefix PATH ":" ${lib.makeBinPath [ zenity kdialog ]}
74 description = "World of Warcraft addon manager written in Rust";
76 Ajour is a World of Warcraft addon manager written in Rust with a
77 strong focus on performance and simplicity. The project is
78 completely advertisement free, privacy respecting and open source.
80 homepage = "https://github.com/casperstorm/ajour";
81 changelog = "https://github.com/casperstorm/ajour/blob/master/CHANGELOG.md";
82 license = licenses.mit;
83 broken = stdenv.isDarwin;
84 maintainers = with maintainers; [ hexa ];