forked from mirrors/nixpkgs
bleachbit: 4.0.0 -> 4.4.0
This commit is contained in:
parent
d01b344633
commit
392ea03d71
|
@ -12,13 +12,13 @@
|
|||
|
||||
python3Packages.buildPythonApplication rec {
|
||||
pname = "bleachbit";
|
||||
version = "4.0.0";
|
||||
version = "4.4.0";
|
||||
|
||||
format = "other";
|
||||
|
||||
src = fetchurl {
|
||||
url = "mirror://sourceforge/${pname}/${pname}-${version}.tar.bz2";
|
||||
sha256 = "1dn3h6lr9ldbfpvgq9sdlk972sxhwalgj2f377qbqibm3yfxzpil";
|
||||
sha256 = "0kqqfzq6bh03n7kxb9vd483bqi1cklfvj35a7h4iqk96sq1xv8z6";
|
||||
};
|
||||
|
||||
nativeBuildInputs = [
|
||||
|
@ -44,6 +44,7 @@ python3Packages.buildPythonApplication rec {
|
|||
postPatch = ''
|
||||
find -type f -exec sed -i -e 's@/usr/share@${placeholder "out"}/share@g' {} \;
|
||||
find -type f -exec sed -i -e 's@/usr/bin@${placeholder "out"}/bin@g' {} \;
|
||||
find -type f -exec sed -i -e 's@${placeholder "out"}/bin/python3@${python3Packages.python}/bin/python3@' {} \;
|
||||
'';
|
||||
|
||||
dontBuild = true;
|
||||
|
@ -52,7 +53,7 @@ python3Packages.buildPythonApplication rec {
|
|||
"prefix=${placeholder "out"}"
|
||||
];
|
||||
|
||||
# prevent double wrapping from wrapGApps and wrapPythonProgram
|
||||
# Prevent double wrapping from wrapGApps and wrapPythonProgram
|
||||
dontWrapGApps = true;
|
||||
makeWrapperArgs = [
|
||||
"\${gappsWrapperArgs[@]}"
|
||||
|
@ -65,6 +66,6 @@ python3Packages.buildPythonApplication rec {
|
|||
description = "A program to clean your computer";
|
||||
longDescription = "BleachBit helps you easily clean your computer to free space and maintain privacy.";
|
||||
license = licenses.gpl3;
|
||||
maintainers = with maintainers; [ leonardoce ];
|
||||
maintainers = with maintainers; [ leonardoce mbprtpmnr ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue