gnu: bcachefs-tools-static: Remove input labels.

* gnu/packages/file-systems.scm (bcachefs-tools/static)[inputs]:
Remove input labels.
This commit is contained in:
Tobias Geerinckx-Rice 2021-12-20 02:00:17 +01:00
parent a86a6fb6fc
commit 24cc38ec8e
No known key found for this signature in database
GPG key ID: 0DB0FF884F556D79

View file

@ -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