Skip to content

Commit

Permalink
wiredtiger: removing prePatch for darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
mmahut committed Aug 24, 2019
1 parent 192c033 commit 912b7f8
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions pkgs/development/libraries/wiredtiger/default.nix
Expand Up @@ -58,12 +58,6 @@ stdenv.mkDerivation rec {
./autogen.sh
'';

prePatch = stdenv.lib.optionalString stdenv.isDarwin ''
substituteInPlace api/leveldb/leveldb_wt.h --replace \
'#include "wiredtiger.h"' \
''$'#include "wiredtiger.h"\n#include "pthread.h"'
'';

meta = {
homepage = http://wiredtiger.com/;
description = "";
Expand Down

0 comments on commit 912b7f8

Please sign in to comment.