summaryrefslogtreecommitdiff
path: root/guix/build/utils.scm
AgeCommit message (Expand)Author
2025-09-18Revert "Update Maxim's email address."Maxim Cournoyer
2025-09-18Update Maxim's email address.Maxim Cournoyer
2025-07-18utils: Set $0 to basename of command in `wrap-program'.Maxim Cournoyer
2024-08-31guix: build: Expand `copy-recursively'.Romain GARBAGE
2024-08-31packages: Repack patched source archives via zstd by default.Maxim Cournoyer
2024-08-31utils: Lower xz compression memory usage limit to 20%.Maxim Cournoyer
2024-08-31build: utils: Raise error in modify-phases upon missing key.Carlo Zancanaro
2022-09-02guix: build: Avoid using magic literals in the code for hash length.Attila Lendvai
2022-09-02guix: build: Promote local define-inline to a define-constant util.Attila Lendvai
2022-06-25utils: Make switch-symlinks robust against interruption.Arun Isaac
2022-06-25utils: Move switch-symlinks to (guix build utils).Arun Isaac
2022-01-25Merge branch 'staging' into core-updates.Maxim Cournoyer
2022-01-10utils: Fix wrap-script argument handling.Brendan Tildesley
2021-10-02build/minetest-build-system: Move png-file? to (guix build utils).Maxime Devos
2021-07-25build: utils: Trim leading slash from search-input-file input.Mathieu Othacehe
2021-07-08utils: Add 'search-input-directory'.Ludovic Courtès
2021-06-04utils: Define ‘search-input-file’ procedure.Maxime Devos
2021-06-04utils: Allow overriding the shell interpreter in ‘wrap-program’.Maxime Devos
2021-04-22utils: wrap-program: Refuse to wrap .X-real files.Brendan Tildesley
2021-04-22utils: Rename 'wrapper?' to 'wrapped-program?'.Brendan Tildesley
2021-01-26build-systems/gnu: Allow unpacking/repacking more kind of files.Maxim Cournoyer
2021-01-26utils: Add NIX_STORE_DIR as a candidate for the value of the store directory.Maxim Cournoyer
2021-01-08utils: Allow text substitution even in the presence of NUL characters.Mark H Weaver
2020-12-13utils: 'copy-recursively' keeps symlink mtime when #:keep-mtime? is true.Ludovic Courtès
2020-12-13utils: 'set-file-time' passes AT_SYMLINK_NOFOLLOW.Ludovic Courtès
2020-11-19utils: Add #:keep-permissions? parameter to 'copy-recursively'.Ludovic Courtès
2020-11-19utils: Add #:copy-file parameter to 'copy-recursively'.Ludovic Courtès
2020-11-19utils: 'copy-recursively' keeps directory mtime when #:keep-mtime? is true.Ludovic Courtès
2020-11-17utils: 'wrap-script' doesn't pass a non-literal string to 'format'.Ludovic Courtès
2020-10-08packages, scripts, utils: Enable multi-threaded xz compression.Maxim Cournoyer
2020-10-08utils: Do not raise exceptions in delete-file-recursively.Maxim Cournoyer
2020-09-19utils: Add 'call-with-temporary-output-file'.Ludovic Courtès
2020-09-10utils: 'dump-port' has an optional 'len' parameter.Ludovic Courtès
2020-05-25build: substitute*: Fix typo in example.Efraim Flashner
2020-02-17utils: Change 'patch-shebang' to not try to patch Rust source files.Danny Milosavljevic
2020-01-30guix: Fix missing export for make-desktop-entry-file.Pierre Neidhardt
2019-10-19guix: Add helper for generating desktop entry files.Pierre Neidhardt
2019-06-17utils: Add 'invoke/quiet'.Ludovic Courtès
2019-02-08guix: Add wrap-script.Ricardo Wurmus
2019-01-29build-system/gnu: Report invocation errors in a human-friendly way.Ludovic Courtès
2019-01-29utils: Switch to the new 'setvbuf' API.Ludovic Courtès
2018-11-25build-system: python: Do not double wrap executables.Arun Isaac
2018-08-20utils: Generate valid substitutions in 'wrap-program'.Jelle Licht
2018-03-16utils: invoke: Raise exceptions using SRFI-34 and SRFI-35.Mark H Weaver
2018-03-11utils: Add 'false-if-file-not-found'.Ludovic Courtès
2017-09-05guix: Fix Guile current-processor-count deprecation warnings.Mathieu Othacehe
2017-06-01utils: Add helper for invoking programs.Danny Milosavljevic
2017-05-26utils: Re-export 'delete'.Sergei Trofimovich
2017-01-26utils: Add helper method to make files writable.Marius Bakke
2017-01-26utils: Add 'gzip-file?' and 'reset-gzip-timestamp'.Ludovic Courtès