srsran5g: add uhd
This commit is contained in:
parent
0298d484f1
commit
9275cee525
1 changed files with 4 additions and 3 deletions
|
@ -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
|
||||
];
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue