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:
parent
43bbea9387
commit
1c9afc5a88
1 changed files with 1 additions and 1 deletions
|
@ -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 ? []
|
||||
|
|
Loading…
Reference in a new issue