amdgpu-fan: patch bad placeholder version
This commit is contained in:
		@@ -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