1 { lib, buildPythonPackage, fetchFromGitHub, pyyaml }:
3 buildPythonPackage rec {
5 version = "unstable-2022-09-04";
7 src = fetchFromGitHub {
10 rev = "45e6b1e53967ee6590faae454c076febce096931";
11 hash = "sha256-XbvcE/MXNj5S5N7A7jxdwgEE5yMuB82Xg+PYBsFRIm0=";
14 propagatedBuildInputs = [ pyyaml ];
19 pythonImportsCheck = [ "ovmfvartool" ];
22 description = "Parse and generate OVMF_VARS.fd from Yaml";
23 homepage = "https://github.com/hlandau/ovmfvartool";
24 license = licenses.gpl3Plus;
25 maintainers = with maintainers; [ baloo raitobezarius ];