From 78b6642e5d5c1ebd5d07b3a5905828ac80f7f9e0 Mon Sep 17 00:00:00 2001 From: brano543 Date: Sat, 15 Feb 2020 13:29:00 +0100 Subject: [PATCH] gdal: correct indentation in preConfigure --- pkgs/development/libraries/gdal/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix index 085c23c49cf4..1734ee9ce589 100644 --- a/pkgs/development/libraries/gdal/default.nix +++ b/pkgs/development/libraries/gdal/default.nix @@ -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 = ''