Merge pull request #170960 from SuperSandro2000/phwmon

phwmon: dont break patches

authored by José Romildo Malaquias and committed by GitHub 0ad99dd3 03fc22dd

+1 -1
+1 -1
pkgs/applications/misc/phwmon/default.nix
··· 17 17 18 18 pythonPath = [ python2Packages.pygtk python2Packages.psutil ]; 19 19 20 - patchPhase = '' 20 + postPatch = '' 21 21 substituteInPlace install.sh --replace "/usr/local" "$out" 22 22 ''; 23 23