Skip to content

Commit

Permalink
sysdig: fix macOS build
Browse files Browse the repository at this point in the history
  • Loading branch information
matthewbauer committed Apr 9, 2017
1 parent 9e7faf9 commit 1953cb5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/linux/sysdig/default.nix
Expand Up @@ -44,7 +44,7 @@ stdenv.mkDerivation rec {
stdenv.cc.cc
];

postInstall = ''
postInstall = optionalString (!stdenv.isDarwin) ''
patchelf --set-rpath "$libPath" "$out/bin/sysdig"
patchelf --set-rpath "$libPath" "$out/bin/csysdig"
'' + optionalString (kernel != null) ''
Expand Down

0 comments on commit 1953cb5

Please sign in to comment.