@@ -3,6 +3,7 @@
fetchFromGitHub,
buildGoModule,
makeWrapper,
+ bash,
git,
openssh,
pam,
@@ -37,7 +38,7 @@ buildGoModule rec {
cp -r conf templates public $out/share/gogs/
wrapProgram $out/bin/gogs \
- --prefix PATH : ${lib.makeBinPath [ git openssh ]}
+ --prefix PATH : ${lib.makeBinPath [ bash git openssh ]}
'';
meta = {