mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-01-19 05:57:04 +01:00
gnu: bcachefs-static: Remove vestigial module imports.
* gnu/packages/file-systems.scm (bcachefs/static)[arguments]: Don't USE-MODULES we don't use. Change-Id: I93d763d39d752c974e5b1aa4295f243d70c0e6e9
This commit is contained in:
parent
17bf4b1e80
commit
333885f613
1 changed files with 1 additions and 3 deletions
|
@ -722,9 +722,7 @@ (define-public bcachefs/static
|
|||
(list #:modules '((guix build utils))
|
||||
#:builder
|
||||
#~(begin
|
||||
(use-modules (guix build utils)
|
||||
(ice-9 ftw)
|
||||
(srfi srfi-26))
|
||||
(use-modules (guix build utils))
|
||||
(mkdir-p #$output)
|
||||
(with-directory-excursion #$output
|
||||
(install-file (string-append #$(this-package-input
|
||||
|
|
Loading…
Reference in a new issue