mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-28 22:39:40 -04:00
guix: Remove unused file
package
The `file` utility has not been required since Guix builds were introduced.
This commit is contained in:
parent
7a3afe6787
commit
513e2020a9
2 changed files with 1 additions and 4 deletions
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue