Skip to content

Commit

Permalink
webkitgtk24x: Fix build on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
shlevy committed Mar 31, 2017
1 parent 80b40fd commit c923c6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/libraries/webkitgtk/2.4.nix
Expand Up @@ -65,6 +65,8 @@ stdenv.mkDerivation rec {
"--disable-x11-target"
"--enable-quartz-target"
"--disable-web-audio"
"CFLAGS=-DJSC_OBJC_API_ENABLED=0"
"CXXFLAGS=-DJSC_OBJC_API_ENABLED=0"
] ++ optionals (!enableCredentialStorage) [
"--disable-credential-storage"
];
Expand Down

0 comments on commit c923c6c

Please sign in to comment.