Commit 608eb68f authored by Julien Moutinho's avatar Julien Moutinho Committed by Winter
Browse files

sourcehut.hubsrht: fix missing pyyaml dependency

parent e1930cf9
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -2,6 +2,7 @@
, fetchFromSourcehut
, buildPythonPackage
, srht
, pyyaml
}:

buildPythonPackage rec {
@@ -17,6 +18,7 @@ buildPythonPackage rec {

  propagatedBuildInputs = [
    srht
    pyyaml
  ];

  preBuild = ''