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
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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments