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:
commit
5d525eed8a
1 changed files with 1 additions and 1 deletions
|
@ -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 = ''
|
||||
|
|
Loading…
Reference in a new issue