From 9275cee525a785b1b37dd1bd6cf61db41c9d7df9 Mon Sep 17 00:00:00 2001 From: Luke Granger-Brown Date: Mon, 19 Aug 2024 02:29:20 +0100 Subject: [PATCH] srsran5g: add uhd --- nix/pkgs/srsran5g/default.nix | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/nix/pkgs/srsran5g/default.nix b/nix/pkgs/srsran5g/default.nix index c3b62b457e..0978868f24 100644 --- a/nix/pkgs/srsran5g/default.nix +++ b/nix/pkgs/srsran5g/default.nix @@ -12,8 +12,8 @@ , elfutils , libbfd , libdwarf - -, soapysdr-with-plugins +, boost +, uhd }: stdenv.mkDerivation { @@ -53,6 +53,7 @@ stdenv.mkDerivation { libbfd libdwarf - soapysdr-with-plugins + boost # required by uhd; should really be a propagatedBuildInput... + uhd ]; }