python311Packages.cpufeature: add supported platforms
This commit is contained in:
parent
b45547a0a2
commit
2cd1a5ef3b
1 changed files with 1 additions and 0 deletions
|
@ -46,5 +46,6 @@ buildPythonPackage rec {
|
|||
homepage = "https://github.com/robbmcleod/cpufeature";
|
||||
license = licenses.cc0;
|
||||
maintainers = with maintainers; [ fab ];
|
||||
platforms = [ "x86_64-linux" "x86_64-windows" ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue