Skip to content

Commit 5370ca9

Browse files
committed
makeWrapper -> wrapProgram
1 parent 0f04c9d commit 5370ca9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

wrapper.nix

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,7 @@
33
lambda-launcher-unwrapped.overrideAttrs (old: {
44
buildInputs = old.buildInputs ++ [ makeWrapper ];
55
postInstall = ''
6-
cp $out/bin/lambda-launcher $out/bin/.lambda-launcher-unwrapped
7-
makeWrapper $out/bin/.lambda-launcher-unwrapped $out/bin/lambda-launcher --prefix PATH : ${
6+
wrapProgram $out/bin/lambda-launcher --prefix PATH : ${
87
lib.makeBinPath plugins
98
} --prefix LD_LIBRARY_PATH : ${librsvg}/lib
109
'';

0 commit comments

Comments
 (0)