about summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/quaternion
diff options
context:
space:
mode:
authorPeter Hoeg <peter@hoeg.com>2021-10-26 13:14:20 +0800
committerPeter Hoeg <peter@hoeg.com>2021-10-31 13:03:21 +0800
commit44883e70cc9b40d104d3a1cbdd7b576815aa08e0 (patch)
treea12c06dd3e7a6afaec30ff7b582b6f2ba5cb4923 /pkgs/applications/networking/instant-messengers/quaternion
parent2cfa8b5511381f629abd0cec2ff5e8c988ec0298 (diff)
quaternion: 0.0.95 - 0.0.95.1
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/quaternion')
-rw-r--r--pkgs/applications/networking/instant-messengers/quaternion/default.nix12
1 files changed, 4 insertions, 8 deletions
diff --git a/pkgs/applications/networking/instant-messengers/quaternion/default.nix b/pkgs/applications/networking/instant-messengers/quaternion/default.nix
index 359c0fa7aac50..268a077e7c5bb 100644
--- a/pkgs/applications/networking/instant-messengers/quaternion/default.nix
+++ b/pkgs/applications/networking/instant-messengers/quaternion/default.nix
@@ -3,7 +3,6 @@
 , lib
 , fetchFromGitHub
 , cmake
-, qtbase
 , qtquickcontrols
 , qtquickcontrols2
 , qtkeychain
@@ -15,19 +14,17 @@
 
 mkDerivation rec {
   pname = "quaternion";
-  version = "0.0.95";
+  version = "0.0.95.1";
 
   src = fetchFromGitHub {
     owner = "QMatrixClient";
     repo = "Quaternion";
     rev = version;
-    sha256 = "sha256-WqhHqo4ySxufulC+TxS2ko2R5hUiORgdNAkp5Awdcw8=";
+    sha256 = "sha256-6FLj/hVY13WO7sMgHCHV57eMJu39cwQHXQX7m0lmv4I=";
   };
 
   buildInputs = [
-    qtbase
     qtmultimedia
-    qtquickcontrols
     qtquickcontrols2
     qtkeychain
     libquotient
@@ -47,11 +44,10 @@ mkDerivation rec {
     '';
 
   meta = with lib; {
-    description =
-      "Cross-platform desktop IM client for the Matrix protocol";
+    description = "Cross-platform desktop IM client for the Matrix protocol";
     homepage = "https://matrix.org/docs/projects/client/quaternion.html";
     license = licenses.gpl3;
     maintainers = with maintainers; [ peterhoeg ];
-    inherit (qtbase.meta) platforms;
+    inherit (qtquickcontrols2.meta) platforms;
   };
 }