qdigidoc: fix build with glibc 2.26

This commit is contained in:
adisbladis
2017-11-09 17:39:13 +08:00
parent 2a894cd2d1
commit 63bc228670
2 changed files with 223 additions and 2 deletions
+2 -2
View File
@@ -12,7 +12,7 @@ stdenv.mkDerivation rec {
sha256 = "1a7nsi28q57ic99hrb6x83qlvpqvzvk6acbfl6ncny2j4yaxa4jl";
};
patches = [ ./certs.patch ];
patches = [ ./certs.patch ./glibc-2_26.patch ];
unpackPhase = ''
mkdir src
@@ -30,7 +30,7 @@ stdenv.mkDerivation rec {
hicolor_icon_theme libdigidocpp opensc shared_mime_info
openldap gettext desktop_file_utils makeWrapper
];
meta = with stdenv.lib; {
description = "Qt based UI application for verifying and signing digital signatures";
homepage = http://www.id.ee/;