qesteidutil: Fixes build from Qt upgrade. (#46083)
This commit is contained in:
parent
3f883b443c
commit
ef2b217812
@ -1,4 +1,4 @@
|
||||
{ stdenv, fetchFromGitHub
|
||||
{ stdenv, fetchFromGitHub, fetchpatch
|
||||
, cmake, ccid, qttools, qttranslations
|
||||
, pkgconfig, pcsclite, hicolor-icon-theme
|
||||
}:
|
||||
@ -19,6 +19,13 @@ stdenv.mkDerivation rec {
|
||||
fetchSubmodules = true;
|
||||
};
|
||||
|
||||
patches = [
|
||||
(fetchpatch {
|
||||
url = https://github.com/open-eid/qesteidutil/commit/868e8245f2481e29e1154e168ac92d32e93a5425.patch;
|
||||
sha256 = "0pwrkd8inf0qaf7lcchmj558k6z34ah672zcb722aa5ybbif0lkn";
|
||||
})
|
||||
];
|
||||
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
buildInputs = [ cmake ccid qttools pcsclite qttranslations
|
||||
hicolor-icon-theme
|
||||
|
Loading…
Reference in New Issue
Block a user