Skip to content

Commit

Permalink
security-tool: --prefix instead of --set w/ DYLD_INSERT_LIBRARIES
Browse files Browse the repository at this point in the history
  • Loading branch information
lukateras authored and Lucus16 committed Nov 20, 2018
1 parent 837b819 commit e31881b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/os-specific/darwin/security-tool/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ stdenv.mkDerivation rec {
];

postInstall = ''
wrapProgram $out/bin/security --set DYLD_INSERT_LIBRARIES /usr/lib/libsqlite3.dylib
wrapProgram $out/bin/security --prefix DYLD_INSERT_LIBRARIES : /usr/lib/libsqlite3.dylib
'';

meta = with stdenv.lib; {
Expand Down

0 comments on commit e31881b

Please sign in to comment.