diff --git a/pkgs/development/libraries/gdal/default.nix b/pkgs/development/libraries/gdal/default.nix index 085c23c49cf..1734ee9ce58 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 = ''