Skip to content

Commit

Permalink
Merge pull request #9650
Browse files Browse the repository at this point in the history
84a56ae guix: remove moreutils (tobtoht)
  • Loading branch information
tobtoht committed Jan 19, 2025
2 parents b631226 + 84a56ae commit 249977a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions contrib/guix/libexec/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
)
1 change: 0 additions & 1 deletion contrib/guix/manifest.scm
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 249977a

Please sign in to comment.