From 1c9afc5a883065552190b7bae6ae04b6abfe0312 Mon Sep 17 00:00:00 2001 From: Timur Demin Date: Sun, 10 Oct 2021 22:08:16 +0500 Subject: [PATCH] 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. --- pkgs/build-support/release/debian-build.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ? []