sourcehut.hubsrht: fix missing pyyaml dependency
This commit is contained in:
parent
e1930cf933
commit
608eb68fd8
1 changed files with 2 additions and 0 deletions
|
@ -2,6 +2,7 @@
|
||||||
, fetchFromSourcehut
|
, fetchFromSourcehut
|
||||||
, buildPythonPackage
|
, buildPythonPackage
|
||||||
, srht
|
, srht
|
||||||
|
, pyyaml
|
||||||
}:
|
}:
|
||||||
|
|
||||||
buildPythonPackage rec {
|
buildPythonPackage rec {
|
||||||
|
@ -17,6 +18,7 @@ buildPythonPackage rec {
|
||||||
|
|
||||||
propagatedBuildInputs = [
|
propagatedBuildInputs = [
|
||||||
srht
|
srht
|
||||||
|
pyyaml
|
||||||
];
|
];
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
|
Loading…
Reference in a new issue