diff options
Diffstat (limited to 'tests/.nix/derivation.nix')
-rw-r--r-- | tests/.nix/derivation.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/.nix/derivation.nix b/tests/.nix/derivation.nix index e096e70..ea40920 100644 --- a/tests/.nix/derivation.nix +++ b/tests/.nix/derivation.nix @@ -4,6 +4,7 @@ , clang-tools , version , forstio +, netcdf }: stdenv.mkDerivation { @@ -24,6 +25,7 @@ stdenv.mkDerivation { forstio.io forstio.test forstio.window + netcdf ]; doCheck = true; |