Commit Graph

33497 Commits

Author SHA1 Message Date
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
Pierre Neidhardt
a953423a8c
gnu: Add missing copyright.
* gnu/packages/games.scm: Do it.
2019-03-16 20:27:15 +01:00
Pierre Neidhardt
8044e58473
gnu: Add arx-libertatis.
* gnu/packages/games.scm (arx-libertatis): New variable.
2019-03-16 20:26:37 +01:00
Pierre Neidhardt
0848615300
gnu: Add gaupol.
* gnu/packages/video.scm (gaupol): New variable.
2019-03-16 16:56:29 +01:00
Pierre Neidhardt
b3aba78b7d
gnu: gst-plugins-good: Include gstgtk extension.
* gnu/packages/gstreamer.scm (gst-plugins-good)[inputs]: Add gtk+.
2019-03-16 16:56:29 +01:00
Brian Leung
2d164c9e96
gnu: Add emacs-erc-image.
* gnu/packages/emacs-xyz.scm (emacs-erc-image): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16 14:44:30 +03:00
Pierre Neidhardt
703a095e7e
gnu: emacs-helm-system-packages: Update to 20190316.
* gnu/packages/emacs-xyz.scm (emacs-helm-system-packages): Update to 20190316.
2019-03-16 12:27:39 +01:00
Brian Leung
54f51df681
gnu: Add emacs-unpackaged-el.
* gnu/packages/emacs-xyz.scm (emacs-unpackaged-el): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16 14:08:56 +03:00
Brian Leung
a671814526
gnu: Add emacs-editorconfig.
* gnu/packages/emacs-xyz.scm (emacs-editorconfig): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16 13:59:28 +03:00
Brian Leung
d82bd20348
gnu: Add emacs-eshell-z.
Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2019-03-16 13:31:39 +03:00
Mark H Weaver
4161deb454
gnu: linux-libre: Update to 5.0.2.
* gnu/packages/linux.scm (%linux-libre-version): Update to 5.0.2.
(%linux-libre-hash): Update hash.
2019-03-15 22:36:26 -04:00
Mark H Weaver
ada3d06dce
gnu: linux-libre@4.19: Update to 4.19.29.
* gnu/packages/linux.scm (%linux-libre-4.19-version): Update to 4.19.29.
(%linux-libre-4.19-hash): Update hash.
2019-03-15 22:35:33 -04:00
Mark H Weaver
9914234ca5
gnu: linux-libre@4.14: Update to 4.14.106.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.106.
(%linux-libre-4.14-hash): Update hash.
2019-03-15 22:34:43 -04:00
Mark H Weaver
eba7d5e9c9
gnu: linux-libre@4.9: Update to 4.9.163.
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.163.
2019-03-15 22:33:55 -04:00
Nicolas Goaziou
3b2cf5c826
gnu: Add toutenclic.
* gnu/packages/education.scm (toutenclic): New variable.
2019-03-16 00:30:52 +01:00
Ludovic Courtès
99aec37a78
pack: "-RR" produces PRoot-enabled relocatable binaries.
* gnu/packages/aux-files/run-in-namespace.c (exec_with_proot): New
function.
(main): When 'clone' fails, call 'rm_rf'.
[PROOT_PROGRAM]: When 'clone' fails, call 'exec_with_proot'.
* guix/scripts/pack.scm (wrapped-package): Add #:proot?.
[proot]: New procedure.
[build]: Compile with -DPROOT_PROGRAM when PROOT? is true.
* guix/scripts/pack.scm (%options): Set the 'relocatable?' value to
'proot when "-R" is passed several times.
(guix-pack): Pass #:proot? to 'wrapped-package'.
* tests/guix-pack-relocatable.sh: Use "-RR" on Intel systems that lack
user namespace support.
* doc/guix.texi (Invoking guix pack): Document -RR.
2019-03-15 23:27:59 +01:00
Ludovic Courtès
c9b3a72b67
gnu: hplip-minimal: Remove dependency on Python & co.
This reduces the closure from 432 MiB to 160 MiB.

