summary refs log tree commit diff
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2022-10-05 15:54:57 +0200
committerGitHub <noreply@github.com>2022-10-05 15:54:57 +0200
commit1fd6cf192a849c3ef9886ea34f7803991e8b127d (patch)
tree41580434bbe2114e45663ad6f81041b4c1edf973
parentfdd0db3a4da4ea6429315b22b29e8d2d3727649a (diff)
downloadnixpkgs-1fd6cf192a849c3ef9886ea34f7803991e8b127d.tar
nixpkgs-1fd6cf192a849c3ef9886ea34f7803991e8b127d.tar.gz
nixpkgs-1fd6cf192a849c3ef9886ea34f7803991e8b127d.tar.bz2
nixpkgs-1fd6cf192a849c3ef9886ea34f7803991e8b127d.tar.lz
nixpkgs-1fd6cf192a849c3ef9886ea34f7803991e8b127d.tar.xz
nixpkgs-1fd6cf192a849c3ef9886ea34f7803991e8b127d.tar.zst
nixpkgs-1fd6cf192a849c3ef9886ea34f7803991e8b127d.zip
fixup! fetchurl: add pname+version support
-rw-r--r--pkgs/build-support/fetchurl/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchurl/default.nix b/pkgs/build-support/fetchurl/default.nix
index 72cfd20652b..28d2519f423 100644
--- a/pkgs/build-support/fetchurl/default.nix
+++ b/pkgs/build-support/fetchurl/default.nix
@@ -58,7 +58,6 @@ in
   name ? ""
 
   # for versioned downloads optionally take pname + version.
-  # if name is set that is preferred
 , pname ? ""
 , version ? ""