Skip to content

Commit d9d65fb

Browse files
jtojnarvcunat
authored andcommittedSep 28, 2017
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.
1 parent 637c105 commit d9d65fb

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed
 

‎pkgs/desktops/gnome-3/misc/libgda/default.nix

+8
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,14 @@
33
stdenv.mkDerivation rec {
44
inherit (import ./src.nix fetchurl) name src;
55

6+
patches = [
7+
(fetchurl {
8+
name = "libgda-fix-encoding-of-copyright-headers.patch";
9+
url = https://bug787685.bugzilla-attachments.gnome.org/attachment.cgi?id=359901;
10+
sha256 = "11qj7f7zsiw8jy18vlwz2prlxpg4iq350sws3qwfwsv0lnmncmfq";
11+
})
12+
];
13+
614
configureFlags = [
715
"--enable-gi-system-install=no"
816
];

0 commit comments

Comments
 (0)
Please sign in to comment.