gnu: isc-dhcp: Remove trailing #t.
They aren't required anymore on core-updates. * gnu/packages/admin.scm (isc-dhcp)[arguments]<#:phases>: Remove trailing #t. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org>master
parent
0fe0a3a8ee
commit
9bf44750dc
|
@ -1218,8 +1218,7 @@ connection alive.")
|
||||||
(("^RELEASETYPE=.*")
|
(("^RELEASETYPE=.*")
|
||||||
(format #f "RELEASETYPE=~a\n" ,bind-release-type))
|
(format #f "RELEASETYPE=~a\n" ,bind-release-type))
|
||||||
(("^RELEASEVER=.*")
|
(("^RELEASEVER=.*")
|
||||||
(format #f "RELEASEVER=~a\n" ,bind-release-version)))
|
(format #f "RELEASEVER=~a\n" ,bind-release-version)))))
|
||||||
#t))
|
|
||||||
,@(if (%current-target-system)
|
,@(if (%current-target-system)
|
||||||
'((add-before 'configure 'fix-bind-cross-compilation
|
'((add-before 'configure 'fix-bind-cross-compilation
|
||||||
(lambda _
|
(lambda _
|
||||||
|
@ -1290,8 +1289,7 @@ connection alive.")
|
||||||
,(map (lambda (dir)
|
,(map (lambda (dir)
|
||||||
(string-append dir "/bin:"
|
(string-append dir "/bin:"
|
||||||
dir "/sbin"))
|
dir "/sbin"))
|
||||||
(list inetutils net-tools coreutils sed))))
|
(list inetutils net-tools coreutils sed))))))))))
|
||||||
#t))))))
|
|
||||||
|
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("perl" ,perl)
|
`(("perl" ,perl)
|
||||||
|
|
Reference in New Issue