3
0
Fork 0
forked from mirrors/nixpkgs

releaseTools.debBuild: remove double lib in args

Seems to have been added during some sweeping changes, but breaks calling `releaseTools.debBuild`
This commit is contained in:
Ashlynn Anderson 2021-02-07 11:00:42 -05:00 committed by GitHub
parent fd9663817c
commit 56dc6a7f08
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,7 +2,6 @@
# that contains a Debian-like (i.e. dpkg-based) OS.
{ name ? "debian-build"
, lib
, diskImage
, src, lib, stdenv, vmTools, checkinstall
, fsTranslation ? false