9 rustPlatform.buildRustPackage rec {
13 src = fetchFromGitHub {
17 hash = "sha256-IpgmeH5oREstud0nw4i2xYeZcJYG6eCWyw3hhid/DfU=";
20 cargoHash = "sha256-wsqsPh1kevkIz235qnkLkp47CnCh6qi56sZP95Upymc=";
23 # failing rust documentation tests and faulty quotes "`README.md`"
24 sed -i '/^\/\/\//d' ./crates/findex-plugin/src/lib.rs
25 substituteInPlace ./crates/findex/src/gui/css.rs \
26 --replace-fail '/opt/findex/style.css' "$out/share/findex/style.css"
29 nativeBuildInputs = [ pkg-config wrapGAppsHook3 ];
31 buildInputs = [ keybinder3 ];
34 install -Dm644 css/style.css $out/share/findex/style.css
38 description = "Highly customizable application finder written in Rust and uses Gtk3";
39 homepage = "https://github.com/mdgaziur/findex";
40 license = licenses.gpl3Only;
41 platforms = platforms.linux;