summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2022-06-12pull: Fix typo in error message....Tobias Geerinckx-Rice
2022-06-13challenge: Actually delete nars that have been extracted....Ludovic Courtès
2022-06-12guix: packages: Add %32bit-supported-systems, %64bit-supported-systems....Efraim Flashner
2022-06-10least-authority: Fix typo....Maxim Cournoyer
2022-06-05pull: Fail if cache directory ownership is suspect....Tobias Geerinckx-Rice
2022-06-08guix: platform: Fix typo in lookup-platform-by-target....Josselin Poiret
2022-06-06packages: Add 'specifications->packages'....Antero Mejr
2022-06-06import: hackage: Filter upper/mixed case dependencies too....Lars-Dominik Braun
2022-06-06import: hackage: Filter internal libraries from inputs and native-inputs....Lars-Dominik Braun
2022-06-06import: cabal: Support library names...Lars-Dominik Braun
2022-06-06import: cabal: Allow curly bracket before else statement....Lars-Dominik Braun
2022-06-06import: cabal: Allow properties without space between key and value....Lars-Dominik Braun
2022-06-06import: cabal: Allow curly brackets in more positions....Lars-Dominik Braun
2022-06-06import: cabal: Support elif statement....Lars-Dominik Braun
2022-05-29guix system: Don't suggest reconfiguration during reconfiguration....Tobias Geerinckx-Rice
2022-06-04guix home: Add 'edit' sub-command....Ludovic Courtès
2022-06-04guix system: Add 'edit' sub-command....Ludovic Courtès
2022-06-04edit: Extract 'spawn-editor' procedure....Ludovic Courtès
2022-06-04cache: Catch invalid 'last-expiry-cleanup'....zimoun
2022-06-01shell: '--export-manifest -D x -D y' generates a valid manifest....Ludovic Courtès
2022-05-29import: minetest: Fix typo....Tobias Geerinckx-Rice
2022-05-31gnu: Remove python2-setuptools....Maxim Cournoyer
2022-05-31gnu: bazaar: Obsolete with breezy....Maxim Cournoyer
2022-05-31gnu: Remove python2-mccabe....Maxim Cournoyer
2022-05-31diagnostics: Fix typo about 0-indexed COL in location....Maxim Cournoyer
2022-05-31utils: Add a %guix-source-root-directory procedure....Maxim Cournoyer
2022-05-31utils: Add a 'delete-expression' procedure....Maxim Cournoyer
2022-05-31packages: Fix typo in package-superseded doc....Maxim Cournoyer
2022-05-30store: 'map/accumulate-builds' preserves caches....Ludovic Courtès
2022-05-29store: Record cache lookups in 'references/cached'....Ludovic Courtès
2022-05-29Merge branch 'wip-r'Ricardo Wurmus
2022-05-29scripts/import: Use pretty printer from (guix scripts style)....Ricardo Wurmus
2022-05-28guix: Upgrade to Bioconductor 3.15....Ricardo Wurmus
2022-05-27substitute: Check for --help or --version options early....yarl-baudig@mailoo.org
2022-05-26guix package: Sort search results by package version....Ludovic Courtès
2022-05-25platforms: Remove the s390x platform....Mathieu Othacehe
2022-05-25platforms: Remove the hurd module....Mathieu Othacehe
2022-05-25build-system: linux-module: Directly use-module (guix platform)....Josselin Poiret
2022-05-25Move (gnu platform) and (gnu platforms ...) to guix/....Josselin Poiret
2022-05-24profiles: 'manifest->gexp' emits 'properties' field only when needed....Ludovic Courtès
2022-05-23lint: check-derivation: Catch all exceptions....Christopher Baines
2022-05-23licenses: Add Expat No Attribution license....Kyle Meyer
2022-05-23import: utils: Update list of SPDX licenses....Nicolas Graves
2022-05-23scripts: package: Transform before creating manifest entries....Josselin Poiret
2022-05-22self: Ship platform files....Mathieu Othacehe
2022-05-22scripts: build: Highlight the current system with --list-systems....Mathieu Othacehe
2022-05-22linux: Remove system->linux-architecture procedure....Mathieu Othacehe
2022-05-22scripts: Add --list-systems and --list-targets options....Mathieu Othacehe
2022-05-22gnu: elm: Support 'elm reactor'....Philip McGrath
2022-05-22import: Add Elm importer....Philip McGrath