* gnu/packages/cups.scm (hplip-minimal)[arguments]: Pass
"--enable-lite-build" and remove 'wrap-binaries' phase.
[inputs]: Remove all things Python.
2019-03-15 23:27:59 +01:00
Ludovic Courtès
ea843715b5
gnu: hplip: Do not keep reference to GCC.
Previously the 'dat2drv' and 'locatedriver' programs would be installed
to share/hplip, and thus they would not get stripped during the 'strip'
phase.  Consequently, they retained references to GCC.

* gnu/packages/cups.scm (hplip)[source](snippet): Change "data2drvdir"
and "locatedriverdir" in Makefile.in.
2019-03-15 23:27:59 +01:00
Ludovic Courtès
7a7d5f6641
gnu: hplip: Remove pre-built executable from the source.
* gnu/packages/cups.scm (hplip)[source](snippet): Remove all the files
matching 'elf-file?', not just ".so" files.  This includes the
'locatedriver' executable found in the upstream tarball.
2019-03-15 23:27:59 +01:00
Ludovic Courtès
11e1df56e2
gnu: gnome-shell: Remove references to Inkscape and more.
The reference to Inkscape was introduced in commit
45fef894eb.

* gnu/packages/gnome.scm (gnome-shell)[arguments]: Add
 #:disallowed-references and #:modules.  Replace the 'glib-or-gtk-wrap'
 phase.
