summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: handbrake: Update to 1.5.1.Vinicius Monego2022-01-11
| | | | | | * gnu/packages/video.scm (handbrake): Update to 1.5.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: hydrogen: Update to 1.1.1.Michael Rohleder2022-01-11
| | | | | | * gnu/packages/music.scm (hydrogen): Update to 1.1.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* gnu: strawberry: Update to 1.0.1.Michael Rohleder2022-01-11
| | | | | | * gnu/packages/music.scm (strawberry): Update to 1.0.1. Signed-off-by: Leo Famulari <leo@famulari.name>
* doc: Update ‘guix home search’ output sample.Tobias Geerinckx-Rice2022-01-09
| | | | | | | The old output differs greatly from the current one and contains a typo. * doc/guix.texi (Invoking guix home): Update ‘guix home search’ output sample.
* gnu: kcov: Edit description.Tobias Geerinckx-Rice2022-01-09
| | | | | * gnu/packages/code.scm (kcov)[description]: Remove operating systems. Edit slightly.
* gnu: kcov: Update to 40.Tobias Geerinckx-Rice2022-01-09
| | | | * gnu/packages/code.scm (kcov): Update to 40.
* doc: Fix typos.Tobias Geerinckx-Rice2022-01-09
| | | | | | * doc/guix.texi (Home Services, Essential Home Services) (Shells Home Services): Fix ‘avaliable’ typo, & grammar. (Using the Configuration System): Fix another typo.
* gnu: chez-scheme: Update to 9.5.6.Tobias Geerinckx-Rice2022-01-09
| | | | | | | | * gnu/packages/chez.scm (chez-scheme): Update to 9.5.6. [source]: Remove patch. [arguments]: Don't explicitly return #t from phases. * gnu/packages/patches/chez-scheme-build-util-paths-backport.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
* gnu: astroid: Remove input labels.Tobias Geerinckx-Rice2022-01-09
| | | | | * gnu/packages/mail.scm (astroid)[inputs]: Remove input labels.
* gnu: astroid: Fix build.Tobias Geerinckx-Rice2022-01-09
| | | | | * gnu/packages/mail.scm (astroid)[inputs]: Substitute webkitgtk-with-libsoup2 for webkitgtk.
* gnu: libsoup-minimal: Update to 3.0.4.Tobias Geerinckx-Rice2022-01-09
| | | | * gnu/packages/gnome.scm (libsoup-minimal): Update to 3.0.4.
* gnu: ii: Update to 1.9.Tobias Geerinckx-Rice2022-01-09
| | | | * gnu/packages/irc.scm (ii): Update to 1.9.
* gnu: eg25-manager: Update to 0.4.2.Tobias Geerinckx-Rice2022-01-09
| | | | * gnu/packages/firmware.scm (eg25-manager): Update to 0.4.2.
* gnu: diffoscope: Update to 199.Tobias Geerinckx-Rice2022-01-09
| | | | * gnu/packages/diffoscope.scm (diffoscope): Update to 199.
* gnu: Go 1.17: Update to 1.17.6.Leo Famulari2022-01-10
| | | | * gnu/packages/golang.scm (go-1.17): Update to 1.17.6.
* gnu: Go 1.16: Update to 1.16.13.Leo Famulari2022-01-10
| | | | * gnu/packages/golang.scm (go-1.16): Update to 1.16.13.
* gnu: ungoogled-chromium: Convert arguments to G-expression.Marius Bakke2022-01-10
| | | | | | | * gnu/packages/chromium.scm (ungoogled-chromium)[native-inputs]: Remove the "master-preferences" gexp input. Remove all labels. [arguments]: Convert to gexp. Inline the above-mentioned gexp. Remove one usage of "gcc" label while at it.
* gnu: ungoogled-chromium: Remove obsolete compiler flags.Marius Bakke2022-01-10
| | | | | * gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Don't set CFLAGS and CXXFLAGS, as the build system already does the right thing.
* gnu: ungoogled-chromium: Remove obsolete substitution.Marius Bakke2022-01-10
| | | | * gnu/packages/chromium.scm (ungoogled-chromium)[arguments]: Remove substitution.
* gnu: ungoogled-chromium: Remove input labels.Marius Bakke2022-01-10
| | | | | * gnu/packages/chromium.scm (ungoogled-chromium)[inputs]: Remove labels. [arguments]: Use SEARCH-INPUT-FILE & co as appropriate.
* doc: Use @lisp and clarify 'setuid-program' examples.Ludovic Courtès2022-01-10
| | | | | * doc/guix.texi (Setuid Programs): Use @lisp instead of @example. Add scope for the 'setuid-programs' field snippet.
* news: Fix typos in French text.Ludovic Courtès2022-01-10
| | | | * etc/news.scm: Fix typos.
* guix hash: Allow '-r' as a non-deprecated alias.Ludovic Courtès2022-01-10
| | | | | | | | | | | This is a followup to 05c962594c346da21f201be72caadfa19060cc9d. Discussed at <https://issues.guix.gnu.org/51307#24>. * guix/scripts/hash.scm (%options): Warn about deprecation for "--recursive", but not for '-r' as it's a convenient shorthand. Mention '--serializer=nar' in the deprecation message. * doc/guix.texi (Invoking guix hash): Adjust accordingly.
* doc: Fix typo.Ludovic Courtès2022-01-10
| | | | * doc/guix.texi (Invoking guix style): Fix typo.
* gnu: i2c-tools: Fix cross-compilation.Mathieu Othacehe2022-01-10
| | | | | * gnu/packages/linux.scm (i2c-tools)[arguments]: Use #$output to fix cross-compilation.
* gnu: Add xfel.Danny Milosavljevic2022-01-10
| | | | * gnu/packages/admin.scm (xfel): New variable.
* news: Add news entry about 'guix style'.Ludovic Courtès2022-01-10
| | | | * etc/news.scm: Add entry.
* style: '-S format' canonicalizes comments.Ludovic Courtès2022-01-10
| | | | | | | | | | * guix/scripts/style.scm (canonicalize-comment): New procedure. (pretty-print-with-comments): Add #:format-comment. and honor it. (object->string*): Add 'args' and honor them. (format-package-definition): Pass #:format-comment to 'object->string*'. * tests/style.scm ("pretty-print-with-comments, canonicalize-comment"): New test.
* style: Add '--styling' option.Ludovic Courtès2022-01-10
| | | | | | | | | | | | | | | | | | | * guix/scripts/style.scm (format-package-definition): New procedure. (%options, show-help): Add "--styling". (%default-options): Add 'styling-procedure'. (guix-style): Honor it. * tests/style.scm (with-test-package) ("input labels, 'safe' policy") ("input labels, 'safe' policy, nothing changed") ("input labels, margin comment") ("input labels, margin comment on long list") ("input labels, line comment") ("input labels, modify-inputs and margin comment"): Pass "-S inputs". * etc/indent-code.el: Remove. * doc/contributing.texi (Formatting Code): Mention "guix style" instead of "etc/indent-code.el". (Submitting Patches): Add item for "guix style". * doc/guix.texi (Invoking guix style): Document "-S" and update.
* style: Add support for "newline forms".Ludovic Courtès2022-01-10
| | | | | | | | | | This allows us to express cases where a newline should be inserted immediately after the head symbol of a list. * guix/scripts/style.scm (%newline-forms): New variable. (newline-form?): New procedure. (pretty-print-with-comments): Handle "newline forms". * tests/style.scm: Add test.
* style: Allow special forms to be scoped.Ludovic Courtès2022-01-10
| | | | | | | | | | | | * guix/scripts/style.scm (vhashq): Add clause for 'lst, and change default clause. (%special-forms): Add context for 'add-after and 'add-before. Add 'replace. (prefix?, special-form-lead): New procedures. (special-form?): Remove. (pretty-print-with-comments): Add 'context' to the threaded state. Adjust 'print-sequence' and adjust 'loop' calls accordingly. * tests/style.scm: Add tests for 'replace.
* style: Improve pretty printer and add tests.Ludovic Courtès2022-01-10
| | | | | | | | | | * guix/scripts/style.scm (vhashq): New macro. (%special-forms): New variable. (special-form?): New procedure. (pretty-print-with-comments): Add many clauses and tweak existing rules. * tests/style.scm (test-pretty-print): New macro. <top level>: Add 'test-pretty-print' tests.
* gnu: julia-simd: Update to 3.4.0.Efraim Flashner2022-01-10
| | | | * gnu/packages/julia-xyz.scm (julia-simd): Update to 3.4.0.
* gnu: Add julia-bioalignments.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-bioalignments): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-intervaltrees.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-intervaltrees): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-biosequences.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-biosequences): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-biosymbols.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-biosymbols): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-yaml.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-yaml): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-stringencodings.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-stringencodings): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-automa.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-automa): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-scanbyte.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-scanbyte): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-simd.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-simd): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-twiddle.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-twiddle): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-indexablebitvectors.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-indexablebitvectors): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: Add julia-biogenerics.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-biogenerics): New variable. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-documenter: Adjust style.zimoun2022-01-10
| | | | | | | | | * gnu/packages/julia-xyz.scm (julia-documenter)[propagated-inputs] Remove labels. [inputs, native-inputs]: Remove labels. [arguments]: Remove unnecessary return '#t'. Use search-input-file to find pip. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-documentertools: Adjust style.zimoun2022-01-10
| | | | | | | * gnu/packages/julia-xyz.scm (julia-documentertools)[inputs]: Remove label. [propagated-inputs]: Adjust. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-zygote: Adjust style.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm (julia-zygote)[propagated-inputs]: Remove labels. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* build: julia-build-system: Create 'Project.toml' file when missing.zimoun2022-01-10
| | | | | | | | | * guix/build/julia-build-system.scm (link-depot): Create 'Project.toml' file when missing using data provided by the user. (julia-create-package-toml): Remove from export. * doc/guix.texi (Build Systems): Update julia-build-system section. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
* gnu: julia-xyz.scm: Adjust style.zimoun2022-01-10
| | | | | | * gnu/packages/julia-xyz.scm: Align all inputs. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>