5 , gobject-introspection
12 python3Packages.buildPythonApplication rec {
19 url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
20 sha256 = "sha256-UwUphuUeXFy71I+tmKnRH858dPrA2+xDxnG9h26a+kE=";
35 propagatedBuildInputs = with python3Packages; [
41 # Patch the many hardcoded uses of /usr/share/ and /usr/bin
43 find -type f -exec sed -i -e 's@/usr/share@${placeholder "out"}/share@g' {} \;
44 find -type f -exec sed -i -e 's@/usr/bin@${placeholder "out"}/bin@g' {} \;
45 find -type f -exec sed -i -e 's@${placeholder "out"}/bin/python3@${python3Packages.python}/bin/python3@' {} \;
51 "prefix=${placeholder "out"}"
54 # Prevent double wrapping from wrapGApps and wrapPythonProgram
57 "\${gappsWrapperArgs[@]}"
63 homepage = "http://bleachbit.sourceforge.net";
64 description = "Program to clean your computer";
65 longDescription = "BleachBit helps you easily clean your computer to free space and maintain privacy.";
66 license = licenses.gpl3;
67 maintainers = with maintainers; [ leonardoce mbprtpmnr ];
68 mainProgram = "bleachbit";