libgda: finally fix compatibility with GLib

vcunat ported this and changed fetchpatch to fetchurl,
as the patch is just an attachement, it's not generated.
This commit is contained in:
Jan Tojnar 2017-09-16 23:02:59 +02:00 committed by Vladimír Čunát
parent 637c105159
commit d9d65fb275
No known key found for this signature in database
GPG key ID: E747DF1F9575A3AA

View file

@ -3,6 +3,14 @@
stdenv.mkDerivation rec {
inherit (import ./src.nix fetchurl) name src;
patches = [
(fetchurl {
name = "libgda-fix-encoding-of-copyright-headers.patch";
url = https://bug787685.bugzilla-attachments.gnome.org/attachment.cgi?id=359901;
sha256 = "11qj7f7zsiw8jy18vlwz2prlxpg4iq350sws3qwfwsv0lnmncmfq";
})
];
configureFlags = [
"--enable-gi-system-install=no"
];