From ba2ce6e73bf1e0352d09477854cd30a807b7a296 Mon Sep 17 00:00:00 2001 From: Tobias Mayer Date: Sat, 22 Jul 2023 15:09:28 +0200 Subject: various packages: pin boost179 Taken from PR #244831 and vcunat amended the miopen override. --- pkgs/applications/blockchains/sumokoin/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs/applications/blockchains/sumokoin') diff --git a/pkgs/applications/blockchains/sumokoin/default.nix b/pkgs/applications/blockchains/sumokoin/default.nix index 0c3a3d239599e..ce7bdbfe894d9 100644 --- a/pkgs/applications/blockchains/sumokoin/default.nix +++ b/pkgs/applications/blockchains/sumokoin/default.nix @@ -3,7 +3,7 @@ , fetchFromGitHub , cmake , pkg-config -, boost +, boost179 , openssl , libsodium , libunwind @@ -34,7 +34,7 @@ stdenv.mkDerivation rec { ]; buildInputs = [ - boost + boost179 openssl libsodium libunwind -- cgit 1.4.1