Skip to content

Commit 5514c3d

Browse files
committed
fix: actually wrap the runtime requirement in the nix package
1 parent a11f8f5 commit 5514c3d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

package.nix

+2
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
3434
installPhase = ''
3535
runHook preInstall
3636
install -Dm755 -t "$out/bin" stream-sprout
37+
wrapProgram $out/bin/stream-sprout \
38+
--prefix PATH : "${lib.makeBinPath runtimePaths}"
3739
runHook postInstall
3840
'';
3941

0 commit comments

Comments
 (0)