guix: Remove unused file package

The `file` utility has not been required since Guix builds were
introduced.
This commit is contained in:
Hennadii Stepanov 2025-04-09 08:16:53 +01:00
parent 7a3afe6787
commit 513e2020a9
No known key found for this signature in database
GPG key ID: 410108112E7EA81F
2 changed files with 1 additions and 4 deletions

View file

@ -137,8 +137,7 @@ export GUIX_LD_WRAPPER_DISABLE_RPATH=yes
# Make /usr/bin if it doesn't exist
[ -e /usr/bin ] || mkdir -p /usr/bin
# Symlink file and env to a conventional path
[ -e /usr/bin/file ] || ln -s --no-dereference "$(command -v file)" /usr/bin/file
# Symlink env to a conventional path
[ -e /usr/bin/env ] || ln -s --no-dereference "$(command -v env)" /usr/bin/env
# Determine the correct value for -Wl,--dynamic-linker for the current $HOST

View file

@ -6,7 +6,6 @@
(gnu packages commencement)
(gnu packages compression)
(gnu packages cross-base)
(gnu packages file)
(gnu packages gawk)
(gnu packages gcc)
((gnu packages installers) #:select (nsis-x86_64))
@ -531,7 +530,6 @@ inspecting signatures in Mach-O binaries.")
which
coreutils-minimal
;; File(system) inspection
file
grep
diffutils
findutils