Commit Graph

38450 Commits (650e8defa0341315ed91f6141e226e815f103289)

Author SHA1 Message Date
Dan Frumin 414f545ee6
gnu: coq-equations: Update to 1.2.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2019-05-26 10:22:05 +02:00
Rutger Helling 9c11ba9282
gnu: mgba: Update to 0.7.2.
* gnu/packages/emulators.scm (mgba): Update to 0.7.2.
2019-05-26 10:15:21 +02:00
Rutger Helling d21c68ac46
gnu: kitty: Update to 0.14.0.
* gnu/packages/terminals.scm (kitty): Update to 0.14.0.
2019-05-26 10:15:21 +02:00
Tobias Geerinckx-Rice ac12a01394
gnu: wine-staging: Update to 4.9.
* gnu/packages/wine.scm (wine-staging-patchset-data, wine-staging):
Update to 4.9.
2019-05-26 05:22:51 +02:00
Tobias Geerinckx-Rice 5daafe0b5d
gnu: rxcpp: Don't use unstable tarball.
* gnu/packages/machine-learning.scm (rxcpp)[source]: Use GIT-FETCH and
GIT-FILE-NAME.
2019-05-26 05:00:50 +02:00
Tobias Geerinckx-Rice e91a0bff01
gnu: rxcpp: Update to 4.1.0.
* gnu/packages/machine-learning.scm (rxcpp): Update to 4.1.0.
2019-05-26 05:00:50 +02:00
Tobias Geerinckx-Rice f3addff21c
gnu: libelf: Use archived home page and mirrored source.
* gnu/packages/elf.scm (libelf)[source]: Use mirror URLs.
[home-page]: Use archived home page.
2019-05-26 03:27:33 +02:00
Tobias Geerinckx-Rice dbe2dfa528
gnu: pidgin: Use HTTPS home page.
* gnu/packages/messaging.scm (pidgin)[home-page]: Use HTTPS.
2019-05-26 03:27:33 +02:00
Tobias Geerinckx-Rice 569958aeb5
gnu: pidgin: Add network-manager support.
* gnu/packages/messaging.scm (pidgin)[inputs]: Add network-manager.
[arguments]: Undisable it in #:configure-flags.
2019-05-26 03:27:33 +02:00
Tobias Geerinckx-Rice 0fcb0e5076
gnu: pidgin: Update to 2.13.0.
* gnu/packages/messaging.scm (pidgin): Update to 2.13.0.
2019-05-26 03:27:33 +02:00
Tobias Geerinckx-Rice a4cf65c804
gnu: pidgin: Don't use NAME in source URI.
* gnu/packages/messaging.scm (pidgin)[source]: Hard-code NAME.
2019-05-26 03:27:33 +02:00
Tobias Geerinckx-Rice 8a8597819e
gnu: duplicity: Update to 0.7.19.
* gnu/packages/backup.scm (duplicity): Update to 0.7.19.
2019-05-26 03:27:33 +02:00
Reza Alizadeh Majd ed90104cc8
services: sddm: Fix root login failure issue.
* gnu/services/sddm.scm (sdm-pam-service): Set uid from CONFIG.
(sdm-autologin-pam-service): Set uid from CONFIG.
(sdm-pam-services): Pass CONFIG to 'sddm-pam-service' and
'sddm-autologin-pam-service'.
* doc/guix.texi (X Window): Adjust 'minimum-uid' documentation.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-05-26 01:34:16 +02:00
Arun Isaac 336674549d
services: cgit: Fix typo.
* gnu/services/cgit.scm (cgit-configuration)[root-readme]: Replace "thef" with
"the".
2019-05-25 15:58:03 +05:30
Kei Kebreau 41cdaf47e1
gnu: squirrel: Fix build.
This follows commit 9d0c291e3e.

