mumble: Add dependency on nix provided microsoft-gsl library
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user