srsran5g: add uhd

This commit is contained in:
Luke Granger-Brown 2024-08-19 02:29:20 +01:00
parent 0298d484f1
commit 9275cee525

View file

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