mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-16 09:03:42 +00:00
gdal: correct indentation in preConfigure
This commit is contained in:
parent
1e263a638f
commit
78b6642e5d
@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
|
|||||||
# - teach gdal that libdf is the legacy name for libhdf
|
# - teach gdal that libdf is the legacy name for libhdf
|
||||||
preConfigure = ''
|
preConfigure = ''
|
||||||
substituteInPlace configure \
|
substituteInPlace configure \
|
||||||
--replace "-lmfhdf -ldf" "-lmfhdf -lhdf"
|
--replace "-lmfhdf -ldf" "-lmfhdf -lhdf"
|
||||||
'';
|
'';
|
||||||
|
|
||||||
preBuild = ''
|
preBuild = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user