aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/anthy.scm
diff options
context:
space:
mode:
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-10-14 21:04:42 -0400
committerMaxim Cournoyer <maxim.cournoyer@gmail.com>2021-11-11 10:31:32 -0500
commit8a613f9d4ed4941eef915e98f462c56f883aba2a (patch)
tree069ab7b00bd768f56325525807ae25d5ac898127 /gnu/packages/anthy.scm
parent41f058d10d17802632a1354eb02dd363057ded4b (diff)
downloadguix-8a613f9d4ed4941eef915e98f462c56f883aba2a.tar.gz
guix-8a613f9d4ed4941eef915e98f462c56f883aba2a.zip
gnu: gdb: Normalize indentation.
* gnu/packages/gdb.scm (gdb-10): Fix indentation and remove extraneous newlines. Remove trailing #t. (gdb-minimal): Fix indentation.
Diffstat (limited to 'gnu/packages/anthy.scm')
0 files changed, 0 insertions, 0 deletions
ltiple)[description]: Remove leading whitespace. * gnu/packages/node-xyz.scm (node-string-decoder)[synopsis]: Remove trailing whitespace. Vagrant Cascadian 2022-10-15gnu: ghc-lucid: Fix cabal-revision....Was not updated after update in commit b97f549b14402421fcfb360ddd4cff7de93b9af0. * gnu/packages/haskell-xyz.scm (ghc-lucid)[arguments]: Update cabal-revision. Signed-off-by: Lars-Dominik Braun <lars@6xq.net> Pierre-Henry Fröhring 2022-10-13gnu: Add ghc-open-browser....* gnu/packages/haskell-xyz.scm (ghc-open-browser): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart 2022-09-12gnu: Add ghc-ansi2html....* gnu/packages/haskell-xyz.scm (ghc-ansi2html): New variable. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart 2022-09-12gnu: ghc-alex: Use G-expressions....* gnu/packages/containers.scm (ghc-alex)[arguments]: Use G-expressions. [arguments]: Remove trailing booleans. Signed-off-by: Christopher Baines <mail@cbaines.net> jgart 2022-09-10gnu: Add comments to the bottom of a few package modules....This will hopefully discourage patches which add new packages to the bottom of files, as this increases the likelihood of conflicts when applying patches. If there are more specific ways that packages should be arranged in specific modules, this message can be updated accordingly. * gnu/packages/bioconductor.scm: Add comment discouraging adding packages to the bottom of the file. * gnu/packages/bioinformatics.scm: ditto. * gnu/packages/cran.scm: ditto. * gnu/packages/crates-io.scm: ditto. * gnu/packages/emacs-xyz.scm: ditto. * gnu/packages/golang.scm: ditto. * gnu/packages/guile-xyz.scm: ditto. * gnu/packages/haskell-xyz.scm: ditto. * gnu/packages/java.scm: ditto. * gnu/packages/julia-xyz.scm: ditto. * gnu/packages/lisp-xyz.scm: ditto. * gnu/packages/ocaml.scm: ditto. * gnu/packages/perl.scm: ditto. * gnu/packages/python-science.scm: ditto. * gnu/packages/python-xyz.scm: ditto. * gnu/packages/ruby.scm: ditto. * gnu/packages/tex.scm: ditto. Christopher Baines 2022-08-31gnu: Add ghc-roman-numerals....* gnu/packages/haskell-xyz.scm (ghc-roman-numerals): New variable. Signed-off-by: David Thompson <davet@gnu.org> Alice BRENON 2022-08-30gnu: ghc-statistics: Properly enable tests....The comment states there are test failures and hence it is implied that the intent was to disable tests, not enable them, but tests pass and the code below enabled tests instead of disabling them. Remove #:tests? #true to satisfy the tests-true linter. * gnu/packages/haskell-xyz.scm (ghc-statistics)[arguments]{#:tests?}: Remove. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Maxime Devos 2022-03-18gnu: ghc-optparse-applicative@0.15.1.0: Avoid circular top-level references....* gnu/packages/purescript.scm (ghc-optparse-applicative-0.15.1.0): Move to... * gnu/packages/haskell-xyz.scm (ghc-optparse-applicative-0.15.1.0): ... here. Ludovic Courtès