summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
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-31gexp: 'compiled-modules' honors extensions....Ludovic Courtès
2021-03-30gexp: 'compiled-modules' gets source and parameters an environment variables....Ludovic Courtès
2021-03-30gexp: 'gexp->script' uses #:guile also as the guile-for-build....Ludovic Courtès
2021-03-30gexp: Add #:guile parameter to 'load-path-expression'....Ludovic Courtès
2021-03-30gexp: 'imported+compiled-modules' fully honors #:guile....Ludovic Courtès
2021-03-30gexp: Do not add derivations to the object cache....Ludovic Courtès
2021-03-30gexp: Allowed/disallowed references and graphs never refer to grafted inputs....Ludovic Courtès
2021-03-30grafts: Add 'without-grafting'....Ludovic Courtès
2021-03-30packages: Call 'bag-grafts' only on the tip of the package graph....Ludovic Courtès
2021-03-30packages: 'expand-input' accepts any file-like object....Ludovic Courtès
2021-03-30packages: '%standard-patch-inputs' is not influenced by '%current-target-syst......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-30gexp: Add 'sexp->gexp'....Ludovic Courtès
2021-03-30packages: Default origin 'patch-flags' is a gexp....Ludovic Courtès
2021-03-30packages: Core procedures are written in monadic style....Ludovic Courtès
2021-03-30packages: Simplify patch instantiation....Ludovic Courtès
2021-03-30packages: Turn 'bag->derivation' into a monadic procedure....Ludovic Courtès
2021-03-30build-system: Rewrite using gexps....Ludovic Courtès
2021-03-30gexp: Optimize 'with-build-variables'....Ludovic Courtès
2021-03-30gexp: Add 'with-build-variables'....Ludovic Courtès
2021-03-24Merge remote-tracking branch 'origin/master' into core-updatesEfraim Flashner
2021-03-23utils: Fix target-64bit? on powerpc64le-linux....Chris Marusich
2021-03-23syscalls: Fix RNDADDTOENTCNT on powerpc64le-linux....Chris Marusich
2021-03-23syscalls: Fix clone on powerpc64le-linux....Chris Marusich
2021-03-23Add powerpc64le-linux as a supported Guix architecture....Chris Marusich
2021-03-23utils: Add target-powerpc? procedure....Chris Marusich
2021-03-21gnu-maintenance: Exclude GNU Radio from the 'gnu-ftp' updater predicate....Ludovic Courtès
2021-03-21substitute: Choose compression method based on past CPU usage....Ludovic Courtès
2021-03-20gnu-maintenance: Accept underscores as package/version separators....Ludovic Courtès
2021-03-19download: 'tls-wrap' treats premature TLS termination as EOF....Ludovic Courtès
2021-03-19build-system/node: Remove unnecessary imports....Ludovic Courtès
2021-03-19download: Autoload (guix build download)....Ludovic Courtès
2021-03-19git-download: Autoload Guile-Git....Ludovic Courtès
2021-03-19guix package: Autoload Guile-JSON and (guix describe)....Ludovic Courtès
2021-03-19guix describe: Autoload Guile-JSON....Ludovic Courtès
2021-03-19gnu-maintenance: Better handle empty #:directory for 'latest-html-release'....Ludovic Courtès
2021-03-17weather: Only show request statistics when requests were made....Christopher Baines
2021-03-17import: gnome: Silence URL redirect messages....Ludovic Courtès
2021-03-17http-client: 'http-fetch' and 'http-fetch/cached' accept #:log-port....Ludovic Courtès
2021-03-17import: gnome: Exclude version numbers that do not start with a digit....Ludovic Courtès
2021-03-17scripts: weather: Provide more representative request statistics....Christopher Baines
2021-03-17substitutes: lookup-narinfos: Return the number of requests made....Christopher Baines
2021-03-17scripts: substitute: Tweak error reporting in process-substitution....Christopher Baines
2021-03-17scripts: substitute: Add back some error handling....Christopher Baines