16 rustPlatform.buildRustPackage rec {
20 src = fetchFromGitHub {
24 hash = "sha256-LkXGKDFKaY+mg53ZEO4h2br/4eRle/QbSQJTVEMpAoY=";
27 cargoHash = "sha256-WJR1BogNnQoZeOt5yBFzjYNZS8OmE84R1FbQpHTb7V0=";
41 ] ++ lib.optionals stdenv.hostPlatform.isDarwin (with darwin.apple_sdk.frameworks; [
47 -D data/com.github.qarmin.szyszka.desktop \
48 -t $out/share/applications
50 -D data/com.github.qarmin.szyszka.metainfo.xml \
51 -t $out/share/metainfo
53 -D data/icons/com.github.qarmin.szyszka.svg \
54 -t $out/share/icons/hicolor/scalable/apps
58 description = "Simple but powerful and fast bulk file renamer";
59 homepage = "https://github.com/qarmin/szyszka";
60 license = licenses.mit;
61 maintainers = with maintainers; [ kranzes ];
62 mainProgram = "szyszka";