skopeo: fix wrapper
This commit is contained in:
parent
f557e2f2a1
commit
b7b89a6272
1 changed files with 1 additions and 3 deletions
|
@ -42,9 +42,7 @@ buildGoModule rec {
|
|||
install -Dm755 bin/skopeo -t $out/bin
|
||||
installManPage docs/*.[1-9]
|
||||
installShellCompletion --bash completions/bash/skopeo
|
||||
'';
|
||||
|
||||
postInstall = stdenv.lib.optionals stdenv.isLinux ''
|
||||
'' + stdenv.lib.optionalString stdenv.isLinux ''
|
||||
wrapProgram $out/bin/skopeo \
|
||||
--prefix PATH : ${stdenv.lib.makeBinPath [ fuse-overlayfs ]}
|
||||
'';
|
||||
|
|
Loading…
Reference in a new issue