summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2021-03-10syscalls: Fix RNDADDTOENTCNT on powerpc64le-linux.Chris Marusich
2021-03-10syscalls: Fix clone on powerpc64le-linux.Chris Marusich
2021-03-06Merge branch 'master' into core-updatesChristopher Baines
2021-02-25syscalls: Add 'mounts' and the <mount> record type.Ludovic Courtès
2021-02-25syscalls: Define MS_RELATIME.Ludovic Courtès
2021-02-24guix: renpy-build-system: Quote data directory.Leo Prikler
2021-02-22profiles: Fix typo in manifest comment.Ludovic Courtès
2021-02-11Merge branch 'master' into core-updatesDanny Milosavljevic
2021-02-07build-system: Add renpy-build-system.Leo Prikler
2021-02-04build/gnu: Only make source checkout files writable.Maxim Cournoyer
2021-02-04build/gnu: Ensure the files are writable after the unpack phase.Maxim Cournoyer
2021-02-03build: python: Fix build phases ordering.Maxim Cournoyer
2021-02-03Merge branch 'master' into core-updatesChristopher Baines
2021-02-01build/python: Add a sanity check phase.Lars-Dominik Braun
2021-02-01build/python: Adjust wrap phase to use the new GUIX_PYTHONPATH.Maxim Cournoyer
2021-02-01build/python: Add the installation bin directory to PATH.Maxim Cournoyer
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-02-01guix package: Add '--export-manifest'.Ludovic Courtès
2021-01-30build-system/julia: Don't rely on file name to set module name.nixo
2021-01-30build-system/julia: Enable tests.nixo
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