gnu: isc-dhcp: Disable parallel build.

* gnu/packages/admin.scm (isc-dhcp)[arguments]: Disable parallel build.
This commit is contained in:
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")))) "1pjy4lylx7dww1fp2mk5ikya5vxaf97z70279j81n74vn12ljg2m"))))
(build-system gnu-build-system) (build-system gnu-build-system)
(arguments (arguments
`(#:phases `(#:parallel-build? #f
#:phases
(modify-phases %standard-phases (modify-phases %standard-phases
(add-after 'unpack 'replace-bundled-bind (add-after 'unpack 'replace-bundled-bind
(lambda* (#:key inputs #:allow-other-keys) (lambda* (#:key inputs #:allow-other-keys)