summary refs log tree commit diff
path: root/pkgs/applications/networking/instant-messengers/psi-plus
diff options
context:
space:
mode:
authorThomas Tuegel <thomas.tuegel@runtimeverification.com>2020-09-07 10:10:27 -0500
committerThomas Tuegel <thomas.tuegel@runtimeverification.com>2020-09-07 10:18:10 -0500
commit210bfccb538e99529e20d9bd8afd0e9a6496a5cb (patch)
treedbea1c15a6a434407045796fd6bdc96e906a1442 /pkgs/applications/networking/instant-messengers/psi-plus
parent5d01b6cb1789128a1125f74f2b29cb47a10f3ddb (diff)
downloadnixpkgs-210bfccb538e99529e20d9bd8afd0e9a6496a5cb.tar
nixpkgs-210bfccb538e99529e20d9bd8afd0e9a6496a5cb.tar.gz
nixpkgs-210bfccb538e99529e20d9bd8afd0e9a6496a5cb.tar.bz2
nixpkgs-210bfccb538e99529e20d9bd8afd0e9a6496a5cb.tar.lz
nixpkgs-210bfccb538e99529e20d9bd8afd0e9a6496a5cb.tar.xz
nixpkgs-210bfccb538e99529e20d9bd8afd0e9a6496a5cb.tar.zst
nixpkgs-210bfccb538e99529e20d9bd8afd0e9a6496a5cb.zip
qca2-qt5: remove in favor of libsForQt5.qca-qt5
Diffstat (limited to 'pkgs/applications/networking/instant-messengers/psi-plus')
-rw-r--r--pkgs/applications/networking/instant-messengers/psi-plus/default.nix4
1 files changed, 2 insertions, 2 deletions
diff --git a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix
index 430a7cc4ca7..cf7c1008a08 100644
--- a/pkgs/applications/networking/instant-messengers/psi-plus/default.nix
+++ b/pkgs/applications/networking/instant-messengers/psi-plus/default.nix
@@ -1,6 +1,6 @@
 { stdenv, fetchFromGitHub, cmake, wrapQtAppsHook
 , qtbase, qtmultimedia, qtx11extras, qttools, qtwebengine
-, libidn, qca2-qt5, libsecret, libXScrnSaver, hunspell
+, libidn, qca-qt5, libsecret, libXScrnSaver, hunspell
 , libgcrypt, libotr, html-tidy, libgpgerror, libsignal-protocol-c
 }:
 
@@ -23,7 +23,7 @@ stdenv.mkDerivation rec {
 
   buildInputs = [
     qtbase qtmultimedia qtx11extras qttools qtwebengine
-    libidn qca2-qt5 libsecret libXScrnSaver hunspell
+    libidn qca-qt5 libsecret libXScrnSaver hunspell
     libgcrypt libotr html-tidy libgpgerror libsignal-protocol-c
   ];