summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2021-05-09Merge branch 'master' into core-updatesMarius Bakke
2021-05-08build-system: asdf: Work around package-name->name+version bug.Guillaume Le Vaillant
2021-05-05download: Restore error reporting.Timothy Sample
2021-05-05build-system: emacs: Clarify %install-dir.Leo Prikler
2021-05-04build-system/copy: Avoid use of 'set!'.Efraim Flashner
2021-05-01build-system: emacs: Use subdirectories again.Leo Prikler
2021-04-29download: Use Disarchive as a last resort.Timothy Sample
2021-04-28Revert "download: Use Disarchive as a last resort."Timothy Sample
2021-04-27download: Use Disarchive as a last resort.Timothy Sample
2021-04-22utils: wrap-program: Refuse to wrap .X-real files.Brendan Tildesley
2021-04-22qt-build-system: Don't double wrap programs.Brendan Tildesley
2021-04-22rakudo-build-system: Don't double wrap programs.Brendan Tildesley
2021-04-22glib-or-gtk-build-system: Don't double wrap programs.Brendan Tildesley
2021-04-22utils: Rename 'wrapper?' to 'wrapped-program?'.Brendan Tildesley
2021-04-22gremlin: 'elf-dynamic-info' returns a file name rathern than a dynamic entry.Dion Mendel
2021-04-16Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-04-15grafts: Support rewriting UTF-16 and UTF-32 store references.Mark H Weaver
2021-04-10build-system/qt: Fix wrapping with QTWEBENGINEPROCESS_PATH.Maxim Cournoyer
2021-04-09build-system/gnu: Give #:bootstrap-scripts a valid default.Ludovic Courtès
2021-04-08build-system/qt: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed.Ludovic Courtès
2021-04-08build-system/qt: Wrappers only include relevant directories to XDG_DATA_DIRS.Ludovic Courtès
2021-04-02build-system: Rewrite node build system.Jelle Licht
2021-03-29build-system/julia: Turn on deprecation warnings.zimoun
2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-03-23syscalls: Fix RNDADDTOENTCNT on powerpc64le-linux.Chris Marusich
2021-03-23syscalls: Fix clone on powerpc64le-linux.Chris Marusich
2021-03-19download: 'tls-wrap' treats premature TLS termination as EOF.Ludovic Courtès
2021-03-15syscalls: mounts: Fix a matching bug.Chris Marusich
2021-03-15build-system/cargo: Don't clobber packaged crates while building.Efraim Flashner
2021-03-14build-system/cargo: Propagate crates across builds.Efraim Flashner
2021-03-11download: 'tls-wrap' returns an unbuffered custom port.Ludovic Courtès
2021-03-11download: 'tls-wrap' avoids intermediate buffer.Ludovic Courtès
2021-03-10syscalls: Define the ST_* constants and add 'statfs-flags->mount-flags'.Ludovic Courtès
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