summary refs log tree commit diff
path: root/pkgs/gtk+/gtk+.fix
blob: 5171c040a10d643762ca51d014ff7d807998a267 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Package(
  [ ("name", "gtk+-2.2.2")

  , ("build", Relative("gtk+/gtk+-build.sh"))

  , ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
      [ ("url", "ftp://ftp.gtk.org/pub/gtk/v2.2/gtk+-2.2.2.tar.bz2")
      , ("md5", "5a7c639f0f2d682bdc17e3f81c17c79c")
      ]))

  , ("stdenv", IncludeFix("stdenv/stdenv.fix"))
  , ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
  , ("glib", IncludeFix("glib/glib.fix"))
  , ("atk", IncludeFix("atk/atk.fix"))
  , ("pango", IncludeFix("pango/pango.fix"))
  , ("perl", IncludeFix("perl/perl.fix"))
  ]
)