mirror of
https://github.com/wimpysworld/stream-sprout
synced 2026-03-14 14:45:50 +01:00
fix: actually wrap the runtime requirement in the nix package
This commit is contained in:
parent
a11f8f57b0
commit
5514c3da26
1 changed files with 2 additions and 0 deletions
|
|
@ -34,6 +34,8 @@ stdenv.mkDerivation rec {
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
runHook preInstall
|
runHook preInstall
|
||||||
install -Dm755 -t "$out/bin" stream-sprout
|
install -Dm755 -t "$out/bin" stream-sprout
|
||||||
|
wrapProgram $out/bin/stream-sprout \
|
||||||
|
--prefix PATH : "${lib.makeBinPath runtimePaths}"
|
||||||
runHook postInstall
|
runHook postInstall
|
||||||
'';
|
'';
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue