about summary refs log tree commit diff
path: root/pkgs/swig/swig.fix
blob: 88555c6f29c609997fb14a3685f2966141176509 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
Package(
  [ ("name", "swig-1.3.19")
  , ("build", Relative("swig/swig-build.sh"))

  , ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
      [ ("url", "http://heanet.dl.sourceforge.net/sourceforge/swig/swig-1.3.19.tar.gz")
      , ("md5", "a733455544426b31868dd87fc162e750")
      ]))

  , ("stdenv", IncludeFix("stdenv/stdenv.fix"))
  ]
)