Merge pull request #291255 from trofi/srsran-gcc-13-fix

srsran: fix `gcc-13` build
This commit is contained in:
kirillrdy 2024-02-25 20:37:13 +11:00 committed by GitHub
commit 747048d086
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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.";