about summary refs log tree commit diff
path: root/pkgs/zip/zip.fix
blob: 7c3ff62bac714dc233d391fe4058ff1074ec1eb7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
Package(
  [ ("name", "zip-2.3")

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

  , ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
      [ ("url", "ftp://ftp.info-zip.org/pub/infozip/src/zip23.tar.gz")
      , ("md5", "5206a99541f3b0ab90f1baa167392c4f")
      ]))

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