[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/06: gnu: bcachefs-tools: Remove obsolete phase.
From: |
guix-commits |
Subject: |
03/06: gnu: bcachefs-tools: Remove obsolete phase. |
Date: |
Wed, 27 Sep 2023 13:35:46 -0400 (EDT) |
nckx pushed a commit to branch master
in repository guix.
commit 21363801ae8d9c5812e7ca352de4f8954c690af9
Author: Tobias Geerinckx-Rice <me@tobias.gr>
AuthorDate: Sun Sep 24 02:00:00 2023 +0200
gnu: bcachefs-tools: Remove obsolete phase.
* gnu/packages/file-systems.scm (bcachefs-tools)[arguments]: Remove
obsolete phase to 'patch-shell-wrappers that no longer exist.
---
gnu/packages/file-systems.scm | 12 +-----------
1 file changed, 1 insertion(+), 11 deletions(-)
diff --git a/gnu/packages/file-systems.scm b/gnu/packages/file-systems.scm
index f10d56ec3f..b98a838f43 100644
--- a/gnu/packages/file-systems.scm
+++ b/gnu/packages/file-systems.scm
@@ -619,17 +619,7 @@ from a mounted file system.")
"not test_fsck and "
"not test_list and "
"not test_list_inodes and "
- "not test_list_dirent")))))
- (add-after 'install 'patch-shell-wrappers
- ;; These are overcomplicated wrappers that invoke
readlink(1)
- ;; to exec the appropriate bcachefs(8) subcommand. We can
- ;; simply patch in the latter file name directly, and do.
- (lambda _
- (let ((sbin/ (string-append #$output "/sbin/")))
- (substitute* (find-files sbin/ (lambda (file stat)
- (not (elf-file?
file))))
- (("SDIR=.*") "")
- (("\\$\\{SDIR.*}/") sbin/))))))))
+ "not test_list_dirent"))))))))
(native-inputs
(cons* pkg-config
;; For generating documentation with rst2man.
- branch master updated (ce0cc6137d -> 0500af5556), guix-commits, 2023/09/27
- 02/06: gnu: bcachefs-tools: Update to 1.2-0.1e35840., guix-commits, 2023/09/27
- 05/06: gnu: tio: Update to 2.7., guix-commits, 2023/09/27
- 06/06: Revert "build: Add missing guix-gc.timer file to binary tarball.", guix-commits, 2023/09/27
- 03/06: gnu: bcachefs-tools: Remove obsolete phase.,
guix-commits <=
- 04/06: gnu: bcachefs-tools: Restore mount.bcachefs shell script version., guix-commits, 2023/09/27
- 01/06: Revert "gnu: bcachefs-tools: Restyle format.", guix-commits, 2023/09/27