gnu: isc-dhcp: Disable parallel build.

* gnu/packages/admin.scm (isc-dhcp)[arguments]: Disable parallel build.
master
Mark H Weaver 2015-12-22 10:44:15 -05:00
parent 6548b1e122
commit e54465ff85
1 changed files with 2 additions and 1 deletions

View File

@ -412,7 +412,8 @@ connection alive.")
"1pjy4lylx7dww1fp2mk5ikya5vxaf97z70279j81n74vn12ljg2m"))))
(build-system gnu-build-system)
(arguments
`(#:phases
`(#:parallel-build? #f
#:phases
(modify-phases %standard-phases
(add-after 'unpack 'replace-bundled-bind
(lambda* (#:key inputs #:allow-other-keys)