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