mirror of
https://github.com/monero-project/monero.git
synced 2025-01-30 22:45:57 +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
|
find "$ACTUAL_OUTDIR" -type f
|
||||||
} | xargs realpath --relative-base="$PWD" \
|
} | xargs realpath --relative-base="$PWD" \
|
||||||
| xargs sha256sum \
|
| xargs sha256sum \
|
||||||
| sort -k2 \
|
| sort -k2 -o "$LOGDIR"/SHA256SUMS.part
|
||||||
| sponge "$LOGDIR"/SHA256SUMS.part
|
|
||||||
)
|
)
|
||||||
|
|
|
@ -257,7 +257,6 @@ chain for " target " development."))
|
||||||
patch
|
patch
|
||||||
gawk
|
gawk
|
||||||
sed
|
sed
|
||||||
moreutils ; sponge is used to construct the SHA256SUMS.part file in libexec/build.sh
|
|
||||||
patchelf ; unused, occassionally useful for debugging
|
patchelf ; unused, occassionally useful for debugging
|
||||||
|
|
||||||
;; Compression and archiving
|
;; Compression and archiving
|
||||||
|
|
Loading…
Reference in a new issue