From 035aa114037857b51968e62a1176f4086e2477ec Mon Sep 17 00:00:00 2001 From: Shea Levy Date: Sun, 8 Jul 2012 11:14:57 -0400 Subject: [PATCH] Remove obsolete comment --- corepkgs/fetchurl.nix | 3 --- 1 file changed, 3 deletions(-) diff --git a/corepkgs/fetchurl.nix b/corepkgs/fetchurl.nix index 91870a70c1..29cf6720b3 100644 --- a/corepkgs/fetchurl.nix +++ b/corepkgs/fetchurl.nix @@ -1,8 +1,5 @@ with import ; -# Argh, this thing is duplicated (more-or-less) in Nixpkgs. Need to -# find a way to combine them. - {system ? builtins.currentSystem, url, outputHash ? "", outputHashAlgo ? "", md5 ? "", sha1 ? "", sha256 ? ""}: assert (outputHash != "" && outputHashAlgo != "")