1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-04-07 21:50:35 +02:00
Commit Graph

35344 Commits

Author SHA1 Message Date
Ludovic Courtès
5ddf98dadd gnu: inputattach: Build with -O2.
* gnu/packages/linux.scm (inputattach)[arguments]: Pass "-O2" to GCC.
2019-03-18 10:51:06 +01:00
Tim Gesthuizen
97ab799afe gnu: Add inputattach service.
Add a service that runs inputattach as a daemon to translate events from
serial ports.

* gnu/services/desktop.scm (<inputattach-configuration>): New record type.
* gnu/services/desktop.scm (inputattach-service-type): New service type.
* doc/guix.texi (Miscellaneous Services): Add inputattach Service
  subsubheading.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-18 10:51:06 +01:00
Tim Gesthuizen
bf2a9969a2 gnu: Add inputattach
* gnu/packages/linux.scm (inputattach): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-03-18 10:51:06 +01:00
Maxim Cournoyer
c0d43f6223 gnu: python-pandas: Update to 0.24.2.
* gnu/packages/python-xyz.scm (python-pandas): Update to 0.24.2.
[phases]{patch-which}: Add phase.
[inputs]: Add WHICH.
2019-03-17 23:15:57 -04:00
Maxim Cournoyer
667c6ef516 gnu: python-pandas: Enable Excel file format support.
* gnu/packages/python.scm (python-pandas)[phases]{check}: Re-instate the tests
  from the test_excel.py module.
* gnu/packages/python.scm (python-pandas)[propagated-inputs]: Add
  python-openpyxl and python-xlrd.
2019-03-17 23:15:57 -04:00
Maxim Cournoyer
a042d348c2 gnu: Add python-openpyxl.
* gnu/packages/python.scm (python-openpyxl): New variable.
2019-03-17 23:15:57 -04:00
Maxim Cournoyer
5591fc4f38 gnu: Add python-jdcal.
* gnu/packages/python.scm (python-jdcal): New variable.
2019-03-17 23:15:57 -04:00
Maxim Cournoyer
4caf37b0a7 gnu: Add python-et-xmlfile.
* gnu/packages/python.scm (python-et-xmlfile): New variable.
2019-03-17 23:15:57 -04:00
Tobias Geerinckx-Rice
8c72f13fd4 gnu: libcxx: Correct sha256 hash.
* gnu/packages/llvm.scm (libcxx)[source]: Fix it.
2019-03-18 01:42:51 +01:00
Oleg Pykhalov
19c0cdb9e6 gnu: tome4: Fix build.
* gnu/packages/games.scm (tome4)[source]: Patch 'src/tgl.h' in snippet.
2019-03-17 21:55:51 +03:00
Efraim Flashner
de3ed0b4d4 gnu: Add editorconfig-vim.
* gnu/packages/vim.scm (editorconfig-vim): New variable.
2019-03-17 20:33:21 +02:00
Efraim Flashner
2238211a47 gnu: Add editorconfig-core-c.
* gnu/packages/text-editors.scm (editorconfig-core-c): New variable.
2019-03-17 20:33:17 +02:00
Julien Lepiller
50ab554bd5 gnu: unison: Fix manual generation.
* gnu/packages/ocaml.scm (unison)[arguments]: Fix documentation
generation.
2019-03-17 18:37:37 +01:00
Julien Lepiller
22d1cb7ffa gnu: opam: Update to 2.0.3.
* gnu/packages/ocaml.scm (opam): Update to 2.0.3.
2019-03-17 18:37:31 +01:00
Ludovic Courtès
3822003082 gnu: console-setup: Set absolute file name of 'cat' in 'ckbcomp'.
* gnu/packages/xorg.scm (console-setup)[arguments]: Add
'patch-file-names' phase.
2019-03-17 16:30:00 +01:00
Ludovic Courtès
e6c46ec42e vm: 'expression->derivation-in-linux-vm' leads to a kernel panic upon failure.
Partially fixes <https://bugs.gnu.org/34276>.
Reported by Tobias Geerinckx-Rice <me@tobias.gr>.

