about summary refs log blame commit diff
path: root/corepkgs/fetchurl/fetchurl.fix
blob: 0221b612cfe35e3a5d18c2800a48e8f069143393 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
                        


                                                 
                         
                                    
                        


     
Function(["url", "md5"],
  Package(
    [ ("build", Relative("fetchurl/fetchurl.sh"))
    , ("url", Var("url"))
    , ("md5", Var("md5"))
    , ("name", BaseName(Var("url")))
    , ("id", Var("md5"))
    ]
  )
)