gnome2.glibgnome: fixup build with updated glib
This commit is contained in:
parent
f1ffca9ac6
commit
f1e6c43d45
@ -11,9 +11,11 @@ stdenv.mkDerivation rec {
|
|||||||
sha256 = "197pnq8y0knqjhm2fg4j6hbqqm3qfzfnd0irhwxpk1b4hqb3kimj";
|
sha256 = "197pnq8y0knqjhm2fg4j6hbqqm3qfzfnd0irhwxpk1b4hqb3kimj";
|
||||||
};
|
};
|
||||||
|
|
||||||
outputs = [ "out" "dev" ];
|
|
||||||
|
|
||||||
patches = [ ./new-glib.patch ];
|
patches = [ ./new-glib.patch ];
|
||||||
|
/* There's a comment containing an invalid utf-8 sequence, breaking glib-mkenums. */
|
||||||
|
postPatch = "sed '/returns the true filename/d' -i libgnome/gnome-config.h";
|
||||||
|
|
||||||
|
outputs = [ "out" "dev" ];
|
||||||
|
|
||||||
nativeBuildInputs = [ pkgconfig ];
|
nativeBuildInputs = [ pkgconfig ];
|
||||||
buildInputs = [ popt zlib intltool GConf gnome_vfs libcanberra libtool ];
|
buildInputs = [ popt zlib intltool GConf gnome_vfs libcanberra libtool ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user