me
/
guix
Archived
1
0
Fork 0

gnu: commencement: Add automake-boot0.

* gnu/packages/commencement.scm (automake-boot0): New variable.
Janneke Nieuwenhuizen 2023-05-29 20:19:52 +02:00
parent 9c6081c705
commit 85f940b0e7
No known key found for this signature in database
GPG Key ID: F3C1A0D9C1D65273
1 changed files with 13 additions and 0 deletions

View File

@ -2612,6 +2612,19 @@ memoized as a function of '%current-system'."
(inputs '())
(arguments (list #:tests? #f)))))
(define automake-boot0
(with-boot0
(package
(inherit automake)
(name "automake-boot0")
(source (origin
(inherit (package-source automake))
(patches '()))) ;test are skipped anyway
(native-inputs (list autoconf-boot0 m4-boot0 perl-boot0))
(inputs '())
(arguments
(list #:tests? #f)))))
(define gnumach-headers-boot0
(with-boot0
(package