;;; GNU Guix --- Functional package management for GNU ;;; Copyright © 2014 Marek Benc ;;; Copyright © 2018 Marius Bakke ;;; Copyright © 2019, 2020 Tobias Geerinckx-Rice ;;; Copyright © 2020 Julien Lepiller ;;; ;;; 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 should have received a copy of the GNU General Public License ;;; along with GNU Guix. If not, see . (define-module (gnu packages enchant)
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSimon South <simon@simonsouth.net>2023-01-27 15:34:26 -0500
committerDanny Milosavljevic <dannym@friendly-machines.com>2024-12-22 12:47:59 +0100
commit5c78da2834cc90fdecfc315d1e5a5a89165e7c01 (patch)
tree507310addd018fb918635a430d0dbecb637b6a60 /gnu/system
parente0503ac6078012a5e190dbfb507af1982a36c965 (diff)
downloadguix-5c78da2834cc90fdecfc315d1e5a5a89165e7c01.tar.gz
guix-5c78da2834cc90fdecfc315d1e5a5a89165e7c01.zip
gnu: Add implot.
* gnu/packages/toolkits.scm (implot): New variable. Signed-off-by: Danny Milosavljevic <dannym@friendly-machines.com> Change-Id: I8f80e6ce61da18aa716aadacfe94df466c18a9a3
Diffstat (limited to 'gnu/system')
0 files changed, 0 insertions, 0 deletions
"/lib/libenchant-2.so\"")))))))) (inputs (list enchant)) (home-page "https://github.com/pyenchant/pyenchant") (synopsis "Spellchecking library for Python") (description "PyEnchant is a spellchecking library for Python, based on the Enchant library. PyEnchant combines all the functionality of the underlying Enchant library with the flexibility of Python. It also provides some higher-level functionality than is available in the C API.") (license lgpl2.1+)))