summaryrefslogtreecommitdiff
path: root/guix/build
Commit message (Expand)AuthorAge
* build/python: Add a sanity check phase.Lars-Dominik Braun2021-02-01
* build/python: Adjust wrap phase to use the new GUIX_PYTHONPATH.Maxim Cournoyer2021-02-01
* build/python: Add the installation bin directory to PATH.Maxim Cournoyer2021-02-01
* build/python: Always add the install prefix to the Guix PYTHONPATH.Maxim Cournoyer2021-02-01
* build/python: Replace PYTHONPATH by GUIX_PYTHONPATH.Maxim Cournoyer2021-02-01
* gnu: python: Replace PYTHONPATH by GUIX_PYTHONPATH.Maxim Cournoyer2021-02-01
* gnu: texlive-bin: Enable the use of multiple TeX Live trees.Maxim Cournoyer2021-01-29
* build-systems/gnu: Allow unpacking/repacking more kind of files.Maxim Cournoyer2021-01-26
* utils: Add NIX_STORE_DIR as a candidate for the value of the store directory.Maxim Cournoyer2021-01-26
* build-system/gnu: Really ignore the return value of phases.Ludovic Courtès2021-01-15
* Merge branch 'staging' into 'core-updates'.Maxim Cournoyer2021-01-13
|\
| * build-system/cargo: Use argument "--no-track" in "cargo install".Zhu Zihao2020-12-31
| * guix system: 'init' copies, resets timestamps, and deduplicates at once.Ludovic Courtès2020-12-15
| * store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès2020-12-15
| * store-copy: 'populate-store' resets timestamps.Ludovic Courtès2020-12-15
| * build-system: Add chicken-build-system.raingloom2020-12-03
* | build-systems/emacs: No longer skip patching of files containing NULs.Maxim Cournoyer2021-01-08
* | utils: Allow text substitution even in the presence of NUL characters.Mark H Weaver2021-01-08
* | build-systems/gnu: Add compressor file extension to symbolic links.Maxim Cournoyer2020-12-29
* | build-system/gnu: Allow overriding of bootstrap scripts.Ricardo Wurmus2020-12-23
* | utils: 'copy-recursively' keeps symlink mtime when #:keep-mtime? is true.Ludovic Courtès2020-12-13
* | utils: 'set-file-time' passes AT_SYMLINK_NOFOLLOW.Ludovic Courtès2020-12-13
* | build/python: Fix cythonize check phase.Efraim Flashner2020-12-13
* | build/python: Check for cythonized files.Efraim Flashner2020-12-09
* | build-system/gnu: Remove the source directory from search paths.宋文武2020-12-07
* | build-system/gnu: Add 'make-dynamic-linker-cache' phase.Ludovic Courtès2020-12-01
* | gremlin: Add 'file-needed/recursive'.Ludovic Courtès2020-12-01
* | gremlin: Fix typo in docstring.Ludovic Courtès2020-12-01
* | Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines2020-11-29
|\|
| * Merge branch 'master' into stagingMarius Bakke2020-11-22
| |\
| | * build-system/cargo: Set gettext environment variable when available.Efraim Flashner2020-11-22
| | * build-system/cargo: Set libclang environment variable when available.Efraim Flashner2020-11-22
| | * build-system/cargo: Set openssl environment variable when available.Efraim Flashner2020-11-22
| * | build-system/cargo: Do not pass --features to Cargo unless specified.Marius Bakke2020-11-20
| * | Merge branch 'master' into stagingMarius Bakke2020-11-07
| |\|
| | * build/maven: Fix typo.Vagrant Cascadian2020-10-28
| | * build/maven: fix-pom-dependencies: Fix typo.Vagrant Cascadian2020-10-28
| | * build/maven: fix-pom-dependencies: Fix typo.Vagrant Cascadian2020-10-28
| | * build/maven-build-system: Return #t in fix-pom-files phase.Björn Höfling2020-10-26
* | | build-system/texlive: Phases no longer return a Boolean.Ludovic Courtès2020-11-25
* | | build-system/minify: Phases no longer return a Boolean.Ludovic Courtès2020-11-25
* | | build-system/gnu: Ignore the result of phase procedures.Ludovic Courtès2020-11-25
* | | build-system/python: Set PYTHONDONTWRITEBYTECODE.Maxim Cournoyer2020-11-20
* | | utils: Add #:keep-permissions? parameter to 'copy-recursively'.Ludovic Courtès2020-11-19
* | | utils: Add #:copy-file parameter to 'copy-recursively'.Ludovic Courtès2020-11-19
* | | utils: 'copy-recursively' keeps directory mtime when #:keep-mtime? is true.Ludovic Courtès2020-11-19
* | | utils: 'wrap-script' doesn't pass a non-literal string to 'format'.Ludovic Courtès2020-11-17
* | | build-system/meson: Do not apply strip-runpath to the "debug" output.Maxim Cournoyer2020-11-06
* | | build-system/python: Revert changing of phase order.Maxim Cournoyer2020-10-20
* | | build-system/python: Do not embed timestamps in the .pyc byte code files.Maxim Cournoyer2020-10-19