Merge pull request #280776 from SuperSandro2000/nextcloud-version

nextcloud-client: drop git suffix from version number, remove unused cmake variable
This commit is contained in:
Robert Schütz 2024-01-29 04:43:25 +00:00 committed by GitHub
commit 5d525eed8a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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 = ''