Skip to content
Snippets Groups Projects
Commit 140b4bc6 authored by Mark H Weaver's avatar Mark H Weaver
Browse files

packages: Build tarballs in sorted order even if tar doesn't support it.

This is a followup to commit 92226a47.

* guix/packages.scm (patch-and-repack)[build]: Determine if tar supports the
  "--sort=name" option using a run-time test.  If not supported, generate the
  sorted file list with 'find-files' and pass it to tar using "--files-from".
parent f4ae827e
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment