Compare commits
1 Commits
main
...
22d592cca5
| Author | SHA1 | Date | |
|---|---|---|---|
|
22d592cca5
|
@@ -20,6 +20,11 @@ python3Packages.buildPythonApplication rec {
|
|||||||
pyyaml
|
pyyaml
|
||||||
];
|
];
|
||||||
|
|
||||||
|
patchPhase = ''
|
||||||
|
substituteInPlace setup.py \
|
||||||
|
--replace PROJECTVERSION "${version}"
|
||||||
|
'';
|
||||||
|
|
||||||
meta = with lib; {
|
meta = with lib; {
|
||||||
description = "Fan controller for AMD graphics cards running the amdgpu driver on Linux";
|
description = "Fan controller for AMD graphics cards running the amdgpu driver on Linux";
|
||||||
homepage = "https://github.com/chestm007/amdgpu-fan";
|
homepage = "https://github.com/chestm007/amdgpu-fan";
|
||||||
|
|||||||
Reference in New Issue
Block a user