about summary refs log tree commit diff
path: root/pkgs/applications/networking/nextcloud-client
diff options
context:
space:
mode:
authorSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-13 18:32:01 +0100
committerSandro Jäckel <sandro.jaeckel@gmail.com>2024-01-13 18:35:14 +0100
commit19f38ff3d3dcd0a4e2896cb49bf99bf8ae3bb27a (patch)
treeffeb5c85d36b885e2dce66e92089f32fbedd729d /pkgs/applications/networking/nextcloud-client
parent20683e36b2c0164e3782c426ad34a97c150b44fe (diff)
nextcloud-client: drop git suffix from version number, remove unused cmake variable
Diffstat (limited to 'pkgs/applications/networking/nextcloud-client')
-rw-r--r--pkgs/applications/networking/nextcloud-client/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/nextcloud-client/default.nix b/pkgs/applications/networking/nextcloud-client/default.nix
index 63e84cba1d628..b0ffd018efb16 100644
--- a/pkgs/applications/networking/nextcloud-client/default.nix
+++ b/pkgs/applications/networking/nextcloud-client/default.nix
@@ -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 = ''