mirror of
https://github.com/monero-project/monero.git
synced 2025-01-18 08:44:49 +00:00
guix: remove moreutils
This commit is contained in:
parent
941ecefab2
commit
84a56aeac6
2 changed files with 1 additions and 3 deletions
|
@ -409,6 +409,5 @@ mv --no-target-directory "$OUTDIR" "$ACTUAL_OUTDIR" \
|
|||
find "$ACTUAL_OUTDIR" -type f
|
||||
} | xargs realpath --relative-base="$PWD" \
|
||||
| xargs sha256sum \
|
||||
| sort -k2 \
|
||||
| sponge "$LOGDIR"/SHA256SUMS.part
|
||||
| sort -k2 -o "$LOGDIR"/SHA256SUMS.part
|
||||
)
|
||||
|
|
|
@ -257,7 +257,6 @@ chain for " target " development."))
|
|||
patch
|
||||
gawk
|
||||
sed
|
||||
moreutils ; sponge is used to construct the SHA256SUMS.part file in libexec/build.sh
|
||||
patchelf ; unused, occassionally useful for debugging
|
||||
|
||||
;; Compression and archiving
|
||||
|
|
Loading…
Reference in a new issue