mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-24 14:41:17 +00:00
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…
Reference in a new issue