dia: Fix build with glib-2.32.4

This commit is contained in:
Shea Levy
2012-07-15 11:01:27 -04:00
parent cea4f23adf
commit 3c6a778b02
2 changed files with 473 additions and 0 deletions
@@ -20,6 +20,8 @@ stdenv.mkDerivation rec {
configureFlags = stdenv.lib.optionalString withGNOME "--enable-gnome";
patches = [ ./glib-top-level-header.patch ];
meta = {
description = "Gnome Diagram drawing software";
homepage = http://live.gnome.org/Dia;