about summary refs log tree commit diff
path: root/pkgs/applications/blockchains/sumokoin
diff options
context:
space:
mode:
authorTobias Mayer <tobim@fastmail.fm>2023-07-22 15:09:28 +0200
committerVladimír Čunát <v@cunat.cz>2023-07-22 16:54:22 +0200
commitba2ce6e73bf1e0352d09477854cd30a807b7a296 (patch)
treebdd7cabc9844c2bf47d7f0190dc2aee55a539288 /pkgs/applications/blockchains/sumokoin
parent045f0259febde0ca2e4c55f87f5f09609558aa09 (diff)
various packages: pin boost179
Taken from PR #244831 and vcunat amended the miopen override.
Diffstat (limited to 'pkgs/applications/blockchains/sumokoin')
-rw-r--r--pkgs/applications/blockchains/sumokoin/default.nix4
1 files changed, 2 insertions, 2 deletions
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