mumble: Apply point release number to internal version string
Without applying the build option BUILD_NUMBER, Mumble only knows about the major and minor version. So, if the actual version string is 1.5.735, then the Mumble application only displays 1.5.0. Fix that. Reported-by: Hartmnt Signed-off-by: Felix Singer <felixsinger@posteo.net>
This commit is contained in:
@@ -62,6 +62,7 @@ let
|
||||
cmakeFlags = [
|
||||
"-D g15=OFF"
|
||||
"-D CMAKE_CXX_STANDARD=17" # protobuf >22 requires C++ 17
|
||||
"-D BUILD_NUMBER=${lib.versions.patch source.version}"
|
||||
] ++ (overrides.configureFlags or [ ]);
|
||||
|
||||
preConfigure = ''
|
||||
|
||||
Reference in New Issue
Block a user