Skip to content

Commit

Permalink
sourcehut.hubsrht: fix missing pyyaml dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
ju1m authored and winterqt committed Nov 2, 2022
1 parent e1930cf commit 608eb68
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/applications/version-management/sourcehut/hub.nix
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
, fetchFromSourcehut
, buildPythonPackage
, srht
, pyyaml
}:

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

propagatedBuildInputs = [
srht
pyyaml
];

preBuild = ''
Expand Down

0 comments on commit 608eb68

Please sign in to comment.