mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-17 23:36:17 +01:00
sysdig: fix macOS build
This commit is contained in:
parent
9e7faf9883
commit
1953cb5f71
1 changed files with 1 additions and 1 deletions
|
@ -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) ''
|
||||
|
|
Loading…
Reference in a new issue