Merge pull request #291255 from trofi/srsran-gcc-13-fix
srsran: fix `gcc-13` build
This commit is contained in:
commit
747048d086
1 changed files with 2 additions and 0 deletions
|
@ -41,6 +41,8 @@ stdenv.mkDerivation rec {
|
|||
zeromq
|
||||
];
|
||||
|
||||
cmakeFlags = [ "-DENABLE_WERROR=OFF" ];
|
||||
|
||||
meta = with lib; {
|
||||
homepage = "https://www.srslte.com/";
|
||||
description = "Open-source 4G and 5G software radio suite.";
|
||||
|
|
Loading…
Reference in a new issue