aboutsummaryrefslogtreecommitdiff
path: root/gnu/machine.scm
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2022-12-30 15:05:53 +0100
committerRicardo Wurmus <rekado@elephly.net>2022-12-30 15:06:12 +0100
commite84f17ea939013f25a0dd1276659e27bc4c2198f (patch)
treee670d865da2ee6c04eef5bec63d5bb356da730c7 /gnu/machine.scm
parentf7b2108e62cddc344d84a7481fb4704376fe8aa6 (diff)
downloadguix-e84f17ea939013f25a0dd1276659e27bc4c2198f.tar.gz
guix-e84f17ea939013f25a0dd1276659e27bc4c2198f.zip
gnu: Add r-domultibarheatmap.
* gnu/packages/bioinformatics.scm (r-domultibarheatmap): New variable.
Diffstat (limited to 'gnu/machine.scm')
0 files changed, 0 insertions, 0 deletions
#:use-module (gnu packages python) #:use-module (gnu packages python-xyz) #:use-module (gnu packages wxwidgets)) (define-public plover (package (name "plover") (version "3.1.1") (source (origin (method git-fetch) (uri (git-reference (url "https://github.com/openstenoproject/plover") (commit (string-append "v" version)))) (file-name (git-file-name name version)) (sha256 (base32 "114rlxvq471fyifwcdcgdad79ak7q3w2lk8z9nqhz1i9fg05721c")))) (build-system python-build-system) (arguments `(#:python ,python-2)) (native-inputs `(("python2-mock" ,python2-mock) ("python2-pytest" ,python2-pytest) ("python2-setuptools-scm" ,python2-setuptools-scm))) (inputs `(("python2-appdirs" ,python2-appdirs) ("python2-dbus" ,python2-dbus) ("python2-hidapi" ,python2-hidapi) ("python2-pyserial" ,python2-pyserial) ("python2-wxpython" ,python2-wxpython) ("python2-xlib" ,python2-xlib))) (home-page "https://www.openstenoproject.org/plover/") (synopsis "Stenography engine") (description "Plover (rhymes with @emph{lover}) is a desktop application that allows anyone to use stenography to write on their computer, up to speeds of 200WPM and beyond.") (license license:gpl2+)))