From 1a2299a70280867b93fde4050833d4bd2b419884 Mon Sep 17 00:00:00 2001 From: "Claudius \"keldu\" Holeksa" Date: Mon, 15 Apr 2024 20:43:48 +0200 Subject: nix,io_codec: Fixing old streaming peer code --- default.nix | 3 +++ 1 file changed, 3 insertions(+) (limited to 'default.nix') 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 ]; }; -- cgit v1.2.3