yq: fix build

This commit is contained in:
Flakebi
2022-04-07 02:03:57 +00:00
committed by Robert Schütz
parent a0c500cc1f
commit f7429cb104
@@ -6,6 +6,7 @@
, pyyaml
, xmltodict
, jq
, setuptools-scm
, pytestCheckHook
}:
@@ -30,6 +31,10 @@ buildPythonPackage rec {
--replace "expect_exit_codes={0} if sys.stdin.isatty() else {2}" "expect_exit_codes={0}"
'';
nativeBuildInputs = [
setuptools-scm
];
propagatedBuildInputs = [
pyyaml
xmltodict