summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2021-07-07lint: Lint usages of 'wrap-program' without a "bash" input....Maxime Devos
2021-07-07lint: Define some procedures for analysing code in phases....Maxime Devos
2021-07-05guix: docker: Ensure repository name length limits are met....Maxim Cournoyer
2021-07-05guix: opam: Allow for whitespace at the start of an opam file....Julien Lepiller
2021-07-05build-system/trivial: Honor build inputs when cross-compiling....Ludovic Courtès
2021-07-05tests: Unset NIX_STORE_DIR when running external tests....Ludovic Courtès
2021-07-05build-system/gnu: Define '%build-inputs' when cross-compiling....Ludovic Courtès
2021-07-05build-system/texlive: Change default format to pdftex...Thiago Jung Bauermann
2021-07-05import: go: Replace tildes with hyphens in package names....Sarah Morgensen
2021-07-04status: Add missing newline after substitution completion message....Ludovic Courtès
2021-07-04ci: Add procedures to access jobs and builds....Ludovic Courtès
2021-07-04ci: Represent build status as a symbol....Ludovic Courtès
2021-07-04cpio: Fix device number calculation....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-07-01packages: 'package-derivation' honors 'system' again....Ludovic Courtès
2021-06-30lint: Verify if #:tests? is respected in the 'check' phase....Maxime Devos
2021-06-30guix: gexp: Define gexp->approximate-sexp....Maxime Devos
2021-06-29pack: Add support for the deb format....Maxim Cournoyer
2021-06-29pack: Prevent duplicate files in tar archives....Maxim Cournoyer
2021-06-29pack: Improve naming of the packs store file names....Maxim Cournoyer
2021-06-29pack: Fix typo....Maxim Cournoyer
2021-06-29pack: Factorize base tar options....Maxim Cournoyer
2021-06-29pack: Extract builder code from self-contained-tarball....Maxim Cournoyer
2021-06-29weather: Handle zero requested store items gracefully....Maxime Devos
2021-06-29Revert "guix build: Autoload (gnu packages)."...Ludovic Courtès
2021-06-29guix build: Autoload (gnu packages)....Ludovic Courtès
2021-06-29pull: Use SRFI-71 instead of SRFI-11....Ludovic Courtès
2021-06-29pull: Autoload (gnu ...) modules....Ludovic Courtès
2021-06-29ui: Have 'guix help' stat less....Ludovic Courtès
2021-06-28guix: Delete duplicates from emacs-load-path....Leo Prikler
2021-06-28import: go: Fix match-error in 'go-package-description'...Sarah Morgensen via Guix-patches via
2021-06-25download: 'tls-wrap' retries handshake upon non-fatal errors....Ludovic Courtès
2021-06-25guix substitute: Adjust comment about GnuTLS bug....Ludovic Courtès
2021-06-25import: hackage: Support "common" field and imports...Philip Munksgaard
2021-06-25reconfigure: Use 'formatted-message'....Ludovic Courtès
2021-06-25deploy: Leave on hard error....Ludovic Courtès
2021-06-24gnu: Add ausweisapp2....Sergey Trofimov
2021-06-24lint: 'github-url' checker gracefully handles networking errors....Ludovic Courtès
2021-06-24lint: 'with-networking-fail-safe' handles 'gnutls-error' exceptions....Ludovic Courtès
2021-06-24build: Make outputs of node-build-system reproducible....Lars-Dominik Braun
2021-06-23gexp: 'mixed-text-file' UTF-8-encodes its output....Andrew Tropin
2021-06-23Merge branch 'master' into core-updates...Tobias Geerinckx-Rice