phwmon: dont break patches

This commit is contained in:
Sandro Jäckel 2022-04-30 02:33:45 +02:00
parent 9b310a73db
commit c8bf419844
No known key found for this signature in database
GPG key ID: 3AF5A43A3EECC2E5

View file

@ -17,7 +17,7 @@ stdenv.mkDerivation {
pythonPath = [ python2Packages.pygtk python2Packages.psutil ];
patchPhase = ''
postPatch = ''
substituteInPlace install.sh --replace "/usr/local" "$out"
'';