summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2018-04-25Merge branch 'master' into stagingMarius Bakke
2018-04-23download: Use ungrafted tools in 'url-fetch/tarbomb' and 'url-fetch/zipbomb'....Ludovic Courtès
2018-04-21Merge branch 'master' into core-updatesMark H Weaver
2018-04-20build-system: emacs: Add improved check phase....Maxim Cournoyer
2018-04-20build-system: emacs: Replace system* with invoke....Maxim Cournoyer
2018-04-20build-system: emacs: Search all inputs for Emacs Lisp directories....Maxim Cournoyer
2018-04-17download: Fix 'url-fetch/tarbomb' and 'url-fetch/zipbomb'....Mark H Weaver
2018-04-16Merge branch 'master' into stagingMarius Bakke
2018-04-15build-system/meson: Don't override LDFLAGS if already set....Marius Bakke
2018-04-11Merge branch 'master' into core-updatesMark H Weaver
2018-04-11self: Produce a spliced (guix config) to placate Guile 2.0....Ludovic Courtès
2018-04-11gexp: 'scheme-file' can splice expressions....Ludovic Courtès
2018-04-11self: 'package-for-guile' really honors GUILE-VERSION....Ludovic Courtès
2018-04-11self: Remove 'eval-when' from in generated (guix config)....Ludovic Courtès
2018-04-10self: Don't use deprecated package names....Ludovic Courtès
2018-04-10self: Export '%guix-register-program' in generated (guix config)....Ludovic Courtès
2018-04-10self: Fix package names for compilation with Guile 2.0....Ludovic Courtès
2018-04-10self: Display a new line at the end of module compilation....Ludovic Courtès
2018-04-10self: Don't substitute the '-source' derivations....Ludovic Courtès
2018-04-10Merge branch 'master' into core-updatesMark H Weaver
2018-04-08discovery: Remove dependency on (guix ui)....Ludovic Courtès
2018-04-08Add (guix self)....Ludovic Courtès
2018-04-08gexp: 'directory-union' has a #:resolve-collision parameter....Ludovic Courtès
2018-04-08union: Allow callers to choose the collision resolution policy....Ludovic Courtès
2018-04-08modules: Report the search path in &missing-dependency-error....Ludovic Courtès
2018-04-02git: Increase modularity and expose 'update-cached-checkout'....Ludovic Courtès
2018-04-02build-system/meson: Don't override LDFLAGS if already set....Marius Bakke
2018-04-01gexp: 'compiled-modules' prints a line for each module....Ludovic Courtès
2018-04-01gexp: compiled-modules: Factorize build code....Ludovic Courtès
2018-03-31union: Slightly improve messages for file collisions....Ludovic Courtès
2018-03-31guix package: Add '--allow-collisions'....Ludovic Courtès
2018-03-30gnu: rust: Update rust to 1.24.1....Nikolai Merinov
2018-03-29ld-wrapper: Allow linking with non-store libraries by default....Ludovic Courtès
2018-03-29gremlin: Fix typo in export list....Ludovic Courtès
2018-03-29Merge branch 'master' into core-updatesMarius Bakke
2018-03-28weather: Report continuous integration stats....Ludovic Courtès
2018-03-28Add (guix ci)....Ludovic Courtès
2018-03-27guix environment: load manifest files like "guix package" does...Konrad Hinsen
2018-03-27guix gc: Add '--derivers'....Ludovic Courtès
2018-03-27graph: Add "module" node type....Ludovic Courtès
2018-03-26guix build: 'guix build --log-file' gracefully reports certificate errors....Ludovic Courtès
2018-03-26git: 'latest-repository-commit' calls 'repository-close!'....Ludovic Courtès
2018-03-24system: Add "guix system docker-image" command....Chris Marusich
2018-03-24guix: Rewrite build-docker-image to allow more paths....Chris Marusich
2018-03-24tests: Add tests for "guix pack"....Chris Marusich
2018-03-23gexp: 'program-file' has a new #:module-path parameter....Ludovic Courtès
2018-03-23gexp: 'gexp->script' and 'gexp->file' have a new #:module-path parameter....Ludovic Courtès
2018-03-22Revert "build-system/meson: Use 'target-arm32?' for armhf-linux case."...Efraim Flashner
2018-03-22build-system/meson: Use 'target-arm32?' for armhf-linux case....Efraim Flashner
2018-03-20Merge branch 'master' into core-updatesMark H Weaver