3
5
Fork 0
mirror of git://git.savannah.gnu.org/guix.git synced 2023-12-14 03:33:07 +01:00
Commit graph

45482 commits

Author SHA1 Message Date
John Soo
d492a69e58
gnu: Add rust-libm-0.1.
* gnu/packages/crates-io.scm (rust-libm-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-05 13:34:27 +02:00
John Soo
059a79e416
gnu: Add rust-autocfg-1.0.
* gnu/packages/crates-io.scm (rust-autocfg-1.0): New variable.
(rust-autocfg-0.1): Inherit from rust-autocfg-1.0.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-05 13:34:27 +02:00
John Soo
bbeb6f11a4
gnu: rust-num-traits-0.2: Don't hide package.
* gnu/packages/crates-io.scm (rust-num-traits-0.2):[arguments] Add
rust-autocfg-0.1 to cargo-inputs.
[properties] Remove field.
(rust-num-traits-0.1):[arguments] Add rust-num-traits-0.2 to
cargo-inputs.
[properties]: Remove field.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-05 13:34:26 +02:00
John Soo
7f34c33085
gnu: Add rust-libm-0.2.
* gnu/packages/crates-io.scm (rust-libm-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-05 13:34:26 +02:00
John Soo
743ead2b47
gnu: Add rust-nom-1.2.
* gnu/packages/crates-io.scm (rust-nom-1.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-05 13:34:26 +02:00
John Soo
db4dcf73ec
gnu: Add rust-iso8601-0.1.
* gnu/packages/crates-io.scm (rust-iso8601-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-05 13:34:25 +02:00
John Soo
57d9470466
gnu: Add rust-pad-0.1.
* gnu/packages/crates-io.scm (rust-pad-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-05 13:34:25 +02:00
John Soo
297bd74002
gnu: Add rust-no-panic-0.1.
* gnu/packages/crates-io.scm (rust-no-panic-0.1): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-05 13:34:25 +02:00
John Soo
96956ce8e2
gnu: Add rust-locale-0.2.
* gnu/packages/crates-io.scm (rust-locale-0.2): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-05 13:34:21 +02:00
Guillaume Le Vaillant
00a9a9365b
gnu: sbcl-chanl: Update to 0.4.1-1-56e90a1.
* gnu/packages/lisp-xyz.scm (sbcl-chanl): Update to 0.4.1-1-56e90a1.
  (ecl-chanl)[arguments]: Remove disable-chanl-actors phase.
2020-02-05 11:34:26 +01:00
Konrad Hinsen
c6397e3e4c
gnu: Add cl-hdf5-cffi.
* gnu/packages/lisp-xyz.scm (sbcl-hdf5-cffi, cl-hdf5-cffi, ecl-hdf5-cffi): New
  variables.

Signed-off-by: Guillaume Le Vaillant <glv@posteo.net>
2020-02-05 10:42:15 +01:00
Amin Bandali
b2a6a78400
gnu: Add pamixer.
* gnu/packages/pulseaudio.scm (pamixer): New variable.

Signed-off-by: Leo Famulari <leo@famulari.name>
2020-02-04 19:29:33 -05:00
Nicolas Goaziou
861bd91b9a
gnu: emacs-yasnippet-snippets: Update to 0.20.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet-snippets): Update to 0.20.
[arguments]: Remove unnecessary modules.
[license]: Change to GPL3+.

Note: the new official release is "0.20" whereas previous package used
arbitrary "1-1". This may prevent users with this package already installed
from updating.
2020-02-05 00:39:57 +01:00
Ivan Vilata-i-Balaguer
892be267ee
gnu: mutt: Enable Autocrypt support.
* gnu/packages/mail.scm (mutt)[inputs]: Add libidn2 and sqlite.
[arguments]<#:configure-flags>: Add "--enable-autocrypt", "--with-sqlite3" and
"--with-idn2".

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05 00:21:27 +01:00
Giacomo Leidi
e3d80f3c1c
gnu: Add gnome-shell-extension-appindicator.
* gnu/packages/gnome-xyz.scm (gnome-shell-extension-appindicator): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05 00:21:27 +01:00
Giacomo Leidi
6e43e1eee8
gnu: Add stb-truetype.
* gnu/packages/stb.scm (stb-truetype): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05 00:21:27 +01:00
Giacomo Leidi
8a4c7be4c8
gnu: Add stb-sprintf.
* gnu/packages/stb.scm (stb-sprintf): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05 00:21:27 +01:00
Evan Straw
c4f967062a
gnu: Add redsea.
* gnu/packages/ham-radio.scm (redsea): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05 00:21:27 +01:00
Evan Straw
f08345225d
gnu: liquid-dsp: Remove unused module imports.
* gnu/packages/sdr.scm (liquid-dsp): Remove unused module imports.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2020-02-05 00:21:27 +01:00
Nicolas Goaziou
da355a67a0
gnu: emacs-yasnippet: Update to 0.14.0.
* gnu/packages/emacs-xyz.scm (emacs-yasnippet): Update to 0.14.0.
2020-02-04 23:46:42 +01:00
Ricardo Wurmus
0d4b40593b
gnu: yoshimi: Update to 1.7.0.1.
* gnu/packages/music.scm (yoshimi): Update to 1.7.0.1.
2020-02-04 18:08:40 +01:00
Guillaume Le Vaillant
b23e6f5d9a
gnu: sbcl-usocket: Update to 0.8.3.
* gnu/packages/lisp-xyz.scm (sbcl-usocket-boot0): Update to 0.8.3 and don't
  make this variable public.
  (sbcl-usocket-server)[inputs]: Replace portable-threads by bordeaux-threads.
  (ecl-socket): Rename variable to ecl-usocket.
2020-02-04 16:33:56 +01:00
Guillaume Le Vaillant
f6a6f085a4
gnu: Add ecl-static-vectors.
* gnu/packages/lisp-xyz.scm (ecl-static-vectors): New variable.
2020-02-04 16:33:56 +01:00
Guillaume Le Vaillant
ba55cbda75
gnu: sbcl-static-vectors: Update to 1.8.4.
* gnu/packages/lisp-xyz.scm (sbcl-static-vectors): Update to 1.8.4.
2020-02-04 16:33:56 +01:00
Guillaume Le Vaillant
dbf6de5881
gnu: sbcl-swap-bytes: Update to 1.2.
* gnu/packages/lisp-xyz.scm (sbcl-swap-bytes): Update to 1.2.
  [arguments]: Don't ignore tests.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant
92da05885c
gnu: sbcl-split-sequence: Update to 2.0.0.
* gnu/packages/lisp-xyz.scm (sbcl-split-sequence): Update to 2.0.0.
  [native-inputs]: Add fiveam.
  [arguments]: Don't ignore tests.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant
54dc3ba2fb
gnu: Add ecl-cl-ppcre-unicode.
* gnu/packages/lisp-xyz.scm (ecl-cl-ppcre-unicode): New variable.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant
6fdfef668a
gnu: sbcl-cl-unicode: Update to 0.1.6.
* gnu/packages/lisp-xyz.scm (sbcl-cl-unicode-base): Update to 0.1.6.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant
6c87442548
gnu: sbcl-cl-ppcre: Update to 2.1.1.
* gnu/packages/lisp-xyz.scp (sbcl-cl-ppcre): Update to 2.1.1.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant
6b0604fd43
gnu: sbcl-flexi-streams: Update to 1.0.18.
* gnu/packages/lisp-xyz.scm (sbcl-flexi-streams): Update to 1.0.18.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant
10ac723ba7
gnu: Add ecl-drakma.
* gnu/packages/lisp-xyz (ecl-drakma): New variable.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant
a2b6b97315
gnu: sbcl-drakma: Update to 2.0.7.
* gnu/packages/lisp-xyz.scm (sbcl-drakma): Update to 2.0.7.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant
f0d9eaca69
gnu: sbcl-cl-fad: Update to 0.7.6.
* gnu/packages/lisp-xyz.scm (sbcl-cl-fad): Update to 0.7.6.
2020-02-04 16:33:55 +01:00
Guillaume Le Vaillant
5a64785019
gnu: sbcl-bordeaux-threads: Update to 0.8.7.
* gnu/packages/lisp-xyz.scm (sbcl-bordeaux-threads): Update to 0.8.7.
2020-02-04 16:33:54 +01:00
cf10627bf2
gnu: netsurf: Use https.
* gnu/packages/web.scm (netsurf-buildsystem, libparserutils, hubbub,
libwapcaplet, libcss, libdom, libsvgtiny, libnsbmp, libnsgif, libnslog,
libnsutils, libnspsl, nsgenbind, netsurf, netsurf-buildsystem)
[source, home-page]: Use https.
2020-02-04 14:12:18 +02:00
2038777833
gnu: netsurf: Build with gtk+-3.
* gnu/packages/web.scm (netsurf)[inputs]: Remove gtk+-2, add gtk+.
[arguments]: Add makeflag to target gtk3.
2020-02-04 14:09:33 +02:00
Kyle Meyer
bfd3473a45
gnu: git-annex: Update to 7.20200202.7.
* gnu/packages/haskell-apps.scm (git-annex): Update to 7.20200202.7.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-04 13:39:40 +02:00
Eric Bavier
f1452776ac
gnu: netsurf: Fix entity parsing.
Follow-up to commit 31afa654c5.

* gnu/packages/web.scm (netsurf)[arguments]: In 'adjust-welcome' phase, ensure
html entities are parsed and find their way back to the output.

Signed-off-by: Tobias Geerinckx-Rice <me@tobias.gr>
2020-02-04 12:30:32 +01:00
Jakub Kądziołka
52e7bcfd89
gnu: Add grip.
* gnu/packages/python-web.scm (grip): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-04 12:11:30 +02:00
Jakub Kądziołka
0021363d1b
gnu: Add python-path-and-address.
* gnu/packages/python-web.scm (python-path-and-address): New variable.

Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2020-02-04 12:09:24 +02:00
Pierre Neidhardt
e4a88925b4
gnu: emacs-wgrep: Update to 2.3.2.
* gnu/packages/emacs-xyz.scm (emacs-wgrep): Update to 2.3.2.
2020-02-04 10:55:01 +01:00
Brett Gilio
a42f14204a
gnu: python-language-server: Update to 0.31.7.
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.31.7.
2020-02-03 15:24:51 -06:00
Leo Famulari
ca5e404f9a
gnu: QEMU: Fix CVE-2020-1711.
* gnu/packages/patches/qemu-CVE-2020-1711.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
2020-02-03 12:04:17 -05:00
Jack Hill
692c4b3b44
gnu: qutebrowser: Update to 1.10.0
* gnu/packages/web-browsers.scm (qutebrowser): Update to 1.10.0.
2020-02-03 17:20:59 +01:00
Guillaume Le Vaillant
17c015c909
gnu: sbcl-graph: Fix build.
Rename the asd files so that they have the same name as the ASDF
system definitions.

* gnu/packages/lisp-xyz.scm (sbcl-graph)[arguments]: Use 'graph-test.asd'
  instead of 'graph.test.asd' for test-asd-file.
  (sbcl-graph-dot)[arguments]: Use 'graph-dot.asd' instead of 'graph.dot.asd'
  for test-asd-file.
  (sbcl-graph-json)[arguments]: Use 'graph-json.asd' instead of
  'graph.json.asd' for test-asd-file.
* gnu/packages/patches/sbcl-graph-asdf-definitions.patch: Update accordingly.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant
7e23dcc73e
gnu: sbcl-mgl-pax: Propagate the swank source package.
* gnu/packages/lisp-xyz.scm (sbcl-mgl-pax)[inputs]: Move swank to...
  [propagated-inputs]: ... here.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant
237d58c3e4
gnu: sbcl-cffi-bootstrap: Update to 0.21.0.
* gnu/packages/lisp-xyz.scm (sbcl-cffi-bootstrap): Update to 0.21.0.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant
5d4d4c0179
gnu: Add cl-qrencode.
* gnu/packages/lisp-xyz.scm (sbcl-cl-qrencode, cl-qrencode, ecl-cl-qrencode):
  New variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant
7b875e4efd
gnu: Add cl-zpng.
* gnu/packages/lisp-xyz.scm (sbcl-zpng, cl-zpng, ecl-zpng): New variables.
2020-02-03 17:12:07 +01:00
Guillaume Le Vaillant
d165821ecc
gnu: Add cl-png-read.
* gnu/packages/lisp-xyz.scm (sbcl-png-read, cl-png-read, ecl-png-read): New
  variables.
2020-02-03 17:12:07 +01:00