me
/
guix
Archived
1
0
Fork 0

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
Maxime Devos 2021-10-01 16:21:13 +02:00 committed by Mathieu Othacehe
parent 0fe0a3a8ee
commit 9bf44750dc
No known key found for this signature in database
GPG Key ID: 8354763531769CA6
1 changed files with 2 additions and 4 deletions

View File

@ -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)