sourcehut.hubsrht: fix missing pyyaml dependency

This commit is contained in:
Julien Moutinho 2022-11-01 18:57:04 +01:00 committed by Winter
parent e1930cf933
commit 608eb68fd8

View file

@ -2,6 +2,7 @@
, fetchFromSourcehut
, buildPythonPackage
, srht
, pyyaml
}:
buildPythonPackage rec {
@ -17,6 +18,7 @@ buildPythonPackage rec {
propagatedBuildInputs = [
srht
pyyaml
];
preBuild = ''