summary refs log tree commit diff
diff options
context:
space:
mode:
authorDamien Diederen <dd@crosstwine.com>2021-02-04 18:24:09 +0100
committerDamien Diederen <dd@crosstwine.com>2021-02-05 21:20:13 +0100
commit9744abab00769098b7d159a6426647ed78eb6494 (patch)
treeb4e6542b54ebf219d1df327576fa6e8c076a14e7
parentc3fbb346ae93c6cef3a460b6f6295573a5eb28f7 (diff)
downloadnixpkgs-9744abab00769098b7d159a6426647ed78eb6494.tar
nixpkgs-9744abab00769098b7d159a6426647ed78eb6494.tar.gz
nixpkgs-9744abab00769098b7d159a6426647ed78eb6494.tar.bz2
nixpkgs-9744abab00769098b7d159a6426647ed78eb6494.tar.lz
nixpkgs-9744abab00769098b7d159a6426647ed78eb6494.tar.xz
nixpkgs-9744abab00769098b7d159a6426647ed78eb6494.tar.zst
nixpkgs-9744abab00769098b7d159a6426647ed78eb6494.zip
debBuild: Fix "duplicate formal function argument 'lib'"
As discussed here:

  https://github.com/NixOS/nixpkgs/pull/111672#issuecomment-773484089
-rw-r--r--pkgs/build-support/release/debian-build.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/build-support/release/debian-build.nix b/pkgs/build-support/release/debian-build.nix
index 2544d5c740c..9ac335d288a 100644
--- a/pkgs/build-support/release/debian-build.nix
+++ b/pkgs/build-support/release/debian-build.nix
@@ -4,7 +4,7 @@
 { name ? "debian-build"
 , lib
 , diskImage
-, src, lib, stdenv, vmTools, checkinstall
+, src, stdenv, vmTools, checkinstall
 , fsTranslation ? false
 , # Features provided by this package.
   debProvides ? []