Skip to content

Commit

Permalink
gnome2.glibgnome: fixup build with updated glib
Browse files Browse the repository at this point in the history
  • Loading branch information
vcunat committed Sep 28, 2017
1 parent f1ffca9 commit f1e6c43
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkgs/desktops/gnome-2/platform/libgnome/default.nix
Expand Up @@ -11,9 +11,11 @@ stdenv.mkDerivation rec {
sha256 = "197pnq8y0knqjhm2fg4j6hbqqm3qfzfnd0irhwxpk1b4hqb3kimj";
};

outputs = [ "out" "dev" ];

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 ];
buildInputs = [ popt zlib intltool GConf gnome_vfs libcanberra libtool ];
Expand Down

0 comments on commit f1e6c43

Please sign in to comment.