mirror of
https://codeberg.org/guix/guix.git
synced 2026-01-25 03:55:08 -06:00
ci: Add missing include.
* gnu/ci.scm: Add missing include.
This commit is contained in:
parent
c13ad2b889
commit
8d84a9ee71
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@
|
|||
#:use-module (guix ui)
|
||||
#:use-module ((guix licenses)
|
||||
#:select (gpl3+ license? license-name))
|
||||
#:use-module ((guix utils) #:select (%current-system))
|
||||
#:use-module ((guix utils) #:select (%current-system
|
||||
location-file))
|
||||
#:use-module ((guix scripts system) #:select (read-operating-system))
|
||||
#:use-module ((guix scripts pack)
|
||||
#:select (lookup-compressor self-contained-tarball))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue