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 ]; }