Skip to content

Commit 84a56ae

Browse files
committed
guix: remove moreutils
1 parent 941ecef commit 84a56ae

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

contrib/guix/libexec/build.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -409,6 +409,5 @@ mv --no-target-directory "$OUTDIR" "$ACTUAL_OUTDIR" \
409409
find "$ACTUAL_OUTDIR" -type f
410410
} | xargs realpath --relative-base="$PWD" \
411411
| xargs sha256sum \
412-
| sort -k2 \
413-
| sponge "$LOGDIR"/SHA256SUMS.part
412+
| sort -k2 -o "$LOGDIR"/SHA256SUMS.part
414413
)

contrib/guix/manifest.scm

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,6 @@ chain for " target " development."))
257257
patch
258258
gawk
259259
sed
260-
moreutils ; sponge is used to construct the SHA256SUMS.part file in libexec/build.sh
261260
patchelf ; unused, occassionally useful for debugging
262261

263262
;; Compression and archiving

0 commit comments

Comments
 (0)