From 1b0014970d8f345195401076cb733e2553139b63 Mon Sep 17 00:00:00 2001 From: Doron Behar Date: Tue, 21 Dec 2021 21:09:44 +0200 Subject: [PATCH] gnuradio3_8: Fix build with boost177 Fails to compile otherwise, see: #151469 --- pkgs/applications/radio/gnuradio/3.8.nix | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pkgs/applications/radio/gnuradio/3.8.nix b/pkgs/applications/radio/gnuradio/3.8.nix index 0e5b7701e987..a6d4099c8639 100644 --- a/pkgs/applications/radio/gnuradio/3.8.nix +++ b/pkgs/applications/radio/gnuradio/3.8.nix @@ -248,6 +248,11 @@ stdenv.mkDerivation rec { url = "https://github.com/gnuradio/gnuradio/commit/9d7343526dd793120b6425cd9a6969416ed32503.patch"; sha256 = "sha256-usSoRDDuClUfdX4yFbQNu8wDzve6UEhZYTFj1oZbFic="; }) + # Fix compilation with boost 177 + (fetchpatch { + url = "https://github.com/gnuradio/gnuradio/commit/2c767bb260a25b415e8c9c4b3ea37280b2127cec.patch"; + sha256 = "sha256-l4dSzkXb5s3vcCeuKMMwiKfv83hFI9Yg+EMEX+sl+Uo="; + }) ]; passthru = shared.passthru // { # Deps that are potentially overriden and are used inside GR plugins - the same version must