qdigidoc: fix build with glibc 2.26
This commit is contained in:
@@ -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/;
|
||||
|
||||
Reference in New Issue
Block a user