Merge pull request #182752 from iagocq/srsran-add-dep

srsran: add zeromq dependency
This commit is contained in:
superherointj 2022-08-02 16:16:40 -03:00 committed by GitHub
commit 24a103d09f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -12,6 +12,7 @@
, uhd
, soapysdr
, libbladeRF
, zeromq
}:
stdenv.mkDerivation rec {
@ -37,6 +38,7 @@ stdenv.mkDerivation rec {
uhd
soapysdr
libbladeRF
zeromq
];
meta = with lib; {