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.
This commit is contained in:
Timur Demin 2021-10-10 22:08:16 +05:00
parent 43bbea9387
commit 1c9afc5a88
No known key found for this signature in database
GPG Key ID: 9EDF3F9D9286FA20

View File

@ -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 ? []