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
|
||||
, buildPythonPackage
|
||||
, srht
|
||||
, pyyaml
|
||||
}:
|
||||
|
||||
buildPythonPackage rec {
|
||||
|
@ -17,6 +18,7 @@ buildPythonPackage rec {
|
|||
|
||||
propagatedBuildInputs = [
|
||||
srht
|
||||
pyyaml
|
||||
];
|
||||
|
||||
preBuild = ''
|
||||
|
|
Loading…
Reference in a new issue