about summary refs log tree commit diff
path: root/pkgs/pan/pan.fix
blob: 70c9ff0ea53e0a033cb5924c74a1cfcf5ae3a87c (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.2")

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

  , ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
      [ ("url", "http://pan.rebelbase.com/download/releases/0.14.2/SOURCE/pan-0.14.2.tar.bz2")
      , ("md5", "ed3188e7059bb6d6c209ee5d46ac1852")
      ]))

  , ("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"))
  ]
)