gnuradio3_8: 3.8.3.0 -> 3.8.3.1

(cherry picked from commit c8d0af7cffae3068326162cbdddcfdad8b97932a)
This commit is contained in:
Eduardo Sánchez Muñoz 2021-06-28 12:16:39 +02:00 committed by Jonathan Ringer
parent 4a55c281f9
commit e9148dc1c3

View File

@ -42,14 +42,14 @@
, versionAttr ? { , versionAttr ? {
major = "3.8"; major = "3.8";
minor = "3"; minor = "3";
patch = "0"; patch = "1";
} }
# We use our build of volk and not the one bundled with the release # We use our build of volk and not the one bundled with the release
, fetchSubmodules ? false , fetchSubmodules ? false
}: }:
let let
sourceSha256 = "0lwbj3slhc8bjjvfw7yz45if21hajydgy2vsjvj2barzmhfb37fd"; sourceSha256 = "0vd39azp8n576dbqsanax7bgsnxwc80riaxid2ihxs4xzyjmbw9r";
featuresInfo = { featuresInfo = {
# Needed always # Needed always
basic = { basic = {
@ -242,6 +242,7 @@ stdenv.mkDerivation rec {
# From some reason, if these are not set, libcodec2 and gsm are not # From some reason, if these are not set, libcodec2 and gsm are not
# detected properly. The issue is reported upstream: # detected properly. The issue is reported upstream:
# https://github.com/gnuradio/gnuradio/issues/4278 # https://github.com/gnuradio/gnuradio/issues/4278
# The above issue was fixed for GR3.9 without a backporting patch.
# #
# NOTE: qradiolink needs libcodec2 to be detected in # NOTE: qradiolink needs libcodec2 to be detected in
# order to build, see https://github.com/qradiolink/qradiolink/issues/67 # order to build, see https://github.com/qradiolink/qradiolink/issues/67