summary refs log tree commit diff
path: root/pkgs/hello/hello.fix
blob: 572e4971194454dd4a78b11a5cd0f5c86c8d9d37 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
Package(
  [ ("name", "hello-2.1.1")
  , ("build", Relative("hello/hello-build.sh"))

  , ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
      [ ("url", "http://ftp.gnu.org/gnu/hello/hello-2.1.1.tar.gz")
      , ("md5", "70c9ccf9fac07f762c24f2df2290784d")
      ]))
  ]
)