1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-09-11 15:08:33 +01:00

bleachbit: drop unnecessary wrapPython input

Per reviewer feedback, thanks!
This commit is contained in:
Will Dietz 2019-03-23 00:09:16 -05:00
parent 1390b5809c
commit 575df3a129

View file

@ -9,7 +9,6 @@ pythonPackages.buildPythonApplication rec {
};
nativeBuildInputs = [ gettext ];
buildInputs = [ pythonPackages.wrapPython ];
# Patch the many hardcoded uses of /usr/share/ and /usr/bin
postPatch = ''