Skip to content

Commit

Permalink
skopeo: fix wrapper
Browse files Browse the repository at this point in the history
  • Loading branch information
zowoq committed Sep 26, 2020
1 parent f557e2f commit b7b89a6
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions pkgs/development/tools/skopeo/default.nix
Expand Up @@ -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 ]}
'';
Expand Down

0 comments on commit b7b89a6

Please sign in to comment.