summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2021-07-14utils: Define 'target-hurd?' predicate.Maxime Devos
2021-07-14utils: Define 'target-linux?' predicate.Maxime Devos
2021-07-13lint: Check for leading whitespace in description.Brice Waegeneire
2021-07-11import: elpa: Emit new-style package inputs.Ludovic Courtès
2021-07-11import: print: Emit new-style package inputs when possible.Ludovic Courtès
2021-07-11import: cran: Emit new-style package inputs.Ludovic Courtès
2021-07-11import: pypi: Emit new-style package inputs.Ludovic Courtès
2021-07-11packages: 'hidden-package' inherits the original package location.Ludovic Courtès
2021-07-11Add 'guix style'.Ludovic Courtès
2021-07-11utils: 'edit-expression' copies part of the original source map.Ludovic Courtès
2021-07-11utils: 'edit-expression' modifies the file only if necessary.Ludovic Courtès
2021-07-11utils: Add 'go-to-location' with source location caching.Ludovic Courtès
2021-07-11utils: 'edit-expression' no longer leaks file ports.Ludovic Courtès
2021-07-11packages: Add 'modify-inputs'.Ludovic Courtès
2021-07-11packages: Add 'lookup-package-input' & co.Ludovic Courtès
2021-07-11lint: Add 'input-labels' checker.Ludovic Courtès
2021-07-11packages: Allow inputs to be plain package lists.Ludovic Courtès
2021-07-11records: Support field sanitizers.Ludovic Courtès
2021-07-09self: Remove stale comment about "mmap(PROT_NONE) failed" crash.Ludovic Courtès
2021-07-09Revert "self: Build translated manuals with a single process."Ludovic Courtès
2021-07-08utils: Add 'search-input-directory'.Ludovic Courtès
2021-07-08build-system/gnu: patch-shebangs: Also patch shebangs in "/libexec".Maxime Devos
2021-07-07self: Build translated manuals with a single process.Maxim Cournoyer
2021-07-07Revert "syscalls: 'terminal-dimension' ignores EPERM."Tobias Geerinckx-Rice
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 pdftexThiago 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