Skip to content

Commit

Permalink
pythonPackages.fiona: Fix darwin build (#46435)
Browse files Browse the repository at this point in the history
(cherry picked from commit 5e0c468)
  • Loading branch information
knedlsepp authored and xeji committed Sep 9, 2018
1 parent bbfa5d8 commit 3143d6b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pkgs/development/python-modules/fiona/default.nix
Expand Up @@ -12,6 +12,8 @@ buildPythonPackage rec {
sha256 = "a156129f0904cb7eb24aa0745b6075da54f2c31db168ed3bcac8a4bd716d77b2";
};

CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11";

buildInputs = [
gdal
];
Expand Down

0 comments on commit 3143d6b

Please sign in to comment.