From 981839f265b5b73dcd12fa9f5fdf78269d27e971 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Mon, 27 Feb 2023 20:31:52 +0000 Subject: [PATCH] netcdf: install plugins into lib/hdf5-plugins --- pkgs/development/libraries/netcdf/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/development/libraries/netcdf/default.nix b/pkgs/development/libraries/netcdf/default.nix index 544367a2992..ed869275c9d 100644 --- a/pkgs/development/libraries/netcdf/default.nix +++ b/pkgs/development/libraries/netcdf/default.nix @@ -53,6 +53,7 @@ in stdenv.mkDerivation rec { "--enable-dap" "--enable-shared" "--disable-dap-remote-tests" + "--with-plugin-dir=${placeholder "out"}/lib/hdf5-plugins" ] ++ (lib.optionals mpiSupport [ "--enable-parallel-tests" "CC=${mpi}/bin/mpicc" ]);