Skip to content

Commit

Permalink
libgda: finally fix compatibility with GLib
Browse files Browse the repository at this point in the history
vcunat ported this and changed fetchpatch to fetchurl,
as the patch is just an attachement, it's not generated.
  • Loading branch information
jtojnar authored and vcunat committed Sep 28, 2017
1 parent 637c105 commit d9d65fb
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions pkgs/desktops/gnome-3/misc/libgda/default.nix
Expand Up @@ -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"
];
Expand Down

0 comments on commit d9d65fb

Please sign in to comment.