forked from mirrors/nixpkgs
Remove unecessary option
This commit is contained in:
parent
86b966f108
commit
1c9af2d89c
|
@ -14,8 +14,6 @@ stdenv.mkDerivation rec {
|
|||
|
||||
enableParallelBuilding = true;
|
||||
|
||||
GDAL_CFLAGS = "-std=c++11";
|
||||
|
||||
CXXFLAGS = stdenv.lib.optionalString stdenv.cc.isClang "-std=c++11 -Wno-narrowing";
|
||||
|
||||
sourceRoot = "code-b6f474f/saga-gis";
|
||||
|
|
Loading…
Reference in a new issue