From 608eb68fd8ab9e50186ffc3d7c7e842618037c2b Mon Sep 17 00:00:00 2001 From: Julien Moutinho Date: Tue, 1 Nov 2022 18:57:04 +0100 Subject: [PATCH] sourcehut.hubsrht: fix missing pyyaml dependency --- pkgs/applications/version-management/sourcehut/hub.nix | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pkgs/applications/version-management/sourcehut/hub.nix b/pkgs/applications/version-management/sourcehut/hub.nix index 6692cf60abaf..c3a9c509f893 100644 --- a/pkgs/applications/version-management/sourcehut/hub.nix +++ b/pkgs/applications/version-management/sourcehut/hub.nix @@ -2,6 +2,7 @@ , fetchFromSourcehut , buildPythonPackage , srht +, pyyaml }: buildPythonPackage rec { @@ -17,6 +18,7 @@ buildPythonPackage rec { propagatedBuildInputs = [ srht + pyyaml ]; preBuild = ''