From a0a0880cfe088ddf32bd6665c9b0e6fc07cab931 Mon Sep 17 00:00:00 2001 From: aszlig Date: Sun, 10 Oct 2021 06:17:27 +0200 Subject: pkgs/psi: Fix reference to libgpg-error This has been renamed[1] to reflect the upstream name and since there is no alias for the old name, we need to rename it as well to avoid evaluation errors. [1]: https://github.com/NixOS/nixpkgs/commit/41574158a07f3c6ab5853b316c2fe7ed18e6354b Signed-off-by: aszlig --- pkgs/aszlig/psi/default.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'pkgs') diff --git a/pkgs/aszlig/psi/default.nix b/pkgs/aszlig/psi/default.nix index 36f95bea..f92d1d7c 100644 --- a/pkgs/aszlig/psi/default.nix +++ b/pkgs/aszlig/psi/default.nix @@ -1,5 +1,5 @@ { stdenv, lib, fetchFromGitHub, cmake, makeWrapper -, hunspell, libgcrypt, libgpgerror, libidn, libotr, libsForQt5 +, hunspell, libgcrypt, libgpg-error, libidn, libotr, libsForQt5 , libsignal-protocol-c, html-tidy, qt5 , substituteAll @@ -74,7 +74,7 @@ in stdenv.mkDerivation rec { html-tidy hunspell libgcrypt - libgpgerror + libgpg-error libidn libotr libsForQt5.qca-qt5 -- cgit 1.4.1