summaryrefslogtreecommitdiff
path: root/default.nix
diff options
context:
space:
mode:
Diffstat (limited to 'default.nix')
-rw-r--r--default.nix3
1 files changed, 3 insertions, 0 deletions
diff --git a/default.nix b/default.nix
index ef36e43..2d97e9b 100644
--- a/default.nix
+++ b/default.nix
@@ -63,6 +63,8 @@ in rec {
inherit forstio;
inherit stdenv;
inherit clang-tools;
+
+ build_examples = "true";
};
remote-opencl = pkgs.callPackage modules/remote-opencl/.nix/derivation.nix {
@@ -92,6 +94,7 @@ in rec {
forstio.codec-netcdf
forstio.io
forstio.io-tls
+ forstio.io_codec
];
};