summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2021-11-18import: texlive: Take different package database as optional argument....Ricardo Wurmus
2021-11-18import: texlive: Print inputs with labels and guixified names....Ricardo Wurmus
2021-11-17diagnostics: Add syntax to capture arguments' syntax-properties....Josselin Poiret
2021-11-17scripts: home: Make ‘guix home import’ write home-configuration.scm....Xinglu Chen
2021-11-17import: texlive: Remove leftover 'pk'....Ludovic Courtès
2021-11-17import: texlive: Load (gnu packages tex) dynamically....Ludovic Courtès
2021-11-17import: Replace texlive importer....Ricardo Wurmus
2021-11-17guix: Add download-multi-svn-to-store....Ricardo Wurmus
2021-11-16daemon: Do not deduplicate files smaller than 8 KiB....Ludovic Courtès
2021-11-16tests: Factorize 'file=?'....Ludovic Courtès
2021-11-16build-system/julia: Enable Julia Pkg to find installed packages....Jean-Baptiste Volatier
2021-11-14build: wrap-qt-program: Fix typo....Vagrant Cascadian
2021-11-14environment: Fix ‘--check’ with exported PS1 variable....Thiago Jung Bauermann
2021-11-13guix: packages: Clarify that list is a list of <license> records....jgart
2021-11-12import: utils: Add more licenses and extend their detection....Attila Lendvai
2021-11-11import: print: Replace packages and origins in 'arguments'....Ludovic Courtès
2021-11-11import: print: Handle patches that are origins....Ludovic Courtès
2021-11-11import: print: Correctly handle URI lists....Ludovic Courtès
2021-11-11import: print: Properly render packages with origins as inputs....Ludovic Courtès
2021-11-11import: cran: Allow imports of a specific version....Ludovic Courtès
2021-11-11import: pypi: Allow imports of a specific version....Ludovic Courtès
2021-11-07guix: Upgrade to Bioconductor 3.14....Ricardo Wurmus
2021-11-07shell: Actually clean up the profile cache....Ludovic Courtès
2021-11-07import: egg: Allow imports of a specific version....Xinglu Chen
2021-11-07home: services: bash: Add ‘aliases’ field....Xinglu Chen
2021-11-07ui: 'load*' correctly reports 'read-error' in all cases....Ludovic Courtès
2021-11-07utils: Define a target-x86-32? and target-x86-64? predicate....Maxime Devos
2021-11-06environment: Suggest command upon 'execlp' failure....Ludovic Courtès
2021-11-06profiles: Build the man database only if 'man-db' is in the profile....Ludovic Courtès
2021-11-06import: elpa: Work around Guile 3.0.[5-7] compiler bug....Ludovic Courtès
2021-11-02import: stackage: Update to release 18.14....Lars-Dominik Braun
2021-10-31ui: Use DISPLAY in SHOW-GUIX-HELP....Tobias Geerinckx-Rice
2021-10-31ui: Add top-level options to help text....Tobias Geerinckx-Rice
2021-10-31home: import: Avoid duplication of 'manifest->code'....Ludovic Courtès
2021-10-31home: import: Factorize triplicated 'version-spec' procedure....Ludovic Courtès
2021-10-31home: import: Clarify "destination directory"....Ludovic Courtès
2021-10-31home: import: Compare procedures with 'eq?'....Ludovic Courtès
2021-10-31guix home: import: Call ‘local-file’ with ‘name’...Xinglu Chen
2021-10-31Add tests for ‘guix home import’....Xinglu Chen
2021-10-31guix home: import: Delete duplicate modules when importing....Xinglu Chen
2021-10-31guix home: import: Don’t use 'slurp-file-gexp'....Xinglu Chen
2021-10-31guix home: import: Fix module name for Bash service....Xinglu Chen
2021-10-31guix home: import: Allow multiple modules to be imported for each service....Xinglu Chen
2021-10-31guix home: import: Make the user to specify a destination directory....Xinglu Chen
2021-10-30shell: Error out when an unauthorized guix.scm/manifest.scm is found....Ludovic Courtès
2021-10-28packages: Optionally validate Texinfo markup at expansion time....Ludovic Courtès
2021-10-28ui: Gracefully handle invalid Texinfo markup in package blurbs....Ludovic Courtès
2021-10-28store: 'map/accumulate-builds' handler checks the store received....Ludovic Courtès
2021-10-28import: cran: Use the standard diagnostic procedures....Ludovic Courtès
2021-10-28environment: Fix broken file-local variable....Zhu Zihao