aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAge
* gnu: Add tree-sitter-julia.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-julia): New variable.
* gnu: Add tree-sitter-json.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-json): New variable.
* gnu: Add tree-sitter-java.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-java): New variable.
* gnu: Add tree-sitter-haskell.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-haskell): New variable.
* gnu: Add tree-sitter-go.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-go): New variable.
* gnu: Add tree-sitter-elm.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-elm): New variable.
* gnu: Add tree-sitter-c-sharp.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-c-sharp): New variable.
* gnu: Add tree-sitter-bash.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-bash): New variable.
* gnu: Add tree-sitter-elixir.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-elixir): New variable.
* gnu: Add tree-sitter-css.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-css): New variable.
* gnu: Add tree-sitter-cpp.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-cpp): New variable.
* gnu: Add tree-sitter-c.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-c): New variable.
* gnu: Add tree-sitter-typescript.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-typescript): New variable.
* gnu: Add tree-sitter-javascript.Andrew Tropin2023-02-14
| | | | gnu/packages/tree-sitter.scm (tree-sitter-javascript): New variable.
* gnu: tree-sitter-grammar: Extend functionality.Andrew Tropin2023-02-14
| | | | | | | | | * gnu/packages/tree-sitter.scm (tree-sitter-delete-generated-files): Add support for grammar-directories. (tree-sitter-grammar): Add support for grammar-directories, license, article, reorder and rename arguments, update description and synopsis generation logic. (tree-sitter-html): Migrate to new tree-sitter-grammar.
* gnu: golang.scm: Update comment about bootstrapping go.Efraim Flashner2023-02-14
| | | | | | * gnu/packages/golang.scm: Update the comment at the top of the file about bootstrapping go on different architectures and about which versions of gccgo are currently provided.
* gnu: go-1.17: Skip tests on riscv64-linux.Efraim Flashner2023-02-14
| | | | | * gnu/packages/golang.scm (go-1.17)[arguments]: When building for riscv64-linux skip the test suite.
* gnu: go-1.14: On systems not supported by go-1.4 use gccgo-12.Efraim Flashner2023-02-14
| | | | | | * gnu/packages/golang.scm (go-1.14)[native-inputs]: On systems not supported by go-1.4 replace gccgo-10 with gccgo-12. (go-1.17)[native-inputs]: Remove workaround and inherit from go-1.14.
* gnu: sugar: Add metacity to inputs.Ricardo Wurmus2023-02-14
| | | | | * gnu/packages/sugar.scm (sugar)[inputs]: Add metacity. [arguments]: Patch references to metacity executables.
* gnu: Add metacity.Ricardo Wurmus2023-02-14
| | | | * gnu/packages/gnome.scm (metacity): New variable.
* gnu: jellyfish: Remove confusing quoting syntax.Ricardo Wurmus2023-02-13
| | | | | * gnu/packages/bioinformatics.scm (jellyfish)[arguments]: Do not mix quasiquote with gexp.
* gnu: jellyfish: Drop input labels.Ricardo Wurmus2023-02-13
| | | | | * gnu/packages/bioinformatics.scm (jellyfish)[native-inputs]: Drop package labels.
* gnu: fastp: Update to 0.23.2.Ricardo Wurmus2023-02-13
| | | | | * gnu/packages/bioinformatics.scm (fastp): Update to 0.23.2. [inputs]: Remove zlib; add isa-l and libdeflate.
* gnu: fastp: Simplify.Ricardo Wurmus2023-02-13
| | | | * gnu/packages/bioinformatics.scm (fastp)[arguments]: Simplify gexp.
* gnu: fastqc: Use gexp.Ricardo Wurmus2023-02-13
| | | | | | * gnu/packages/bioinformatics.scm (fastqc)[arguments]: Use gexp; drop trailing #T from build phase. [inputs]: Drop package labels.
* gnu: icedove: Install icons.Maxim Cournoyer2023-02-13
| | | | | | | | | | | | | | | * gnu/packages/gnuzilla.scm (icedove) [phases]: Add install-icons phase. Series-to: 61391@debbugs.gnu.org Cover-letter: Improvements to Icedove (icons, gexps, un-bundling) Hi Guix, This series improves our Icedove package a bit, unbundling NSS and producing its icon so that it looks more tidy in GNOME or other desktop environments. Thanks! END
* gnu: icedove: Use more gexps.Maxim Cournoyer2023-02-13
| | | | | * gnu/packages/gnuzilla.scm (icedove) [configure]: Use search-input-file and this-package-native-input.
* gnu: icedove: Unbundle NSS.Maxim Cournoyer2023-02-13
| | | | | * gnu/packages/gnuzilla.scm (icedove) [inputs]: Add nss-next. Remove nspr-4.32. [configure]: Add "ac_add_options --with-system-nss".
* gnu: Add nss-next.Maxim Cournoyer2023-02-13
| | | | * gnu/packages/nss.scm (nss-next): New variable.
* gnu: Add nspr-next.Maxim Cournoyer2023-02-13
| | | | * gnu/packages/nss.scm (nspr-next): New variable.
* gnu: icedove-wayland: Use gexps.Maxim Cournoyer2023-02-13
| | | | | | * gnu/packages/gnuzilla.scm (icedove/wayland) [inputs]: Set to the empty list. [arguments]: Use gexps.
* gnu: Add r-visnetwork.Ricardo Wurmus2023-02-13
| | | | * gnu/packages/cran.scm (r-visnetwork): New variable.
* gnu: picard: Update to 2.8.5.Hilton Chain2023-02-13
| | | | | | * gnu/packages/music.scm (picard): Update to 2.8.5. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: libnitrokey: Update to 3.8.Morgan Smith2023-02-13
| | | | | | | * gnu/packages/security-token.scm (libnitrokey): Update to 3.8. [description]: Fix typo. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: icedove: Update to 102.7.2.Josselin Poiret2023-02-13
| | | | | | | * gnu/packages/gnuzilla.scm (%icedove-build-id, icedove-version, thunderbird-source): Update to 102.7.2 build 20230207000000. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: osm2pgsql: Update to 1.8.0.Felix Gruber2023-02-13
| | | | | | | | | * gnu/packages/geo.scm (osm2pgsql): Update to 1.8.0. [arguments]: Remove -DEXTERNAL_RAPIDJSON configure-flag, since osm2pgsql 1.8.0 does not use rapidjson anymore. [inputs]: Remove rapidjson. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: fet: Update to 6.8.3.Nicolas Goaziou2023-02-13
| | | | | | * gnu/packages/education.scm (fet): Update to 6.8.3. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: LLVM, Clang, libomp, lld: Update to 15.0.7.Greg Hogan2023-02-13
| | | | | | | * gnu/packages/llvm.scm (llvm-15, clang-15, libomp-15, lld-15): Update to 15.0.7. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: r-survival: Update to 3.5-0.Greg Hogan2023-02-13
| | | | | | * gnu/packages/statistics.scm (r-survival): Update to 3.5-0. Signed-off-by: Christopher Baines <mail@cbaines.net>
* gnu: python-git-multimail: Update to 1.6.0.Christopher Baines2023-02-13
| | | | | * gnu/packages/version-control.scm (python-git-multimail): Update to 1.6.0. [arguments]: Patch setup.py to fix finding. README.rst.
* gnu: cm: Update to 0.4.1.Andreas Enge2023-02-13
| | | | * gnu/packages/algebra.scm (cm): Update to 0.4.1.
* gnu: Add cl-nclasses.Pierre Neidhardt2023-02-13
| | | | * gnu/packages/lisp-xyz.scm (cl-nclasses, ecl-nclasses, sbcl-nclasses): New variables.
* gnu: wpa-supplicant: Add netdev group dbus policy.Sergey Trofimov2023-02-13
| | | | | | | | | | The patch allows users in netdev group to control wpa-supplicant via D-Bus interface. * gnu/packages/admin.scm (wpa-supplicant)[source]: Add dbus policy patch. * gnu/packages/patches/wpa-supplicant-dbus-group-policy.patch: New file. Signed-off-by: Andrew Tropin <andrew@trop.in>
* gnu: universal-ctags: Update to 6.0.20230212.0.Efraim Flashner2023-02-13
| | | | * gnu/packages/code.scm (universal-ctags): Update to 6.0.20230212.0.
* gnu: universal-ctags: Install man pages.Efraim Flashner2023-02-13
| | | | | * gnu/packages/code.scm (universal-ctags)[native-inputs]: Add python-docutils.
* etc: Add TeX team.Ricardo Wurmus2023-02-13
| | | | * etc/teams.scm.in (tex): New team; add Ricardo to the team.
* gnu: mujs: Update to 1.3.2.Efraim Flashner2023-02-12
| | | | * gnu/packages/javascript.scm (mujs): Update to 1.3.2.
* gnu: zathura: Update to 0.5.2.Efraim Flashner2023-02-12
| | | | * gnu/packages/pdf.scm (zathura): Update to 0.5.2.
* gnu: zathura-pdf-poppler: Update to 0.3.1.Efraim Flashner2023-02-12
| | | | * gnu/packages/pdf.scm (zathura-pdf-poppler): Update to 0.3.1.
* gnu: zathura-pdf-mupdf: Update to 0.4.0.Efraim Flashner2023-02-12
| | | | * gnu/packages/pdf.scm (zathura-pdf-mupdf): Update to 0.4.0.