* gnu/packages/squirrel.scm: Adjust module reference.
2019-05-25 06:08:23 -04:00
Brian Leung 7547648091
gnu: emacs-lispy: Update to 0.27.0.
* gnu/packages/emacs-xyz.scm (emacs-lispy): Update to 0.27.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-05-25 11:52:37 +02:00
Brian Leung c799fd63f6
gnu: emacs-avy: Update to 0.5.0.
* gnu/packages/emacs-xyz.scm (emacs-avy): Update to 0.5.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-05-25 11:52:37 +02:00
Brian Leung eea4ed9869
gnu: emacs-highlight-symbol: Update to 1.3.1-7a789c7.
* gnu/packages/emacs-xyz.scm (emacs-highlight-symbol): Update to 1.3.1-7a789c7.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
2019-05-25 11:52:33 +02:00
Arun Isaac d2928fa63f
linux-container: Check if nscd run directory exists when container is run.
* gnu/system/linux-container.scm (containerized-operating-system):
(container-script): Check for existence of the host nscd run directory in the
container script. This check should be run when the container is started, not
when the container script is created.
[network-mappings]: Delete variable.
[nscd-run-directory, nscd-mapping]: New variables.
2019-05-25 11:06:22 +05:30
Kei Kebreau 8698d986db
gnu: supertux: Update to 0.6.0.
* gnu/packages/games.scm (supertux): Update to 0.6.0.
[source]: Add patches.
[arguments]: Add -DUSE_SYSTEM_PHYSFS=ON. Add 'patch-squirrel-path' phase.
[inputs]: Add freetype and squirrel.
* gnu/packages/patches/supertux-fix-build-with-gcc5.patch,
gnu/packages/patches/supertux-unbundle-squirrel.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
2019-05-24 21:00:15 -04:00
Kei Kebreau 608d148c50
gnu: squirrel: Install headers and documentation.
* gnu/packages/squirrel.scm (squirrel)[arguments]: Disable building static
libraries. Add 'install-documentation' and 'install-headers' phases.
[native-inputs]: Add python-sphinx.
2019-05-24 21:00:15 -04:00
Kei Kebreau 03b630686f
gnu: squirrel: Build from a source archive instead of a Git checkout.
* gnu/packages/squirrel.scm (squirrel)[source]: Use url-fetch and adjust the
source URL accordingly.
2019-05-24 21:00:15 -04:00
Marius Bakke dbe533292b
gnu: help2man: Update to 1.47.10.
* gnu/packages/man.scm (help2man/latest): Update to 1.47.10.
2019-05-24 21:54:32 +02:00
Marius Bakke ceb1936aa4
gnu: python-markdown: Update to 3.1.1.
* gnu/packages/python-xyz.scm (python-markdown): Update to 3.1.1.
2019-05-24 21:54:32 +02:00
Marius Bakke 0cb9bacbfa
gnu: perl: Update home page.
* gnu/packages/perl.scm (perl)[home-page]: Use HTTPS.
2019-05-24 21:54:32 +02:00
Marius Bakke 6eceb2d445
gnu: Add python-sphinxcontrib-qthelp.
* gnu/packages/sphinx.scm (python-sphinxcontrib-qthelp): New public variable.
2019-05-24 21:54:32 +02:00
Marius Bakke 72f278a0ff
gnu: Add python-sphinxcontrib-htmlhelp.
* gnu/packages/sphinx.scm (python-sphinxcontrib-htmlhelp): New public variable.
2019-05-24 21:54:32 +02:00
Marius Bakke 67be8943c3
gnu: Add python-sphinxcontrib-jsmath.
* gnu/packages/sphinx.scm (python-sphinxcontrib-jsmath): New public variable.
2019-05-24 21:54:31 +02:00
Marius Bakke 62ad0c8b0f
gnu: Add python-sphinxcontrib-devhelp.
* gnu/packages/sphinx.scm (python-sphinxcontrib-devhelp): New public variable.
2019-05-24 21:54:31 +02:00
Marius Bakke bc2a3f7c62
gnu: Add python-sphinxcontrib-applehelp.
* gnu/packages/sphinx.scm (python-sphinxcontrib-applehelp): New public variable.
2019-05-24 21:54:31 +02:00
Marius Bakke c5c55a9f2c
gnu: Add python-sphinxcontrib-serializinghtml.
* gnu/packages/sphinx.scm (python-sphinxcontrib-serializinghtml): New public
variable.
2019-05-24 21:54:31 +02:00
Marius Bakke 9d0c291e3e
gnu: Move Sphinx and friends to (gnu packages sphinx).
* gnu/packages/python-xyz.scm (python-sphinxcontrib-websupport,
python2-sphinxcontrib-websupport, python-sphinx, python2-sphinx,
python-sphinx-gallery, python2-sphinx-gallery, python-sphinx-rtd-theme,
python2-sphinx-rtd-theme, python-guzzle-sphinx-theme,
python2-guzzle-sphinx-theme, python-sphinxcontrib-newsfeed,
python-sphinxcontrib-programoutput, python2-sphinxcontrib-programoutput,
python-sphinx-repoze-interface, python2-sphinx-repoze-interface,
python-sphinx-cloud-sptheme, python2-sphinx-cloud-sptheme,
python-sphinx-alabaster-theme, python2-sphinx-alabaster-theme,
python-sphinx-me, python-sphinxcontrib-svg2pdfconverter): Move to ...
(gnu):
* gnu/packages/sphinx.scm: ... here.  New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/packages/admin.scm, gnu/packages/bioinformatics.scm,
gnu/packages/calendar.scm, gnu/packages/cluster.scm,
gnu/packages/databases.scm, gnu/packages/dav.scm, gnu/packages/disk.scm,
gnu/packages/django.scm, gnu/packages/elf.scm, gnu/packages/emacs-xyz.scm,
gnu/packages/emulators.scm, gnu/packages/finance.scm, gnu/packages/image.scm,
gnu/packages/libffi.scm, gnu/packages/mail.scm, gnu/packages/mpd.scm,
gnu/packages/openstack.scm, gnu/packages/pdf.scm, gnu/packages/python-web.scm,
gnu/packages/search.scm, gnu/packages/statistics.scm,
gnu/packages/storage.scm, gnu/packages/sync.scm, gnu/packages/terminals.scm,
gnu/packages/tls.scm, gnu/packages/web.scm: Adjust module imports.
2019-05-24 21:54:31 +02:00
Marius Bakke a52c807a39
gnu: postgresql: Replace with 10.8 [security fixes].
This fixes CVE-2019-10129 and CVE-2019-10130.

