gdal: correct indentation in preConfigure

This commit is contained in:
brano543 2020-02-15 13:29:00 +01:00
parent 1e263a638f
commit 78b6642e5d

View file

@ -69,7 +69,7 @@ stdenv.mkDerivation rec {
# - teach gdal that libdf is the legacy name for libhdf
preConfigure = ''
substituteInPlace configure \
--replace "-lmfhdf -ldf" "-lmfhdf -lhdf"
--replace "-lmfhdf -ldf" "-lmfhdf -lhdf"
'';
preBuild = ''