8 buildPythonPackage rec {
10 version = "unstable-2022-09-04";
11 format = "setuptools";
13 src = fetchFromGitHub {
16 rev = "45e6b1e53967ee6590faae454c076febce096931";
17 hash = "sha256-XbvcE/MXNj5S5N7A7jxdwgEE5yMuB82Xg+PYBsFRIm0=";
20 propagatedBuildInputs = [ pyyaml ];
25 pythonImportsCheck = [ "ovmfvartool" ];
28 description = "Parse and generate OVMF_VARS.fd from Yaml";
29 mainProgram = "ovmfvartool";
30 homepage = "https://github.com/hlandau/ovmfvartool";
31 license = licenses.gpl3Plus;
32 maintainers = with maintainers; [