Skip to content

Commit

Permalink
fix: actually wrap the runtime requirement in the nix package
Browse files Browse the repository at this point in the history
  • Loading branch information
flexiondotorg committed Jul 26, 2024
1 parent a11f8f5 commit 5514c3d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.nix
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
installPhase = ''
runHook preInstall
install -Dm755 -t "$out/bin" stream-sprout
wrapProgram $out/bin/stream-sprout \
--prefix PATH : "${lib.makeBinPath runtimePaths}"
runHook postInstall
'';

Expand Down

0 comments on commit 5514c3d

Please sign in to comment.