2019-03-15 23:27:59 +01:00
Tobias Geerinckx-Rice
39c0a3fdb7
gnu: aisleriot: Update to 3.22.8.
* gnu/packages/gnome.scm (aisleriot): Update to 3.22.8.
2019-03-15 22:40:06 +01:00
Tobias Geerinckx-Rice
e43f622a96
gnu: aisleriot: Don't use NAME in source URI.
* gnu/packages/gnome.scm (aisleriot)[source]: Hard-code NAME.
2019-03-15 22:40:05 +01:00
Tobias Geerinckx-Rice
6457509c73
gnu: openrct2: Update to 0.2.2.
* gnu/packages/games.scm (openrct2): Update to 0.2.2.
[arguments]: Re-indent.
2019-03-15 22:40:05 +01:00
Tobias Geerinckx-Rice
924e6993aa
gnu: openrct2-objects: Update to 1.0.9.
* gnu/packages/games.scm (openrct2-objects): Update to 1.0.9.
2019-03-15 22:40:04 +01:00
Tobias Geerinckx-Rice
a9db93c10f
gnu: python-pygame: Update to 1.9.4.
* gnu/packages/game-development.scm (python-pygame): Update to 1.9.4.
[arguments]: Re-indent.
2019-03-15 22:40:04 +01:00
Tobias Geerinckx-Rice
75f66e4a39
gnu: eureka: Update to 1.24.
* gnu/packages/game-development.scm (eureka): Update to 1.24.
2019-03-15 22:40:04 +01:00
Leo Famulari
e409879a3f
gnu: skopeo: Skip the test phase.
* gnu/packages/virtualization.scm (skopeo)[arguments]: Set #:tests? #f.
2019-03-15 15:37:11 -04:00
Pierre Neidhardt
b55db49481
gnu: mkvtoolnix: Move all GUI files to the "gui" output.
* gnu/packages/video.scm (mkvtoolnix)[arguments]: Do it.
2019-03-15 20:33:34 +01:00
Tobias Geerinckx-Rice
0754f29afc
gnu: font-liberation: Update to 2.00.5.
* gnu/packages/fonts.scm (font-liberation): Update to 2.00.5.
[source, home-page]: Update project home.
2019-03-15 20:30:43 +01:00
Tobias Geerinckx-Rice
2f111f92be
gnu: libebml: Update to 1.3.7.
* gnu/packages/xml.scm (libebml): Update to 1.3.7.
[source]: Removed merged patch.
2019-03-15 20:30:43 +01:00
Tobias Geerinckx-Rice
079321fac1
gnu: libebml: Don't use NAME in source URI.
* gnu/packages/xml.scm (libebml)[source]: Hard-code NAME.
2019-03-15 20:30:43 +01:00
Tobias Geerinckx-Rice
62321a55de
gnu: sxhkd: Update to 0.6.0.
* gnu/packages/xdisorg.scm (sxhkd): Update to 0.6.0.
2019-03-15 20:30:42 +01:00
Tobias Geerinckx-Rice
77ad8a65b1
gnu: libfs: Update to 1.0.8.
* gnu/packages/xorg.scm (libfs): Update to 1.0.8.
2019-03-15 20:30:42 +01:00
Tobias Geerinckx-Rice
15ceaa910a
gnu: highlight: Update to 3.49.
* gnu/packages/pretty-print.scm (highlight): Update to 3.49.
[arguments]: Adjust SUBSTITUTE* regular expression.
2019-03-15 20:30:42 +01:00
Tobias Geerinckx-Rice
dc8621a2c1
gnu: Move protozero to (gnu packages protobuf).
* gnu/packages/geo.scm (protozero): Move from here…
* gnu/packages/protobuf.scm (protozero): …to here.
2019-03-15 20:30:41 +01:00
Tobias Geerinckx-Rice
8dfdd746e1
gnu: perl-xml-feed: Update to 0.59.
* gnu/packages/xml.scm (perl-xml-feed): Update to 0.59.
2019-03-15 20:30:41 +01:00
Tobias Geerinckx-Rice
497b8df89a
gnu: perl-async-interrupt: Update to 1.24.
* gnu/packages/perl.scm (perl-async-interrupt): Update to 1.24.
[native-inputs]: Add perl-canary-stability.
2019-03-15 20:30:41 +01:00
Tobias Geerinckx-Rice
6dc75e18fe
gnu: perl-test-writevariants: Update to 0.014.
* gnu/packages/perl-check.scm (perl-test-writevariants): Update to 0.014.
[propagated-inputs]: Add perl-module-runtime.
2019-03-15 20:30:40 +01:00
Tobias Geerinckx-Rice
677aca12b7
gnu: perl-test-yaml: Update to 1.07.
* gnu/packages/perl-check.scm (perl-test-yaml): Update to 1.07.
2019-03-15 20:28:16 +01:00
Tobias Geerinckx-Rice
e750f1fcdc
gnu: perl-test-trap: Update to 0.3.4.
* gnu/packages/perl-check.scm (perl-test-trap): Update to 0.3.4.
2019-03-15 18:40:46 +01:00
Tobias Geerinckx-Rice
960f2ade7e
gnu: perl-test-simple: Update to 1.302162.
* gnu/packages/perl-check.scm (perl-test-simple): Update to 1.302162.
2019-03-15 18:40:46 +01:00
Tobias Geerinckx-Rice
a48d560f40
gnu: perl-test-sharedfork: Update to 0.35.
* gnu/packages/perl-check.scm (perl-test-sharedfork): Update to 0.35.
2019-03-15 18:40:46 +01:00
Tobias Geerinckx-Rice
17ed9595a5
gnu: perl-test-mocktime: Update to 0.17.
* gnu/packages/perl-check.scm (perl-test-mocktime): Update to 0.17.
2019-03-15 18:40:45 +01:00
Tobias Geerinckx-Rice
5c360e48db
gnu: perl-test-mockobject: Run tests.
* gnu/packages/perl-check.scm (perl-test-mockobject)[arguments]: Re-enable tests.
[native-inputs]: Add perl-cgi.
2019-03-15 18:40:45 +01:00
Tobias Geerinckx-Rice
cb5c64c6f5
gnu: perl-test-mockobject: Update to 1.20180705.
* gnu/packages/perl-check.scm (perl-test-mockobject): Update to 1.20180705.
2019-03-15 18:40:44 +01:00
Tobias Geerinckx-Rice
e1abfc7679
gnu: perl-test-manifest: Update to 2.021.
* gnu/packages/perl-check.scm (perl-test-manifest): Update to 2.021.
2019-03-15 18:40:44 +01:00
Tobias Geerinckx-Rice
39199eb440
gnu: perl-test-harness: Update to 3.42.
* gnu/packages/perl-check.scm (perl-test-harness): Update to 3.42.
2019-03-15 18:40:44 +01:00
Tobias Geerinckx-Rice
2ad839f373
gnu: perl-test-differences: Update to 0.67.
* gnu/packages/perl-check.scm (perl-test-differences): Update to 0.67.
2019-03-15 18:40:43 +01:00
Tobias Geerinckx-Rice
88c2cb5e12
gnu: perl-test-cleannamespaces: Update to 0.24.
* gnu/packages/perl-check.scm (perl-test-cleannamespaces): Update to 0.24.
2019-03-15 18:40:43 +01:00
Pierre Neidhardt
65fc1932b3
gnu: emacs-magit-svn: Update to 20190216.
* gnu/packages/emacs-xyz.scm (emacs-magit-svn): Update to 20190216.
2019-03-15 16:53:55 +01:00
Pierre Neidhardt
3a7ca60adc
gnu: emacs-magit: Update to 20190311.
* gnu/packages/emacs-xyz.scm (emacs-magit): Update to 20190311.
2019-03-15 16:51:42 +01:00
Pierre Neidhardt
a6e4af53f9
gnu: Add emacs-transient.
* gnu/packages/emacs-xyz.scm (emacs-transient): New variable.
2019-03-15 16:40:23 +01:00
Marius Bakke
ce32ce7047
gnu: fio: Update to 3.13.
* gnu/packages/benchmark.scm (fio): Update to 3.13.
2019-03-15 16:20:29 +01:00
Marius Bakke
b12af3fd1e
gnu: ceph: Update to 13.2.5.
* gnu/packages/storage.scm (ceph): Update to 13.2.5.
2019-03-15 16:16:42 +01:00
Marius Bakke
18e627beac
gnu: libssh2: Update home page.
* gnu/packages/ssh.scm (libssh2)[home-page]: Use HTTPS.
2019-03-15 16:08:24 +01:00
Marius Bakke
82924965d7
gnu: rapidjson: Disable CPU optimization.
* gnu/packages/web.scm (rapidjson)[arguments]: Add #:configure-flags.
2019-03-15 15:03:31 +01:00
Marius Bakke
df9f515ebc
gnu: rapidjson: Adjust indentation.
* gnu/packages/web.scm (rapidjson): Reindent.  Remove unnecessary splicing in
arguments while at it.
2019-03-15 15:03:31 +01:00
Marius Bakke
ca497b4311
gnu: Update libimobiledevice.org home pages.
* gnu/packages/libusb.scm (libplist, libusbmuxd, libimobiledevice,
ifuse)[source, home-page]: Use HTTPS.
2019-03-15 15:03:31 +01:00
Pierre Neidhardt
034b8fd475
gnu: emacs-helm-pass: Update to 0.3.
* gnu/packages/emacs-xyz.scm (emacs-helm-pass): Update to 0.3.
2019-03-15 14:42:32 +01:00
Ricardo Wurmus
526b1efbba
gnu: Add python-ws4py.
* gnu/packages/python-web.scm (python-ws4py): New variable.
2019-03-15 11:37:26 +01:00
Ricardo Wurmus
07c8b558e3
gnu: Add bwa-meth.
* gnu/packages/bioinformatics.scm (bwa-meth): New variable.
2019-03-15 11:36:56 +01:00
Ricardo Wurmus
963dfd3a06
gnu: Add python-toolshed.
* gnu/packages/python-xyz.scm (python-toolshed): New variable.
2019-03-15 11:36:38 +01:00
Ricardo Wurmus
e4a17532f9
gnu: Add r-ioniser.
* gnu/packages/bioconductor.scm (r-ioniser): New variable.
2019-03-15 10:58:05 +01:00
Pierre Neidhardt
43a0db3cd4
gnu: emacs-helm-slime: Update to 0.3.0.
* gnu/packages/emacs-xyz.scm (emacs-helm-slime): Update to 0.3.0.
2019-03-15 10:14:25 +01:00
Pierre Neidhardt
98a1ca7eb2
gnu: emacs-helm-eww: Update to 1.2.
* gnu/packages/emacs-xyz.scm (emacs-helm-eww): Update to 1.2.
2019-03-15 10:14:19 +01:00
Pierre Neidhardt
4d0f20d91c
gnu: Add emacs-elmacro.
* gnu/packages/emacs-xyz.scm (emacs-elmacro): New variable.
2019-03-15 10:01:42 +01:00
Pierre Neidhardt
99d5e5df27
gnu: mkvtoolnix: Install GUI to separate output.
* gnu/packages/video.scm (mkvtoolnix)[arguments]: Do it.
2019-03-15 09:19:00 +01:00
Brett Gilio
fe4a4bd23a
gnu: python-language-server: Update to 0.25.0.
* gnu/packages/python-xyz.scm (python-language-server): Update to 0.25.0.
[propagated-inputs]: Add python-pylint.