* gnu/packages/databases.scm (postgresql)[replacement]: New field.
(postgresql-10.8): New variable.
2019-05-24 21:54:30 +02:00
Dan Frumin 66fbffde1f
gnu: Add coq-stdpp.
* gnu/packages/coq.scm (coq-stdpp): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-24 18:24:16 +02:00
Reza Alizadeh Majd 8f5371d083
gnu: lxqt-panel: fix taskbar plugin's application list issue.
* gnu/packages/lxqt.scm (lxqt-panel): move `kwindowsystem` from `inputs`
to `propagated-inputs`

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-24 18:24:16 +02:00
Reza Alizadeh Majd 42f3eb2e7f
gnu: lxqt-session: fix lxqt-rc.xml permission issue
* gnu/packages/lxqt.scm (lxqt-session): add write permission to
lxqt-rc.xml file after initial copy to user directory

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-05-24 18:24:16 +02:00
Andy Tai 43675ac77a
gnu: Add libjit.
* gnu/packages/assembly.scm (libjit): Add at 0.1.4

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2019-05-24 18:24:16 +02:00
Ludovic Courtès fc289fb21b
gnu: guile-next: Update to 2.9.2.
* gnu/packages/guile.scm (guile-next): Update to 2.9.2.
2019-05-24 18:24:16 +02:00
Jakob L. Kreuze fc16bbb7aa
gnu: Add chocolate-doom.
* gnu/packages/games.scm (chocolate-doom): New variables.
2019-05-24 10:49:49 -04:00
Rutger Helling b019965cc5
gnu: gajim-omemo: Update to 2.6.29.
* gnu/packages/messaging.scm (gajim-omemo): Update to 2.6.29.
2019-05-24 08:14:44 +02:00
Tobias Geerinckx-Rice e26d628b0f
gnu: parallel: Update to 20190522.
* gnu/packages/parallel.scm (parallel): Update to 20190522.
2019-05-23 22:07:48 +02:00
Efraim Flashner 234999497d
gnu: wgetpaste: Remove dead paste site.
* gnu/packages/wget.scm (wgetpaste)[arguments]: Add custom phase to
remove newly defunct paste site.
2019-05-23 20:58:47 +03:00
Pierre Neidhardt e4ff9dffe7
gnu: Add ioquake3.
* gnu/packages/game-development.scm (ioquake3): New variable.
2019-05-23 18:55:21 +02:00
Marius Bakke cee9b0566d
gnu: strace: Update to 5.1.
* gnu/packages/linux.scm (strace): Update to 5.1.
2019-05-23 17:49:06 +02:00
Marius Bakke 3d3c07f3ee
gnu: notmuch: Update to 0.28.4.
* gnu/packages/mail.scm (notmuch): Update to 0.28.4.
[native-inputs]: Change PYTHON-2 and PYTHON2-DOCUTILS to PYTHON and
PYTHON-DOCUTILS.
2019-05-23 17:49:06 +02:00
Nicolas Goaziou f41378b797
gnu: silkaj: Update to 0.7.0.
* gnu/packages/finance.scm (silkaj): Update to 0.7.0.
[inputs]: Add python-texttable.
2019-05-23 16:52:55 +02:00
Nicolas Goaziou 3425fbc69f
gnu: flare-game: Update to 1.10.
* gnu/packages/games.scm (flare-game): Update to 1.10.
2019-05-23 16:46:45 +02:00
Nicolas Goaziou 729f0ccbb5
gnu: flare-engine: Update to 1.10.
* gnu/packages/games.scm (flare-engine): Update to 1.10.
2019-05-23 16:46:32 +02:00
Ricardo Wurmus a9150d4c23
gnu: salmon: Update to 0.13.1.
* gnu/packages/bioinformatics.scm (salmon): Update to 0.13.1.
[arguments]: Adjust "do-not-look-for-boost" build phase; adjust
"prepare-rapmap" phase; adjust "use-system-libraries" phase.
[inputs]: Remove bwa, jellyfish, spdlog-for-salmon.
[native-inputs]: Add pkg-config.
(spdlog-for-salmon, bwa-for-salmon): Remove variables.
2019-05-23 16:32:21 +02:00
Nicolas Goaziou f918a296e8
gnu: python-duniterpy: Update to 0.54.1.
* gnu/packages/finance.scm (python-duniterpy): Update to 0.54.1.
2019-05-23 16:23:03 +02:00
Nicolas Goaziou 6406badb2a
gnu: wireshark: Update to 3.0.2.
* gnu/packages/networking.scm (wireshark): Update to 3.0.2.
2019-05-23 16:16:55 +02:00
Nicolas Goaziou 0f3794fb7c
gnu: keepassxc: Update to 2.4.1.
* gnu/packages/password-utils.scm (keepassxc): Update to 2.4.1.
[arguments]: Disable update checking.
[inputs]: Add qrencode and qtsvg.
2019-05-23 14:53:36 +02:00
Andy Tai 39d655f8cf
gnu: Add squirrel.
* gnu/packages/squirrel.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2019-05-22 21:36:45 -04:00
Vagrant Cascadian f8df47633c
gnu: git-daemon-service-type: Fix typo "repositories".
* gnu/services/version-control (git-daemon-service-type)[description]: Fix typo.
2019-05-22 18:30:10 -07:00
Vagrant Cascadian f3a2c29750
gnu: darkstat-service-type: Fix typo "statistics".
* gnu/services/monitoring (darkstat-service-type)[description]: Fix typo.
2019-05-22 18:30:08 -07:00
Vagrant Cascadian dcdafc6e18
gnu: xf86-input-joystick: Fix typo "control".
* gnu/packages/xorg (xf86-input-joystick)[description]: Fix typo.
2019-05-22 18:30:05 -07:00
Vagrant Cascadian c284dffcbe
gnu: renderproto: Fix typo "protocol".
* gnu/packages/xorg (renderproto)[description]: Fix typo.
2019-05-22 18:30:03 -07:00
Vagrant Cascadian 168d5634a6
gnu: xautomation: Fix typo "programs".
* gnu/packages/xdisorg (xautomation)[description]: Fix typo.
2019-05-22 18:30:00 -07:00
Vagrant Cascadian 4ba51e22c7
gnu: nghttp2: Fix typo "compatibility".
* gnu/packages/web (nghttp2)[description]: Fix typo.
2019-05-22 18:29:58 -07:00
Vagrant Cascadian 1bb5085694
gnu: python-internetarchive: Fix typo "programmatic".
* gnu/packages/web (python-internetarchive)[description]: Fix typo.
2019-05-22 18:29:55 -07:00
Vagrant Cascadian e54af3225d
gnu: ruby-markaby: Fix typo "Embedded".
* gnu/packages/ruby (ruby-markaby)[description]: Fix typo.
2019-05-22 18:29:52 -07:00
Vagrant Cascadian 50fceab07e
gnu: python-honcho: Fix typo "several".
* gnu/packages/python-xyz (python-honcho)[description]: Fix typo.
2019-05-22 18:29:50 -07:00
Vagrant Cascadian 7cc9ef9c20
gnu: perl-text-csv-xs: Fix typo "Routines".
* gnu/packages/perl (perl-text-csv-xs)[synopsis]: Fix typo.
2019-05-22 18:29:47 -07:00
Vagrant Cascadian 95480b9b51
gnu: perl-moox-handlesvia: Fix typo "attribute".
* gnu/packages/perl (perl-moox-handlesvia)[description]: Fix typo.
2019-05-22 18:29:45 -07:00
Vagrant Cascadian 55f54fb921
gnu: perl-data-uniqid: Fix typo "system".
* gnu/packages/perl (perl-data-uniqid)[description]: Fix typo.
2019-05-22 18:29:43 -07:00
Vagrant Cascadian d6901d933b
gnu: pdfposter: Fix typo "multiple".
* gnu/packages/pdf (pdfposter)[description]: Fix typo.
2019-05-22 18:29:40 -07:00
Vagrant Cascadian 37c5b197bb
gnu: ocaml-compiler-libs: Fix typo "package".
* gnu/packages/ocaml (ocaml-compiler-libs)[description]: Fix typo.
2019-05-22 18:29:38 -07:00
Vagrant Cascadian 86912a67ac
gnu: ocaml-migrate-parsetree: Fix typo "converter".
* gnu/packages/ocaml (ocaml-migrate-parsetree)[synopsis]: Fix typo.
2019-05-22 18:29:36 -07:00
Vagrant Cascadian 57e69c1d2e
gnu: mumps: Fix typo "Gaussian".
* gnu/packages/maths (mumps)[description]: Fix typo.
2019-05-22 18:29:33 -07:00
Vagrant Cascadian 245289f8dd
gnu: lxqt-policykit: Fix typo "authentication".
* gnu/packages/lxqt (lxqt-policykit)[description]: Fix typo.
2019-05-22 18:29:30 -07:00
Vagrant Cascadian c42dcaa91e
gnu: ghc-persistent: Fix typo "systems".
* gnu/packages/haskell (ghc-persistent)[description]: Fix typo.
2019-05-22 18:22:09 -07:00
Vagrant Cascadian b5cfc89f2d
gnu: ghc-reflection: Fix typo "propagating".
* gnu/packages/haskell (ghc-reflection)[description]: Fix typo.
2019-05-22 18:22:03 -07:00
Vagrant Cascadian 7306eb5cf5
gnu: ghc-aeson-pretty: Fix typo "readability".
* gnu/packages/haskell-web (ghc-aeson-pretty)[description]: Fix typo.
2019-05-22 18:22:01 -07:00
Vagrant Cascadian 2ec41781d5
gnu: go-github-com-btcsuite-btcd-btcec: Fix typo "significantly".
* gnu/packages/golang (go-github-com-btcsuite-btcd-btcec)[description]: Fix
  typo.
