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

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

  , ("src", Call(IncludeFix("fetchurl/fetchurl.fix"),
      [ ("url", "ftp://ftp.gnu.org/pub/gnu/ed/ed-0.2.tar.gz")
      , ("md5", "ddd57463774cae9b50e70cd51221281b")
      ]))

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