* gnu/system/vm.scm (expression->derivation-in-linux-vm)[loader]: Call
'exit' when USER-BUILDER exits with a non-zero code.
2019-03-17 16:30:00 +01:00
Marius Bakke
a5c6a752fd gnu: x11perf: Update to 1.6.1.
* gnu/packages/xorg.scm (x11perf): Update to 1.6.1.
2019-03-17 16:12:32 +01:00
Marius Bakke
67b1d9a145 gnu: ceph: Add XFS support.
* gnu/packages/storage.scm (ceph)[arguments]: Adjust #:configure-flags.
[inputs]: Add XFSPROGS.
2019-03-17 16:12:32 +01:00
Marius Bakke
2f2ef9d9b9 gnu: xfsprogs: Install the headers.
* gnu/packages/linux.scm (xfsprogs)[arguments]: Add #:phases.
2019-03-17 16:12:32 +01:00
Marius Bakke
02a4efb238 gnu: ceph: Install headers to the "lib" output.
The previous provision for this has been defunct since version 12.

* gnu/packages/storage.scm (ceph)[arguments]: Remove obsolete substitution in
favor of a configure flag.
2019-03-17 16:12:32 +01:00
Tobias Geerinckx-Rice
7e148c20d2 gnu: ghc-xmonad-contrib: Update to 0.15.
* gnu/packages/wm.scm (ghc-xmonad-contrib): Update to 0.15.
2019-03-17 15:20:02 +01:00
Tobias Geerinckx-Rice
de98b91581 gnu: xmonad: Update to 0.15.
* gnu/packages/wm.scm (xmonad): Update to 0.15.
2019-03-17 15:20:02 +01:00
Tobias Geerinckx-Rice
ec9299d090 gnu: xmonad: Don't use NAME in source URI.
* gnu/packages/wm.scm (xmonad)[source]: Hard-code NAME.
2019-03-17 15:20:01 +01:00
Tobias Geerinckx-Rice
65f91295fb gnu: libxxf86dga: Update to 1.1.5.
* gnu/packages/xorg.scm (libxxf86dga): Update to 1.1.5.
Re-indent.
2019-03-17 15:20:01 +01:00
Tobias Geerinckx-Rice
e9543cf7bd gnu: xorg-cf-files: Update to 1.0.6.
* gnu/packages/xorg.scm (xorg-cf-files): Update to 1.0.6.
2019-03-17 15:20:01 +01:00
Tobias Geerinckx-Rice
4a07463e5d gnu: imake: Update to 1.0.8.
* gnu/packages/xorg.scm (imake): Update to 1.0.8.
2019-03-17 15:20:00 +01:00
Tobias Geerinckx-Rice
c8510c3108 gnu: ansible: Update to 2.7.9.
* gnu/packages/admin.scm (ansible): Update to 2.7.9.
2019-03-17 15:20:00 +01:00
Danny Milosavljevic
7311ed3f86 gnu: rust: Work around Hydra bug.
* gnu/packages/rust.scm (rust-1.20)[properties]: Work around Hydra bug.
2019-03-17 11:04:36 +01:00
Rutger Helling
707c761f1b gnu: wine-staging: Update to 4.4.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 4.4.
* gnu/packages/wine.scm (wine-staging): Update to 4.4.
2019-03-17 11:03:37 +01:00
Rutger Helling
3bce3834fa gnu: gajim-omemo: Update to 2.6.28.
* gnu/packages/messaging.scm (gajim-omemo): Update to 2.6.28.
2019-03-17 10:50:53 +01:00
Ricardo Wurmus
10451f6bac gnu: Add kaldi-gstreamer-server.
* gnu/packages/machine-learning.scm (kaldi-gstreamer-server): New variable.
2019-03-17 10:10:15 +01:00
Ricardo Wurmus
57e4592f63 gnu: Add python2-ws4py-for-kaldi-gstreamer-server.
* gnu/packages/python-web.scm (python2-ws4py-for-kaldi-gstreamer-server): New
variable.
2019-03-17 10:10:14 +01:00
Tobias Geerinckx-Rice
e3545ffcf9 gnu: lua-lpeg: Update to 1.0.2.
* gnu/packages/lua.scm (make-lua-lpeg): Update to 1.0.2.
2019-03-16 23:32:44 +01:00
Tobias Geerinckx-Rice
2c257dbfa5 gnu: perl-ev: Update to 4.25.
* gnu/packages/libevent.scm (perl-ev): Update to 4.25.
2019-03-16 23:32:44 +01:00
Tobias Geerinckx-Rice
b0aefabefc gnu: libwpd: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libwpd)[source]: Hard-code NAME.
2019-03-16 23:32:44 +01:00
Tobias Geerinckx-Rice
20fbb897da gnu: libwpg: Update to 0.3.3.
* gnu/packages/libreoffice.scm (libwpg): Update to 0.3.3.
2019-03-16 23:32:43 +01:00
Tobias Geerinckx-Rice
fbed28004d gnu: libwpg: Don't use NAME in source URI.
* gnu/packages/libreoffice.scm (libwpg)[source]: Hard-code NAME.
2019-03-16 23:32:43 +01:00
Tobias Geerinckx-Rice
4290b2655e gnu: libqxp: Update to 0.0.2.
* gnu/packages/libreoffice.scm (libqxp): Update to 0.0.2.
2019-03-16 23:32:43 +01:00
Tobias Geerinckx-Rice
8e9a84d957 gnu: libnumbertext: Update to 1.0.5.
* gnu/packages/libreoffice.scm (libnumbertext): Update to 1.0.5.
[source]: Use a release tarball.
[native-inputs]: Remove autoconf, automake, libtool, and pkg-config.
2019-03-16 23:32:43 +01:00
Tobias Geerinckx-Rice
3d0574c4f3 gnu: go-ipfs: Update to 0.4.19.
* gnu/packages/ipfs.scm (go-ipfs): Update to 0.4.19.
2019-03-16 23:32:42 +01:00
Tobias Geerinckx-Rice
cdee738e49 gnu: catimg: Update to 2.5.0.
* gnu/packages/image-viewers.scm (catimg): Update to 2.5.0.
2019-03-16 23:32:42 +01:00
Tobias Geerinckx-Rice
56d2007ea9 gnu: sxiv: Update to 25.
* gnu/packages/image-viewers.scm (sxiv): Update to 25.
[arguments]: Change renamed DEF_CPPFLAGS to CPPFLAGS.
2019-03-16 23:32:42 +01:00
Tobias Geerinckx-Rice
f54de09b78 gnu: easyrpg-player: Update to 0.6.0.
* gnu/packages/easyrpg.scm (easyrpg-player): Update to 0.6.0.
2019-03-16 23:32:42 +01:00
Tobias Geerinckx-Rice
da2a145bf6 gnu: liblcf: Update to 0.6.0.
* gnu/packages/easyrpg.scm (liblcf): Update to 0.6.0.
2019-03-16 23:32:41 +01:00
Tobias Geerinckx-Rice
a7874ac60d gnu: burp: Update to 2.3.2.
* gnu/packages/backup.scm (burp): Update to 2.3.2.
2019-03-16 23:32:41 +01:00
Ricardo Wurmus
23dbe62158 gnu: evolution: Actually fix licenses.
* gnu/packages/gnome.scm (evolution)[license]: Use LPGL2.1.
2019-03-16 23:18:06 +01:00
Ricardo Wurmus
92cfe66004 gnu: evolution: Fix typo.
* gnu/packages/gnome.scm (evolution)[license]: Fix typo.
2019-03-16 23:16:37 +01:00
Ricardo Wurmus
7d3bb43370 gnu: Add evolution.
* gnu/packages/gnome.scm (evolution): New variable.
2019-03-16 23:14:53 +01:00
Ricardo Wurmus
e1c58440bd gnu: Add ytnef.
* gnu/packages/mail.scm (ytnef): New variable.
2019-03-16 23:14:53 +01:00
Pierre Neidhardt
da33a9e42e gnu: Add emacs-nhexl-mode.
* gnu/packages/emacs-xyz.scm (emacs-nhexl-mode): New variable.
2019-03-16 20:41:15 +01:00