1 Commits

Author SHA1 Message Date
22d592cca5 pkgs/amdgpu-fan: patch bad placeholder version 2023-05-23 09:52:36 +10:00

View File

@@ -20,6 +20,11 @@ python3Packages.buildPythonApplication rec {
pyyaml
];
patchPhase = ''
substituteInPlace setup.py \
--replace PROJECTVERSION "${version}"
'';
meta = with lib; {
description = "Fan controller for AMD graphics cards running the amdgpu driver on Linux";
homepage = "https://github.com/chestm007/amdgpu-fan";