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

  , ("build", Relative("pan/pan-build.sh"))

  , ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
      [ ("url", "http://losser.st-lab.cs.uu.nl/~eelco/mirror/pan-0.14.0.90.tar.bz2")
      , ("md5", "59612bf2551650c0060b214f9742a105")
      ]))

  , ("stdenv", IncludeFix("stdenv/stdenv.fix"))
  , ("pkgconfig", IncludeFix("pkgconfig/pkgconfig.fix"))
  , ("gtk", IncludeFix("gtk+/gtk+.fix"))
  , ("gtkspell", IncludeFix("gtkspell/gtkspell.fix"))
  , ("gnet", IncludeFix("gnet/gnet.fix"))
  , ("libxml", IncludeFix("libxml2/libxml2.fix"))
  , ("perl", IncludeFix("perl/perl.fix"))
  ]
)