gnome-keysign: stop requiring lxml

Required to build with BabelGladeExtractor 0.6.1.
This commit is contained in:
Jan Tojnar 2019-11-27 22:32:47 +01:00
parent 9ecb2c4f72
commit 2dfd94ac4a
No known key found for this signature in database
GPG key ID: 7FAB2A15F7A607A4

View file

@ -28,6 +28,14 @@ python3.pkgs.buildPythonApplication rec {
url = "https://gitlab.gnome.org/GNOME/gnome-keysign/commit/216c3677e68960afc517edc00529323e85909323.patch";
sha256 = "1w410gvcridbq26sry7fxn49v59ss2lc0w5ab7csva8rzs1nc990";
})
# stop requiring lxml (no longer used)
# https://gitlab.gnome.org/GNOME/gnome-keysign/merge_requests/23
(fetchpatch {
url = "https://gitlab.gnome.org/GNOME/gnome-keysign/commit/ffc6f40584d7564951e1c8b6d18d4f8a6a3fa09d.patch";
sha256 = "1hs6mmhi2f21kvy26llzvp37yf0i0dr69d18r641139nr6qg6kwy";
includes = [ "setup.py" ];
})
];
nativeBuildInputs = [