Merge pull request #122491 from mayflower/i3status-rust-fonts-themes

i3status-rust: fix themes and icon handling

authored by Sandro and committed by GitHub c503e32c 5f450ddd

+11
+11
pkgs/applications/window-managers/i3/status-rust.nix
··· 30 30 cargoBuildFlags = [ 31 31 "--features=notmuch" 32 32 "--features=maildir" 33 + "--features=pulseaudio" 33 34 ]; 35 + 36 + prePatch = '' 37 + substituteInPlace src/util.rs \ 38 + --replace "/usr/share/i3status-rust" "$out/share" 39 + ''; 40 + 41 + postInstall = '' 42 + mkdir -p $out/share 43 + cp -R files/* $out/share 44 + ''; 34 45 35 46 postFixup = '' 36 47 wrapProgram $out/bin/i3status-rs --prefix PATH : "${ethtool}/bin"