Signed-off-by: Leo Famulari <leo@famulari.name>
2019-03-14 21:42:09 -04:00
Jonathan Brielmaier
138950a88b
gnu: meep: Update to 1.8.0.
* gnu/packages/engineering.scm (meep): Update to 1.8.0.
[source]: Fetch source from GitHub, as it's only there.
[inputs]: Use Guile 2.2, as meep supports it.

Signed-off-by: Leo Famulari <leo@famulari.name>
2019-03-14 20:49:02 -04:00
Jonathan Brielmaier
e719562d59
gnu: mpb: Update to 1.8.0.
* gnu/packages/engineering.scm (mpb): Update to 1.8.0.
[source]: Fetch source from GitHub, as it's only there.
[arguments]: Build shared library, as required by meep.

Signed-off-by: Leo Famulari <leo@famulari.name>
2019-03-14 20:49:02 -04:00
Jonathan Brielmaier
a7de5a5006
gnu: guile-libctl: Update to 4.2.0.
* gnu/packages/engineering.scm (guile-libctl): Update to 4.2.0.
[source]: Update source link to GitHub.
[arguments]: Build shared library as required by meep.

Signed-off-by: Leo Famulari <leo@famulari.name>
2019-03-14 20:49:02 -04:00
Jonathan Brielmaier
1618c6fe3b
gnu: harminv: Build shared library.
The shared library is required by meep.

