summary refs log tree commit diff
path: root/pkgs/build-support/release
diff options
context:
space:
mode:
authorTimur Demin <me@tdem.in>2021-10-10 22:08:16 +0500
committerTimur Demin <me@tdem.in>2021-10-10 22:08:16 +0500
commit1c9afc5a883065552190b7bae6ae04b6abfe0312 (patch)
tree8616e0eee43f0ff796c6227d0fb0286df76c7fd4 /pkgs/build-support/release
parent43bbea938785d4228d87e4a443ea82f5ead9bcec (diff)
downloadnixpkgs-1c9afc5a883065552190b7bae6ae04b6abfe0312.tar
nixpkgs-1c9afc5a883065552190b7bae6ae04b6abfe0312.tar.gz
nixpkgs-1c9afc5a883065552190b7bae6ae04b6abfe0312.tar.bz2
nixpkgs-1c9afc5a883065552190b7bae6ae04b6abfe0312.tar.lz
nixpkgs-1c9afc5a883065552190b7bae6ae04b6abfe0312.tar.xz
nixpkgs-1c9afc5a883065552190b7bae6ae04b6abfe0312.tar.zst
nixpkgs-1c9afc5a883065552190b7bae6ae04b6abfe0312.zip
releaseTools.debBuild: fix invocation
Somewhere after #110628, which replaced stdenv.lib with lib, up to
bug #134572, lib got removed from the argument list, breaking any
invocations of debBuild. This adds it back.
Diffstat (limited to 'pkgs/build-support/release')
-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 bd54401e235..9104bf2dce5 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 ? []