about summary refs log tree commit diff
path: root/corepkgs/fetchurl/fetchurl.fix
blob: f798c0becbc2ba4ff2b77d33600d6e1f03e140d0 (plain) (blame)
1
2
3
4
5
6
7
8
9
Function(["url", "md5"],
  Package(
    [ ("build", Relative("fetchurl/fetchurl.sh"))
    , ("url", Var("url"))
    , ("md5", Var("md5"))
    , ("name", BaseName(Var("url")))
    ]
  )
)