* gnu/packages/engineering.scm (harminv)[arguments]: Enable building of
shared library.

Signed-off-by: Leo Famulari <leo@famulari.name>
2019-03-14 20:48:55 -04:00
Marius Bakke
ebebee94f3
gnu: gjs: Use the test-only Xorg variant for tests.
* gnu/packages/gnome.scm (gjs)[native-inputs]: Change XORG-SERVER to
XORG-SERVER-FOR-TESTS.
2019-03-15 01:11:21 +01:00
Marius Bakke
4ca23a3d22
gnu: libseccomp: Update to 2.4.0.
* gnu/packages/linux.scm (libseccomp): Update to 2.4.0.
2019-03-15 01:11:21 +01:00
Tobias Geerinckx-Rice
60fddfae13
gnu: protozero: Update to 1.6.7.
* gnu/packages/geo.scm (protozero): Update to 1.6.7.
2019-03-15 00:41:02 +01:00
Leo Famulari
10b30b9773
gnu: Remove duplicate go-github-com-kr-text.
This effectively reverts 56f610f5c7. But I removed
the preexisting package since the new one is simpler.

* gnu/packages/golang.scm (go-github-com-kr-text): Remove variable.
2019-03-14 19:10:17 -04:00
Pierre Neidhardt
31960f6fd2
gnu: Add emacs-helm-notmuch.
* gnu/packages/emacs-xyz.scm (emacs-helm-notmuch): New variable.
2019-03-14 23:55:50 +01:00
Tobias Geerinckx-Rice
a3783aca66
gnu: libgeotiff: Update to 1.4.3.
* gnu/packages/geo.scm (libgeotiff): Update to 1.4.3.
2019-03-14 23:51:49 +01:00
Tobias Geerinckx-Rice
93394133e1
gnu: perl-glib: Update to 1.329.
* gnu/packages/glib.scm (perl-glib): Update to 1.329.
2019-03-14 23:51:49 +01:00
Tobias Geerinckx-Rice
832e7be42d
gnu: perl-gd-securityimage: Update to 1.75.
* gnu/packages/gd.scm (perl-gd-securityimage): Update to 1.75.
2019-03-14 23:51:49 +01:00
Tobias Geerinckx-Rice
06900d90e7
gnu: perl-gd: Update to 2.71.
* gnu/packages/gd.scm (perl-gd): Update to 2.71.
2019-03-14 23:51:48 +01:00
Tobias Geerinckx-Rice
766bfda19d
gnu: emacs-org, emacs-org-contrib: Update to 9.2.2.
* gnu/packages/emacs-xyz.scm (emacs-org): Update to 9.2.2.
(emacs-org-contrib): Update to matching 20190311.
2019-03-14 23:51:48 +01:00
Ricardo Wurmus
992600141a
gnu: Add gst-kaldi-nnet2-online.
* gnu/packages/machine-learning.scm (gst-kaldi-nnet2-online): New variable.
2019-03-14 23:32:51 +01:00
Ricardo Wurmus
1fdd20c7d7
gnu: kaldi: Install headers and fix installation of libraries.
* gnu/packages/machine-learning.scm (kaldi)[arguments]: Fix installation of
libraries and install headers in "install" phase.
2019-03-14 23:32:51 +01:00
Tobias Geerinckx-Rice
a333cbf194
gnu: containerd: Update to 1.2.5.
* gnu/packages/docker.scm (containerd): Update to 1.2.5.
2019-03-14 23:18:49 +01:00
Tobias Geerinckx-Rice
947849010d
gnu: docker, docker-cli: Update to 18.09.3.
* gnu/packages/docker.scm (%docker-version): Update to 18.09.3.
2019-03-14 23:18:49 +01:00
Tobias Geerinckx-Rice
1e91d2ef3c
gnu: sigrok-firmware-fx2lafw: Update to 0.1.6.
* gnu/packages/electronics.scm (sigrok-firmware-fx2lafw): Update to 0.1.6.
2019-03-14 22:09:37 +01:00
Tobias Geerinckx-Rice
a431e21383
gnu: font-terminus: Install X11 8-bit code pages.
* gnu/packages/fonts.scm (font-terminus)[outputs]: Add ‘pcf-8bit’ output.
[arguments]: Add new phases to build and install these 8-bit PCF fonts.
2019-03-14 22:09:19 +01:00
Tobias Geerinckx-Rice
223055dd3f
gnu: unbound: Update to 1.9.1.
* gnu/packages/dns.scm (unbound): Update to 1.9.1.
2019-03-14 21:15:19 +01:00
Tobias Geerinckx-Rice
0bc38ce286
gnu: inxi-minimal: Update to 3.0.32-1.
* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.32-1.
2019-03-14 21:15:18 +01:00
Tobias Geerinckx-Rice
ea28271110
gnu: python-django-appconf: Update to 1.0.3.
* gnu/packages/django.scm (python-django-appconf): Update to 1.0.3.
2019-03-14 21:15:17 +01:00
Leo Famulari
21d06acd91
gnu: Syncthing: Stop using bundled dependencies.
* gnu/packages/syncthing.scm (syncthing)[snippet]: Remove.
[inputs]: New field.
2019-03-14 15:34:31 -04:00
Leo Famulari
d69f9f4a30
gnu: Remove go-github-com-audriusbutkevicius-cli.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-cli): Remove
variable.
2019-03-14 15:34:31 -04:00
Leo Famulari
78d1b85a54
gnu: Provide the full 'rollinghash' Go library.
* gnu/packages/syncthing.scm
(go-github-com-chmduquesne-rollinghash-adler32): Replace with ...
(go-github-com-chmduquesne-rollinghash): ... new variable.
2019-03-14 15:34:31 -04:00
Leo Famulari
d8742c0af3
gnu: Remove go-github-com-audriusbutkevicius-pfilter.
* gnu/packages/syncthing.scm (go-github-com-audriusbutkevicius-pfilter):
Remove variable.
2019-03-14 15:34:31 -04:00