Skip to content

Commit 513e202

Browse files
committed
guix: Remove unused file package
The `file` utility has not been required since Guix builds were introduced.
1 parent 7a3afe6 commit 513e202

File tree

2 files changed

+1
-4
lines changed

2 files changed

+1
-4
lines changed

contrib/guix/libexec/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -137,8 +137,7 @@ export GUIX_LD_WRAPPER_DISABLE_RPATH=yes
137137
# Make /usr/bin if it doesn't exist
138138
[ -e /usr/bin ] || mkdir -p /usr/bin
139139

140-
# Symlink file and env to a conventional path
141-
[ -e /usr/bin/file ] || ln -s --no-dereference "$(command -v file)" /usr/bin/file
140+
# Symlink env to a conventional path
142141
[ -e /usr/bin/env ] || ln -s --no-dereference "$(command -v env)" /usr/bin/env
143142

144143
# Determine the correct value for -Wl,--dynamic-linker for the current $HOST

contrib/guix/manifest.scm

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
(gnu packages commencement)
77
(gnu packages compression)
88
(gnu packages cross-base)
9-
(gnu packages file)
109
(gnu packages gawk)
1110
(gnu packages gcc)
1211
((gnu packages installers) #:select (nsis-x86_64))
@@ -531,7 +530,6 @@ inspecting signatures in Mach-O binaries.")
531530
which
532531
coreutils-minimal
533532
;; File(system) inspection
534-
file
535533
grep
536534
diffutils
537535
findutils

0 commit comments

Comments
 (0)