nextcloud-client: drop git suffix from version number, remove unused cmake variable

This commit is contained in:
Sandro Jäckel 2024-01-13 18:32:01 +01:00
parent 20683e36b2
commit 19f38ff3d3
No known key found for this signature in database
GPG Key ID: 3AF5A43A3EECC2E5

View File

@ -85,7 +85,7 @@ stdenv.mkDerivation rec {
cmakeFlags = [
"-DBUILD_UPDATER=off"
"-DCMAKE_INSTALL_LIBDIR=lib" # expected to be prefix-relative by build code setting RPATH
"-DNO_SHIBBOLETH=1" # allows to compile without qtwebkit
"-DMIRALL_VERSION_SUFFIX=" # remove git suffix from version
];
postBuild = ''