mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-04-29 06:49:38 -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
|
# Make /usr/bin if it doesn't exist
|
||||||
[ -e /usr/bin ] || mkdir -p /usr/bin
|
[ -e /usr/bin ] || mkdir -p /usr/bin
|
||||||
|
|
||||||
# Symlink file and env to a conventional path
|
# Symlink env to a conventional path
|
||||||
[ -e /usr/bin/file ] || ln -s --no-dereference "$(command -v file)" /usr/bin/file
|
|
||||||
[ -e /usr/bin/env ] || ln -s --no-dereference "$(command -v env)" /usr/bin/env
|
[ -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
|
# Determine the correct value for -Wl,--dynamic-linker for the current $HOST
|
||||||
|
|
|
@ -6,7 +6,6 @@
|
||||||
(gnu packages commencement)
|
(gnu packages commencement)
|
||||||
(gnu packages compression)
|
(gnu packages compression)
|
||||||
(gnu packages cross-base)
|
(gnu packages cross-base)
|
||||||
(gnu packages file)
|
|
||||||
(gnu packages gawk)
|
(gnu packages gawk)
|
||||||
(gnu packages gcc)
|
(gnu packages gcc)
|
||||||
((gnu packages installers) #:select (nsis-x86_64))
|
((gnu packages installers) #:select (nsis-x86_64))
|
||||||
|
@ -531,7 +530,6 @@ inspecting signatures in Mach-O binaries.")
|
||||||
which
|
which
|
||||||
coreutils-minimal
|
coreutils-minimal
|
||||||
;; File(system) inspection
|
;; File(system) inspection
|
||||||
file
|
|
||||||
grep
|
grep
|
||||||
diffutils
|
diffutils
|
||||||
findutils
|
findutils
|
||||||
|
|
Loading…
Add table
Reference in a new issue