mumble: Add dependency on nix provided microsoft-gsl library

This commit is contained in:
‮rekcäH nitraM‮
2025-05-31 19:07:34 +02:00
parent 87952b4973
commit 97d7f7cd63
@@ -32,6 +32,7 @@
libpulseaudio,
speechdSupport ? false,
speechd-minimal,
microsoft-gsl,
}:
let
@@ -57,12 +58,14 @@ let
boost
poco
protobuf
microsoft-gsl
] ++ (overrides.buildInputs or [ ]);
cmakeFlags = [
"-D g15=OFF"
"-D CMAKE_CXX_STANDARD=17" # protobuf >22 requires C++ 17
"-D BUILD_NUMBER=${lib.versions.patch source.version}"
"-D bundled-gsl=OFF"
] ++ (overrides.cmakeFlags or [ ]);
preConfigure = ''