about summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorSandro <sandro.jaeckel@gmail.com>2021-10-10 19:43:17 +0200
committerGitHub <noreply@github.com>2021-10-10 19:43:17 +0200
commit1b31fb88851c63c9072b93628ef5c9ebadd913b2 (patch)
treeadcdf7a5e5d402b094bcdf88de840a7641921cb5 /pkgs
parentb9738944c261fb8a3e027b0675544c0975f01378 (diff)
parent1c9afc5a883065552190b7bae6ae04b6abfe0312 (diff)
Merge pull request #141198 from tdemin/bug/134572
Diffstat (limited to 'pkgs')
-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 bd54401e23562..9104bf2dce5cc 100644
--- a/pkgs/build-support/release/debian-build.nix
+++ b/pkgs/build-support/release/debian-build.nix
@@ -3,7 +3,7 @@
 
 { name ? "debian-build"
 , diskImage
-, src, stdenv, vmTools, checkinstall
+, src, lib, stdenv, vmTools, checkinstall
 , fsTranslation ? false
 , # Features provided by this package.
   debProvides ? []