mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2025-01-11 13:49:23 -05:00
build: Add missing import in `hydra.scm'.
* hydra.scm: Import (gnu packages gawk).
This commit is contained in:
parent
598608c7ee
commit
923fbae1f0
1 changed files with 1 additions and 0 deletions
|
@ -41,6 +41,7 @@
|
|||
((guix utils) #:select (%current-system))
|
||||
(gnu packages)
|
||||
(gnu packages base)
|
||||
(gnu packages gawk)
|
||||
(gnu packages guile)
|
||||
(gnu packages multiprecision)
|
||||
(gnu packages make-bootstrap)
|
||||
|
|
Loading…
Reference in a new issue