mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 15:36:20 -05:00
gnu: bcachefs-tools-static: Remove input labels.
* gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]: Remove input labels.
This commit is contained in:
parent
a86a6fb6fc
commit
24cc38ec8e
1 changed files with 8 additions and 9 deletions
|
@ -505,15 +505,14 @@ (define-public bcachefs-tools/static
|
|||
(string-append prefix suffix "\n"))
|
||||
;; …as does installing a now non-existent file.
|
||||
((".*\\$\\(INSTALL\\).* lib.*") ""))))))))
|
||||
(inputs
|
||||
`(("eudev:static" ,eudev "static")
|
||||
("keyutils:static" ,keyutils "static")
|
||||
("libscrypt:static" ,libscrypt "static")
|
||||
("lz4:static" ,lz4 "static")
|
||||
("util-linux:static" ,util-linux "static") ; lib{blkid,uuid}
|
||||
("zlib" ,zlib "static")
|
||||
("zstd:static" ,zstd "static")
|
||||
,@(package-inputs bcachefs-tools)))))
|
||||
(inputs (modify-inputs (package-inputs bcachefs-tools)
|
||||
(prepend `(,eudev "static")
|
||||
`(,keyutils "static")
|
||||
`(,libscrypt "static")
|
||||
`(,lz4 "static")
|
||||
`(,util-linux "static")
|
||||
`(,zlib "static")
|
||||
`(,zstd "static"))))))
|
||||
|
||||
(define-public bcachefs/static
|
||||
(package
|
||||
|
|
Loading…
Reference in a new issue