mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-01 15:11:25 +00:00
qesteidutil: 3.12.10 -> 2018-08-21
This commit is contained in:
parent
cd80aee989
commit
544778d231
@ -4,8 +4,7 @@
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
|
||||
version = "3.12.10";
|
||||
version = "2018-08-21";
|
||||
name = "qesteidutil-${version}";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
@ -13,19 +12,11 @@ stdenv.mkDerivation rec {
|
||||
repo = "qesteidutil";
|
||||
# TODO: Switch back to this after next release.
|
||||
#rev = "v${version}";
|
||||
# We require the remove breakpad stuff
|
||||
rev = "efdfe4c5521f68f206569e71e292a664bb9f46aa";
|
||||
sha256 = "0zly83sdqsf9lxnfw4ir2a9vmmfba181rhsrz61ga2zzpm2wf0f0";
|
||||
rev = "3bb65ef345aaa0d589b37a5d0d6f5772e95b0cd7";
|
||||
sha256 = "13xsw5gh4svp9a5nxcqv72mymivr7w1cyjbv2l6yf96m45bsd9x4";
|
||||
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
|
||||
@ -36,6 +27,6 @@ stdenv.mkDerivation rec {
|
||||
homepage = http://www.id.ee/;
|
||||
license = licenses.lgpl2;
|
||||
platforms = platforms.linux;
|
||||
maintainers = [ maintainers.jagajaga ];
|
||||
maintainers = with maintainers; [ jagajaga domenkozar ];
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user