We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a11f8f5 commit 5514c3dCopy full SHA for 5514c3d
package.nix
@@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
34
installPhase = ''
35
runHook preInstall
36
install -Dm755 -t "$out/bin" stream-sprout
37
+ wrapProgram $out/bin/stream-sprout \
38
+ --prefix PATH : "${lib.makeBinPath runtimePaths}"
39
runHook postInstall
40
'';
41
0 commit comments