summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2019-08-29Merge branch 'master' into core-updatesMark H Weaver
2019-08-28build/cargo-build-system: Remove 'update-cargo-lock phase....Efraim Flashner
2019-08-15guix: copy-linux-headers: Extract procedure, add headers....Jan Nieuwenhuizen
2019-08-13Merge branch 'master' into core-updatesMarius Bakke
2019-08-08Merge branch 'master' into stagingMarius Bakke
2019-08-06Merge remote-tracking branch 'origin/master' into wip-texliveRicardo Wurmus
2019-08-04Merge branch 'master' into stagingMarius Bakke
2019-08-04build/cargo-build-system: Patch cargo checksums....Efraim Flashner
2019-07-31Merge branch 'master' into core-updatesMarius Bakke
2019-07-29gnu: Update default Go compiler to Go 1.12....Leo Famulari
2019-07-25guix: ant-build-system: Put dummy project-name into default build.xml....Hartmut Goebel
2019-07-25guix: ant-build-system: Use ant-task "jar" instead of executing "jar"....Hartmut Goebel
2019-07-23build: svn-fetch: Use "svn export"....Ricardo Wurmus
2019-07-19syscalls: 'define-as-needed' does not re-export local variables....Ludovic Courtès
2019-07-17Merge branch 'master' into core-updatesLudovic Courtès
2019-07-16build/cargo-build-system: Use bundled json instead of guile-json....Robert Vollmert
2019-07-16build/cargo-build-system: Set CARGO_HOME early....Robert Vollmert
2019-07-15syscalls: Use 'define-as-needed' for 'AT_' constants introduced in Guile 2.2.5....Ludovic Courtès
2019-07-15compile: Report the name of the file that cannot be compiled....Ludovic Courtès
2019-07-14Revert "guix: node-build-system: Use guile-json instead of a custom parser."...Julien Lepiller
2019-07-14guix: node-build-system: Use guile-json instead of a custom parser....Julien Lepiller
2019-07-14build: Add node-build-system....Jelle Licht
2019-07-13build-system/go: Fix typo....Leo Famulari
2019-07-12build: Use '-Wshadowed-toplevel' only when supported....Ludovic Courtès
2019-07-02Merge branch 'staging' into core-updatesMarius Bakke
2019-07-02gnu: make-bootstrap: Remove obsolete header file....Marius Bakke
2019-06-30build-system/meson: Do not inherit the 'bootstrap' phase....Marius Bakke
2019-06-29download: Remove hydra from content-addressed URL list...Tobias Geerinckx-Rice
2019-06-27Merge branch 'master' into core-updatesLudovic Courtès
2019-06-27syscalls: Add 'terminal-rows'....Ludovic Courtès
2019-06-25compile: Enable 'shadowed-toplevel' warning....Ludovic Courtès
2019-06-21build-system/python: Export 'python-version'....Ludovic Courtès
2019-06-20Merge branch 'staging' into core-updatesMarius Bakke
2019-06-17utils: Add 'invoke/quiet'....Ludovic Courtès
2019-06-15Merge branch 'staging'Marius Bakke
2019-06-14build-system/gnu: Make 'first-subdirectory' deterministic....Ludovic Courtès
2019-06-13build-system/haskell: Generate Setup.hs if needed....Robert Vollmert
2019-06-13build-system/haskell: Fix Haddock phase docstring....Robert Vollmert
2019-06-13Merge branch 'master' into core-updatesLudovic Courtès
2019-06-11build-system/cargo: Don't copy source as an output....Ivan Petkov
2019-06-11build-system/cargo: Use sources from package sources....Ivan Petkov
2019-06-05syscalls: 'with-lock-file' catches ENOSYS....Ludovic Courtès
2019-06-05syscalls: 'with-file-lock' expands to a call to 'call-with-file-lock'....Ludovic Courtès
2019-06-05syscalls: Add 'with-file-lock' macro....Ludovic Courtès
2019-06-02build-system/guile: Display progress report as expected by (guix status)....Ludovic Courtès
2019-06-02build-system/guile: Add #:not-compiled-file-regexp....Ludovic Courtès
2019-06-02build-system/guile: Improve reporting of 'guild compile' failures....Ludovic Courtès
2019-06-02compile: Adjust for Guile 3....Ludovic Courtès
2019-05-25Merge branch 'staging' into core-updatesMarius Bakke
2019-05-13download: Support 'https_proxy'....宋文武