2019-05-22 18:21:58 -07:00
Vagrant Cascadian a95b643630
gnu: go-github-com-docker-distribution: Correct grammar and spelling.
* gnu/packages/golang (go-github-com-docker-distribution)[description]:
  Correct grammar and spelling.
  [synopsis]: Correct grammar and spelling.
2019-05-22 18:21:56 -07:00
Vagrant Cascadian ae03ce0f2f
gnu: go-github-com-google-cadvisor: Fix typo "performance".
* gnu/packages/golang (go-github-com-google-cadvisor)[description]: Fix typo.
2019-05-22 18:21:54 -07:00
Vagrant Cascadian ce97f33656
gnu: go-golang-org-x-net-context: Fix typo "cancellation".
* gnu/packages/golang (go-golang-org-x-net-context)[description]: Fix typo.
2019-05-22 18:21:51 -07:00
Vagrant Cascadian b55b96a73c
gnu: go-github-com-petermattis-goid: Fix typo "programmatically".
* gnu/packages/syncthing (go-github-com-petermattis-goid)[description]: Fix
  typo.
2019-05-22 18:21:49 -07:00
Vagrant Cascadian 4ca7207be2
gnu: python-docopt: Fix typo "programmatically".
* gnu/packages/python-xyz (python-docopt)[description]: Fix typo.
2019-05-22 18:21:46 -07:00
Vagrant Cascadian 5c6b576ab8
gnu: go-github-com-tj-docopt: Fix typo "programmatically".
* gnu/packages/golang (go-github-com-tj-docopt)[description]: Fix typo.
2019-05-22 18:21:44 -07:00
Vagrant Cascadian e16b44a20c
gnu: font-tamzen: Fix typo "programmatically".
* gnu/packages/fonts (font-tamzen)[description]: Fix typo.
2019-05-22 18:21:42 -07:00
Vagrant Cascadian add43093ac
gnu: dbus-c++: Fix typo "language".
* gnu/packages/glib (dbus-c++)[description]: Fix typo.
2019-05-22 18:21:39 -07:00
Vagrant Cascadian afe02c1a12
gnu: infiniband-diags: Fix typo "diagnostic".
* gnu/packages/fabric-management (infiniband-diags)[description]: Fix typo.
2019-05-22 18:21:35 -07:00
Vagrant Cascadian a265b400b4
gnu: emacs-noflet: Fix typo "lets you".
* gnu/packages/emacs-xyz (emacs-noflet)[description]: Fix typo.
2019-05-22 18:21:33 -07:00
Vagrant Cascadian b9c0d5446c
gnu: emacs-lsp-mode: Fix typo "implementation".
* gnu/packages/emacs-xyz (emacs-lsp-mode)[description]: Fix typo.
2019-05-22 18:21:31 -07:00
Vagrant Cascadian 4dc559ab49
gnu: emacs-groovy-modes: Fix typo "highlighting".
* gnu/packages/emacs-xyz (emacs-groovy-modes)[description]: Fix typo.
2019-05-22 18:21:28 -07:00
Vagrant Cascadian 0a71b5dc09
gnu: emacs-evil-surround: Fix typo "parentheses".
* gnu/packages/emacs-xyz (emacs-evil-surround)
  [synopsis]: Fix typo.
  [description]: Fix typo.
