phwmon: dont break patches

This commit is contained in:
Sandro Jäckel
2022-04-30 02:33:45 +02:00
parent 9b310a73db
commit c8bf419844
+1 -1
View File
@@ -17,7 +17,7 @@ stdenv.mkDerivation {
pythonPath = [ python2Packages.pygtk python2Packages.psutil ];
patchPhase = ''
postPatch = ''
substituteInPlace install.sh --replace "/usr/local" "$out"
'';