ryzen-monitor-ng: remove custom installPhase in favor of makeFlags

This commit is contained in:
John Titor
2024-08-01 00:07:32 +05:30
parent 7f2052d6ff
commit ffa2521acb
+3 -8
View File
@@ -22,14 +22,9 @@ stdenv.mkDerivation {
make clean
'';
installPhase = ''
runHook preInstall
mkdir -p $out/bin
mv ./src/ryzen_monitor $out/bin
runHook postInstall
'';
makeFlags = [
"PREFIX=${placeholder "out"}"
];
meta = with lib; {
description = "Access Ryzen SMU information exposed by the ryzen_smu driver";