;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2017 José Miguel Sánchez García ;;; Copyright © 2017, 2022 Efraim Flashner ;;; Copyright © 2018, 2021 Tobias Geerinckx-Rice ;;; Copyright © 2020 Tanguy Le Carrour ;;; Copyright © 2022 (unmatched parenthesis ;;; Copyright © 2022 Trevor Richards ;;; Copyright © 2023 Gruruya ;;; ;;; This file is part of GNU Guix. ;;; ;;; GNU Guix is free software; you can redistribute it and/or modify it ;;; under the terms of the GNU General Public License as published by ;;; the Free Software Foundation; either version 3 of the License, or (at ;;; your option) any later version. ;;; ;;; GNU Guix is distributed in the hope that it will be useful, but ;;; WITHOUT ANY WARRANTY; without even the implied warranty of ;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the ;;; GNU General Public License for more details. ;;; ;;; You
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarl Hallsby <karl@hallsby.com>2023-09-25 23:28:31 -0500
committerLudovic Courtès <ludo@gnu.org>2023-10-08 23:43:50 +0200
commit0be51fe03bf2b8f3ef009929fa0860e17aa15de4 (patch)
tree0f18fc8cdd644ff87d75d495b9d17d2393b63de5 /gnu/packages/xfce.scm
parenta44569899a54d18a70b62498bec3774f0be3f66b (diff)
downloadguix-0be51fe03bf2b8f3ef009929fa0860e17aa15de4.tar.gz
guix-0be51fe03bf2b8f3ef009929fa0860e17aa15de4.zip
gnu: Add tree-sitter-scala.
* gnu/packages/tree-sitter.scm (tree-sitter-scala): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Diffstat (limited to 'gnu/packages/xfce.scm')
0 files changed, 0 insertions, 0 deletions
(install-file file bin)) (delete "testament" (find-files "bin")))))) (add-after 'install 'install-completions (lambda* (#:key outputs #:allow-other-keys) (let* ((share (string-append (assoc-ref outputs "out") "/share")) (bash (string-append share "/bash-completion/completions")) (zsh (string-append share "/zsh/vendor_completions"))) (mkdir-p bash) (mkdir-p zsh) (copy-file "tools/nim.bash-completion" (string-append bash "/nim")) (copy-file "dist/nimble/nimble.bash-completion" (string-append bash "/nimble")) (copy-file "tools/nim.zsh-completion" (string-append zsh "/_nim")) (copy-file "dist/nimble/nimble.bash-completion" (string-append zsh "/_nimble")))))))) (inputs (list libgc openssl pcre sqlite)) (native-inputs (list nss-certs parallel)) (home-page "https://nim-lang.org") (synopsis "Statically-typed, imperative programming language") (description "Nim (formerly known as Nimrod) is a statically-typed, imperative programming language that tries to give the programmer ultimate power without compromises on runtime efficiency. This means it focuses on compile-time mechanisms in all their various forms.") (license license:expat)))