2019-05-22 18:21:26 -07:00
Vagrant Cascadian 27513c441c
gnu: emacs-lua-mode: Fix typo "programming".
* gnu/packages/emacs-xyz (emacs-lua-mode)[description]: Fix typo.
2019-05-22 18:21:23 -07:00
Vagrant Cascadian 7d4e465e33
gnu: emacs-sly: Fix typo "familiar".
* gnu/packages/emacs-xyz (emacs-sly)[description]: Fix typo.
2019-05-22 18:21:21 -07:00
Vagrant Cascadian 028dab34db
gnu: emacs-rspec: Fix typo "corresponding".
* gnu/packages/emacs-xyz (emacs-rspec)[description]: Fix typo.
2019-05-22 18:21:19 -07:00
Vagrant Cascadian 784c3da11e
gnu: hdf5-parallel-openmpi: Fix typo "explicitly".
* gnu/packages/maths (hdf5-parallel-openmpi): Fix typo.
2019-05-22 18:21:16 -07:00
Vagrant Cascadian 6a16b8aa68
gnu: kicad: Fix typo "explicitly".
* gnu/packages/engineering (kicad): Fix typo in comment.
2019-05-22 18:21:14 -07:00
Vagrant Cascadian f457397ad7
gnu: stress-make: Fix typo "explicitly".
* gnu/packages/debug (stress-make)[description]: Fix typo.
2019-05-22 18:21:11 -07:00
Vagrant Cascadian d087a3a6c1
gnu: python-trollius-redis: Fix typo "asynchronous".
* gnu/packages/databases (python-trollius-redis)[description]: Fix typo.
2019-05-22 18:09:47 -07:00
Vagrant Cascadian 49369a0130
gnu: r-capushe: Fix typo "penalties".
* gnu/packages/cran (r-capushe)[description]: Fix typo.
2019-05-22 18:09:44 -07:00
Vagrant Cascadian 6fa0914a5c
gnu: java-ops4j-pax-tinybundles: Fix typo "convenient".
* gnu/packages/java (java-ops4j-pax-tinybundles)[description]: Fix typo.
2019-05-22 18:09:40 -07:00
Vagrant Cascadian 7fef0800b3
gnu: go-github.com-smartystreets-assertions: Fix typo "convenient".
* gnu/packages/check (go-github.com-smartystreets-assertions)[description]:
  Fix typo.
2019-05-22 18:09:38 -07:00
Vagrant Cascadian bf70490223
gnu: umi-tools: Fix typo "containing".
* gnu/packages/bioinformatics (umi-tools)[description]: Fix typo.
2019-05-22 18:09:35 -07:00
Vagrant Cascadian df5fb3ca28
gnu: r-gage: Fix typo "functions".
* gnu/packages/bioinformatics (r-gage)[description]: Fix typo.
2019-05-22 18:09:32 -07:00
Vagrant Cascadian 222eb1141b
gnu: bdfresize: Fix typo "This package".
* gnu/packages/xorg (bdfresize)[description]: Fix typo.
2019-05-22 18:09:29 -07:00