summaryrefslogtreecommitdiff
path: root/guix
AgeCommit message (Expand)Author
2021-07-23build-system/cmake: Define '%build-inputs' when cross-compiling.Marius Bakke
2021-07-23packages: Use 'lookup-package-input' and friends instead of 'package-input'.Maxime Devos
2021-07-21gnu: TeX Live: Update to TeX Live 2021Thiago Jung Bauermann
2021-07-21gnu: TeX Live: Use IniTeX to build a couple of packagesThiago Jung Bauermann
2021-07-20import: hackage: Emit new-style package inputs.Sarah Morgensen
2021-07-20import: opam: Emit new-style package inputs.Sarah Morgensen
2021-07-20import: gem: Emit new-style package inputs.Sarah Morgensen
2021-07-20import: egg: Emit new-style package inputs.Sarah Morgensen
2021-07-18Merge branch 'master' into core-updatesLudovic Courtès
2021-07-18build: pack: Mute error output when checking if tar supports --sort.Maxim Cournoyer
2021-07-18pack: Streamline how files are included in tarballs.Maxim Cournoyer
2021-07-18pack/deb: Add default section and priority fields to the control file.Maxim Cournoyer
2021-07-18pack: Allow embedding custom control files in deb packs.Maxim Cournoyer
2021-07-18import: go: Fix indentation.Maxim Cournoyer
2021-07-18import: go: Upgrade go.mod parser.Sarah Morgensen
2021-07-17import: go: Handle multiple go-import meta tags.Sarah Morgensen via Guix-patches via
2021-07-17import: go: Fix parsing of pkg.go.dev licenses after site update.Sarah Morgensen via Guix-patches via
2021-07-16ci: Properly construct URLs.Hartmut Goebel
2021-07-16substitutes: Properly construct URLs.Hartmut Goebel
2021-07-16substitute: Fix handling of short option "-h".Hartmut Goebel
2021-07-15ui: Improve output appearance when listing generations.Steve Sprang
2021-07-15package: Improve output appearance when listing packages.Steve Sprang
2021-07-15utils: Add a procedure for pretty printing tabular data.Steve Sprang
2021-07-14build-system/meson: Support cross-compilation.Maxime Devos
2021-07-14packages: Define this-package-input and this-package-native-input.Maxime Devos
2021-07-14utils: Define a target-x86-32? and target-x86-64? predicate.Maxime Devos
2021-07-14utils: Give 'target-mingw?' a docstring.Maxime Devos
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