summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2021-02-01build/python: Always add the install prefix to the Guix PYTHONPATH.Maxim Cournoyer
2021-02-01build/python: Replace PYTHONPATH by GUIX_PYTHONPATH.Maxim Cournoyer
2021-02-01gnu: python: Replace PYTHONPATH by GUIX_PYTHONPATH.Maxim Cournoyer
2021-01-29gnu: texlive-bin: Enable the use of multiple TeX Live trees.Maxim Cournoyer
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-15build-system/gnu: Really ignore the return value of phases.Ludovic Courtès
2021-01-13Merge branch 'staging' into 'core-updates'.Maxim Cournoyer
2021-01-08build-systems/emacs: No longer skip patching of files containing NULs.Maxim Cournoyer
2021-01-08utils: Allow text substitution even in the presence of NUL characters.Mark H Weaver
2020-12-31build-system/cargo: Use argument "--no-track" in "cargo install".Zhu Zihao
2020-12-29build-systems/gnu: Add compressor file extension to symbolic links.Maxim Cournoyer
2020-12-23build-system/gnu: Allow overriding of bootstrap scripts.Ricardo Wurmus
2020-12-15guix system: 'init' copies, resets timestamps, and deduplicates at once.Ludovic Courtès
2020-12-15store-copy: 'populate-store' can optionally deduplicate files.Ludovic Courtès
2020-12-15store-copy: 'populate-store' resets timestamps.Ludovic Courtès
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-12-13build/python: Fix cythonize check phase.Efraim Flashner
2020-12-09build/python: Check for cythonized files.Efraim Flashner
2020-12-07build-system/gnu: Remove the source directory from search paths.宋文武
2020-12-03build-system: Add chicken-build-system.raingloom
2020-12-01build-system/gnu: Add 'make-dynamic-linker-cache' phase.Ludovic Courtès
2020-12-01gremlin: Add 'file-needed/recursive'.Ludovic Courtès
2020-12-01gremlin: Fix typo in docstring.Ludovic Courtès
2020-11-29Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines
2020-11-25build-system/texlive: Phases no longer return a Boolean.Ludovic Courtès
2020-11-25build-system/minify: Phases no longer return a Boolean.Ludovic Courtès
2020-11-25build-system/gnu: Ignore the result of phase procedures.Ludovic Courtès
2020-11-22Merge branch 'master' into stagingMarius Bakke
2020-11-22build-system/cargo: Set gettext environment variable when available.Efraim Flashner
2020-11-22build-system/cargo: Set libclang environment variable when available.Efraim Flashner
2020-11-22build-system/cargo: Set openssl environment variable when available.Efraim Flashner
2020-11-20build-system/python: Set PYTHONDONTWRITEBYTECODE.Maxim Cournoyer
2020-11-20build-system/cargo: Do not pass --features to Cargo unless specified.Marius Bakke
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-11-07Merge branch 'master' into stagingMarius Bakke
2020-11-06build-system/meson: Do not apply strip-runpath to the "debug" output.Maxim Cournoyer
2020-10-28build/maven: Fix typo.Vagrant Cascadian
2020-10-28build/maven: fix-pom-dependencies: Fix typo.Vagrant Cascadian
2020-10-28build/maven: fix-pom-dependencies: Fix typo.Vagrant Cascadian
2020-10-26build/maven-build-system: Return #t in fix-pom-files phase.Björn Höfling
2020-10-20build-system/python: Revert changing of phase order.Maxim Cournoyer
2020-10-19build-system/python: Do not embed timestamps in the .pyc byte code files.Maxim Cournoyer
2020-10-19Merge branch 'staging'Maxim Cournoyer
2020-10-19Merge branch 'master' into stagingMarius Bakke
2020-10-16build: Fix docstring typos.Tobias Geerinckx-Rice