File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -137,8 +137,7 @@ export GUIX_LD_WRAPPER_DISABLE_RPATH=yes
137
137
# Make /usr/bin if it doesn't exist
138
138
[ -e /usr/bin ] || mkdir -p /usr/bin
139
139
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
142
141
[ -e /usr/bin/env ] || ln -s --no-dereference " $( command -v env) " /usr/bin/env
143
142
144
143
# Determine the correct value for -Wl,--dynamic-linker for the current $HOST
Original file line number Diff line number Diff line change 6
6
(gnu packages commencement)
7
7
(gnu packages compression)
8
8
(gnu packages cross-base)
9
- (gnu packages file)
10
9
(gnu packages gawk)
11
10
(gnu packages gcc)
12
11
((gnu packages installers) #:select (nsis-x86_64))
@@ -531,7 +530,6 @@ inspecting signatures in Mach-O binaries.")
531
530
which
532
531
coreutils-minimal
533
532
; ; File(system) inspection
534
- file
535
533
grep
536
534
diffutils
537
535
findutils
You can’t perform that action at this time.
0 commit comments