about summary refs log tree commit diff
path: root/pkgs/development/libraries/netcdf
diff options
context:
space:
mode:
authorLuke Granger-Brown <git@lukegb.com>2023-02-27 20:31:52 +0000
committerLuke Granger-Brown <git@lukegb.com>2023-02-27 20:33:46 +0000
commit981839f265b5b73dcd12fa9f5fdf78269d27e971 (patch)
treee3747eb392eb50441819069914a2930cb6952c0d /pkgs/development/libraries/netcdf
parent8dbf47975942793c7fd9646a038c684dbb05ddce (diff)
netcdf: install plugins into lib/hdf5-plugins
Diffstat (limited to 'pkgs/development/libraries/netcdf')
-rw-r--r--pkgs/development/libraries/netcdf/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/netcdf/default.nix b/pkgs/development/libraries/netcdf/default.nix
index 544367a2992fb..ed869275c9d28 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" ]);