summaryrefslogtreecommitdiff
path: root/guix/build
AgeCommit message (Expand)Author
2021-10-08Revert the #51061 patch series for now.Tobias Geerinckx-Rice
2021-10-08build-system/haskell: Explain failure.Lars-Dominik Braun
2021-10-08build-system/haskell: Accept line breaks in config files.Lars-Dominik Braun
2021-10-08build-system/haskell: Do not rely on compiler name.Lars-Dominik Braun
2021-10-08guix: haskell-build-system: Always pass -package-db option.John Kehayias
2021-10-07build-system: Add 'rebar3-build-system'.Hartmut Goebel
2021-10-07download: Honor #:verify-certificate? for SWH downloads.Ludovic Courtès
2021-10-01build-system: linux-module: Don't explicitly return #t from phases.Tobias Geerinckx-Rice
2021-10-01build-system: linux-module: Build and install in parallel.Tobias Geerinckx-Rice
2021-09-30build-system: linux-module: Normalise the ‘M’ source-directory.Tobias Geerinckx-Rice
2021-09-25Update copyright assignments for Liliana Marie Prikler.Liliana Marie Prikler
2021-09-23syscalls: Deduplicate device number conversion.Tobias Geerinckx-Rice
2021-09-22download: Fall back to web.archive.org as a very last resort.Ludovic Courtès
2021-09-14build-system: linux-module: Support source-directory.Liliana Marie Prikler
2021-09-14download: Disarchive mirrors can be URL-returning procedures.Ludovic Courtès
2021-09-13build/go: Support cross compiling.Efraim Flashner
2021-09-08guix: dune-build-system: Put dune into a reproducible release mode.pukkamustard
2021-08-20guix: dune-build-system: Add a profile parameter.pukkamustard
2021-08-20build-system: Add 'minetest-mod-build-system'.Maxime Devos
2021-07-19build: Update uglifyjs for minify-build-system.Charles
2021-07-18build: pack: Mute error output when checking if tar supports --sort.Maxim Cournoyer
2021-07-07Revert "syscalls: 'terminal-dimension' ignores EPERM."Tobias Geerinckx-Rice
2021-07-02build: qt-utils: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed.Maxim Cournoyer
2021-07-02build: qt-utils: Refactor the code to filter XDG_DATA_DIRS.Ludovic Courtès
2021-07-02guix: qt-utils: Don't include useless inputs in wrapped variables.Jakub Kądziołka
2021-07-02build-system: qt: Exclude useless inputs from wrapped variables.Jakub Kądziołka
2021-07-02guix: qt-utils: Wrapped executables honor user's envvars.Hartmut Goebel
2021-07-02guix: qt-build-system, qt-utils: Unify wrapping of qt-programs.Hartmut Goebel
2021-07-02Revert "build-system/qt: Wrappers only include relevant directories to XDG_DA...Maxim Cournoyer
2021-07-02Revert "build-system/qt: Wrappers set 'QTWEBENGINEPROCESS_PATH' if needed."Maxim Cournoyer
2021-07-02Revert "build-system/qt: Fix wrapping with QTWEBENGINEPROCESS_PATH."Maxim Cournoyer
2021-06-29pack: Factorize base tar options.Maxim Cournoyer
2021-06-25download: 'tls-wrap' retries handshake upon non-fatal errors.Ludovic Courtès
2021-06-24build: Make outputs of node-build-system reproducible.Lars-Dominik Braun
2021-06-22profiles: Build union of inputs in the right order.Ludovic Courtès
2021-06-22guix: java-utils: Look for actual jar files.Julien Lepiller
2021-06-22guix: maven: Use a temporary file to fix pom files.Julien Lepiller
2021-06-22guix: maven: Look in local packages when searching for package version.Julien Lepiller
2021-06-22guix: maven: Support fixing modules.Julien Lepiller
2021-06-22guix: maven: Support fixing extensions.Julien Lepiller
2021-06-22guix: maven: Simplify finding local packages and modules.Julien Lepiller
2021-06-22guix: maven: Simplify finding version and group information.Julien Lepiller
2021-06-22guix: java-utils: Factorize pom.xml generation.Julien Lepiller
2021-06-13doc, gnu, guix: Fix typos.Paul A. Patience
2021-06-12profiles: Move some of the work to the build side.Ludovic Courtès
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-01build-system: emacs: Use subdirectories again.Leo Prikler
2021-04-29download: Use Disarchive as a last resort.Timothy Sample