Merge pull request #170960 from SuperSandro2000/phwmon

phwmon: dont break patches
This commit is contained in:
José Romildo Malaquias 2022-04-30 18:34:18 -03:00 committed by GitHub
commit 0ad99dd32e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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