6 , gobject-introspection
7 , gsettings-desktop-schemas
14 stdenv.mkDerivation rec {
18 src = fetchFromGitHub {
22 hash = "sha256-YByzRDL/LuI/VwBHLRZ3+S2VnttYeuMgJpRLPhR/NCA=";
27 gsettings-desktop-schemas
33 (python3.withPackages (p: with p; [ pygobject3 magic setproctitle ]))
34 gsettings-desktop-schemas
40 substituteInPlace usr/lib/bulky/bulky.py \
41 --replace "/usr/share/locale" "$out/share/locale" \
42 --replace /usr/share/bulky "$out/share/bulky" \
43 --replace /usr/share/common-licenses "${common-licenses}/share/common-licenses" \
44 --replace __DEB_VERSION__ "${version}"
49 chmod +x usr/share/applications/*
51 ln -sf $out/lib/bulky/bulky.py $out/bin/bulky
56 glib-compile-schemas $out/share/glib-2.0/schemas
60 description = "Bulk rename app";
61 mainProgram = "bulky";
62 homepage = "https://github.com/linuxmint/bulky";
63 license = licenses.gpl3Plus;
64 platforms = platforms.linux;
65 maintainers = teams.cinnamon.members;