summaryrefslogtreecommitdiff
path: root/guix/build-system
AgeCommit message (Expand)Author
2021-05-09Merge branch 'master' into core-updates...Marius Bakke
2021-05-08build-system: asdf: Work around package-name->name+version bug....Guillaume Le Vaillant
2021-04-16Merge remote-tracking branch 'origin/master' into core-updates...Efraim Flashner
2021-04-09import: go: Add an option to use pinned versions....Maxim Cournoyer
2021-04-09build-system/gnu: Give #:bootstrap-scripts a valid default....Ludovic Courtès
2021-04-02gnu: Add node-lts....Jelle Licht
2021-04-02build-system: Rewrite node build system....Jelle Licht
2021-04-01build-system/qt: Convert phases to a gexp if needed....Ludovic Courtès
2021-04-01build-system/android-ndk: Pass #:bootstrap-scripts to build phases....Ludovic Courtès
2021-04-01build-system/android-ndk: Fix reference to "android-build"....Ludovic Courtès
2021-03-31build-system/scons: Use 'with-build-variables'....Ludovic Courtès
2021-03-31build-system/scons: Fix typo....Ludovic Courtès
2021-03-30build-system: Use 'input-tuples->gexp' and 'outputs->gexp'....Ludovic Courtès
2021-03-30build-system: Use 'sexp->gexp' for plain sexps....Ludovic Courtès
2021-03-30build-system: Rewrite using gexps....Ludovic Courtès
2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-03-19build-system/node: Remove unnecessary imports....Ludovic Courtès
2021-03-17gnu: Use PACKAGE/INHERIT in more places....Mark H Weaver
2021-03-14build-system/cargo: Propagate crates across builds....Efraim Flashner
2021-03-10import: Add Go importer....Katherine Cox-Buday
2021-02-21build-system/gnu: Disable 'ld.so.cache' generation when cross-compiling....Ludovic Courtès
2021-02-11Merge branch 'master' into core-updatesDanny Milosavljevic
2021-02-07build-system: Add renpy-build-system....Leo Prikler
2021-02-03Merge branch 'master' into core-updatesChristopher Baines
2021-02-01gnu: meson-for-build: Remove package....Maxim Cournoyer
2021-02-01build/python: Add a sanity check phase....Lars-Dominik Braun
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-14build-system/texlive: Allow specifying SVN references with a single component....Maxim Cournoyer
2021-01-13Merge branch 'staging' into 'core-updates'....Maxim Cournoyer
2020-12-23guix: Quote list of bootstrap scripts....Ricardo Wurmus
2020-12-23build-system/gnu: Allow overriding of bootstrap scripts....Ricardo Wurmus
2020-12-09import: cran: Update the Bioconductor version to 3.12....Roel Janssen
2020-12-03build-system: Add chicken-build-system....raingloom
2020-12-01build-system/gnu: Add 'make-dynamic-linker-cache' phase....Ludovic Courtès
2020-11-29Merge remote-tracking branch 'origin/master' into core-updatesChristopher Baines
2020-11-11Merge branch 'master' into stagingMarius Bakke
2020-11-10guix: ocaml: Add package-with-ocaml4.09....Julien Lepiller
2020-10-19Merge branch 'staging'...Maxim Cournoyer
2020-10-19build-system/haskell: Disable parallel builds....zimoun
2020-10-16build: Fix docstring typos....Tobias Geerinckx-Rice
2020-10-05Merge branch 'master' into stagingGuillaume Le Vaillant
2020-09-19build-system/gnu: strip with --strip-unneeded [v2]...Jakub Kądziołka
2020-09-15build-system: asdf: Read all .asd files if no #:asd-files specified....Guillaume Le Vaillant
2020-09-14build-system: linux-module: Delete some huge items that we probably don't need....Danny Milosavljevic
2020-09-12build-system: asdf: Switch from bundles to regular compilation....Guillaume Le Vaillant
2020-08-13build-system/haskell: Add 'extra-directories' keyword....Timothy Sample
2020-08-12build-system/haskell: Add default output "static"....Ricardo Wurmus
2020-08-12build-system/haskell: Support parallel builds....Ricardo Wurmus
2020-08-09build-system/emacs: Allow usage of #:parallel-tests? key...Morgan Smith