mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: commencement: Add automake-boot0.
* gnu/packages/commencement.scm (automake-boot0): New variable.
This commit is contained in:
parent
9c6081c705
commit
85f940b0e7
1 changed files with 13 additions and 0 deletions
|
@ -2612,6 +2612,19 @@ (define autoconf-boot0
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue