amdgpu-fan: patch bad placeholder version
This commit is contained in:
parent
896b46b2f4
commit
698ad1803d
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user