about summary refs log tree commit diff
path: root/pkgs/build-support/fetchzip
diff options
context:
space:
mode:
authorvolth <volth@volth.com>2019-06-16 19:59:06 +0000
committerAlyssa Ross <hi@alyssa.is>2019-06-16 19:59:05 +0000
commitf3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a (patch)
treefc248141d976626274065a36839f64bd2dd3db99 /pkgs/build-support/fetchzip
parentccee4117be08f0474640e06f76a7881389fb7b47 (diff)
downloadnixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.gz
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.bz2
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.lz
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.xz
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.tar.zst
nixlib-f3282c8d1e0ce6ba5d9f6aeddcfad51d879c7a4a.zip
treewide: remove unused variables (#63177)
* treewide: remove unused variables

* making ofborg happy
Diffstat (limited to 'pkgs/build-support/fetchzip')
-rw-r--r--pkgs/build-support/fetchzip/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/fetchzip/default.nix b/pkgs/build-support/fetchzip/default.nix
index f1b9b9290d4c..c61df8ceb001 100644
--- a/pkgs/build-support/fetchzip/default.nix
+++ b/pkgs/build-support/fetchzip/default.nix
@@ -5,7 +5,7 @@
 # (e.g. due to minor changes in the compression algorithm, or changes
 # in timestamps).
 
-{ lib, fetchurl, unzip }:
+{ fetchurl, unzip }:
 
 { # Optionally move the contents of the unpacked tree up one level.
   stripRoot ? true