jackhill/guix/guix.git
5 years agognu: go-github-com-d4l3k-messagediff: Update to 1.2.1.
Leo Famulari [Wed, 6 Mar 2019 20:32:17 +0000 (15:32 -0500)]
gnu: go-github-com-d4l3k-messagediff: Update to 1.2.1.

* gnu/packages/syncthing.scm (go-github-com-d4l3k-messagediff): Update to 1.2.1.

5 years agognu: go-github-com-chmduquesne-rollinghash-adler32: Update to 4.0.0-0.a60f8e7.
Leo Famulari [Wed, 6 Mar 2019 20:29:10 +0000 (15:29 -0500)]
gnu: go-github-com-chmduquesne-rollinghash-adler32: Update to 4.0.0-0.a60f8e7.

* gnu/packages/syncthing.scm (go-github-com-chmduquesne-rollinghash-adler32):
Update to 4.0.0-0.a60f8e7.

5 years agognu: Remove the various Go union meta-packages.
Leo Famulari [Tue, 12 Mar 2019 19:09:14 +0000 (15:09 -0400)]
gnu: Remove the various Go union meta-packages.

* gnu/packages/golang.scm (go-github-com-gogo-protobuf-union,
go-golang-org-x-crypto-union): Remove variables.
(go-golang-org-x-crypto-bcrypt, go-golang-org-x-crypto-blowfish,
go-golang-org-x-crypto-pbkdf2, go-golang-org-x-crypto-tea,
go-golang-org-x-crypto-xtea, go-golang-org-x-crypto-salsa20,
go-golang-org-x-crypto-twofish,)[arguments]: Remove obsolete
'make-gzip-archive-writable' phase.
(go-golang-org-x-crypto-ed25519)[arguments]: The phase
'make-gzip-archive-writable' belongs here now.
(go-github-com-multiformats-go-multihash)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-blake2s and
go-golang-org-x-crypto-sha3.
(go-github-com-libp2p-go-libp2p-peer)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-blake2s,
go-golang-org-x-crypto-ed25519, and go-golang-org-x-crypto-sha3.
(go-github-com-libp2p-go-libp2p-metrics)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-sha3,
go-golang-org-x-crypto-ed25519, and go-golang-org-x-crypto-blake2s.
(go-github-com-multiformats-go-multiaddr)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-sha3 and
go-golang-org-x-crypto-blake2s.
(go-github-com-multiformats-go-multiaddr-net)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-sha3 and
go-golang-org-x-crypto-blake2s.
* gnu/packages/ipfs.scm (go-github-com-ipfs-go-ipfs-api)[native-inputs]: Remove
go-golang-org-x-crypto-union. Add go-golang-org-x-crypto-blake2s,
go-golang-org-x-crypto-ed25519, and go-golang-org-x-crypto-sha3.
(gx)[native-inputs]: Remove go-golang-org-x-crypto-union. Add
go-golang-org-x-crypto-blake2s, go-golang-org-x-crypto-ed25519, and
go-golang-org-x-crypto-sha3.
(gx-go)[native-inputs]: Remove go-golang-org-x-crypto-union. Add
go-golang-org-x-crypto-blake2s, go-golang-org-x-crypto-ed25519, and
go-golang-org-x-crypto-sha3.
* gnu/packages/syncthing.scm: Remove go-golang-org-x-text-union,
go-golang-org-x-net-union, and go-github-com-vitrun-qart-union.

5 years agobuild-system/go: Build with a filesystem union of Go dependencies.
Leo Famulari [Sat, 6 Jan 2018 20:47:47 +0000 (15:47 -0500)]
build-system/go: Build with a filesystem union of Go dependencies.

This basically changes (guix build-system go) so that instead of looking
up its dependencies in a list of directories in $GOPATH, all the
Go dependencies are symlinked into a single directory.

Fixes <https://bugs.gnu.org/33620>.

* guix/build/go-build-system.scm (setup-go-environment): New variable.
(setup-environment, install-source): Remove variables.
(unpack): Unpack the source relative to $GOPATH.
(install): Do not install the compiled objects in the 'pkg' directory.
Install the source code in this phase, and only install the source of
the package named by IMPORT-PATH.
* doc/guix.texi (Build Systems): Adjust accordingly.
* gnu/packages/docker.scm (docker): Import (guix build union) on the build side
and adjust to build phase name changes in (guix build-system go).
* gnu/packages/shellutils.scm (direnv): Likewise.
* gnu/packages/databases.scm (mongo-tools)[arguments]:
Set '#:install-source #f'.
* gnu/packages/music.scm (demlo)[arguments]: Move the 'install-scripts'
phase after the 'install' phase.

5 years agognu: Remove Go 1.9.
Leo Famulari [Fri, 1 Feb 2019 16:39:17 +0000 (17:39 +0100)]
gnu: Remove Go 1.9.

* gnu/packages/golang.scm (go-1.9): Remove variable.
(go-1.11): Inherit from go-1.4 and consolidate the inherited build
phases from go-1.9.

Go 1.11 should be essentially unchanged with this commit, although the
derivation is different.

5 years agognu: python-flexmock: Update to 0.10.3.
Tobias Geerinckx-Rice [Wed, 13 Mar 2019 19:17:33 +0000 (20:17 +0100)]
gnu: python-flexmock: Update to 0.10.3.

* gnu/packages/check.scm (python-flexmock): Update to 0.10.3.

5 years agognu: python-freezegun: Update to 0.3.11.
Tobias Geerinckx-Rice [Wed, 13 Mar 2019 19:17:22 +0000 (20:17 +0100)]
gnu: python-freezegun: Update to 0.3.11.

* gnu/packages/check.scm (python-freezegun): Update to 0.3.11.

5 years agognu: python-nose-timer: Update to 0.7.4.
Tobias Geerinckx-Rice [Wed, 13 Mar 2019 12:47:14 +0000 (13:47 +0100)]
gnu: python-nose-timer: Update to 0.7.4.

* gnu/packages/check.scm (python-nose-timer): Update to 0.7.4.

5 years agognu: aubio: Update to 0.4.9.
Tobias Geerinckx-Rice [Tue, 12 Mar 2019 21:50:55 +0000 (22:50 +0100)]
gnu: aubio: Update to 0.4.9.

* gnu/packages/audio.scm (aubio): Update to 0.4.9.

5 years agognu: qjackctl: Update to 0.5.6.
Tobias Geerinckx-Rice [Tue, 12 Mar 2019 21:47:53 +0000 (22:47 +0100)]
gnu: qjackctl: Update to 0.5.6.

* gnu/packages/audio.scm (qjackctl): Update to 0.5.6.

5 years agognu: qsynth: Update to 0.5.5.
Tobias Geerinckx-Rice [Tue, 12 Mar 2019 21:44:14 +0000 (22:44 +0100)]
gnu: qsynth: Update to 0.5.5.

* gnu/packages/audio.scm (qsynth): Update to 0.5.5.

5 years agognu: Move libconfuse to (gnu packages textutils).
Tobias Geerinckx-Rice [Thu, 14 Mar 2019 15:28:11 +0000 (16:28 +0100)]
gnu: Move libconfuse to (gnu packages textutils).

* gnu/packages/wm.scm (libconfuse): Move…
* gnu/packages/textutils.scm (libconfuse): …to here.
Adjust all imports.

5 years agognu: sslh: Update to 1.20.
Tobias Geerinckx-Rice [Thu, 14 Mar 2019 15:26:10 +0000 (16:26 +0100)]
gnu: sslh: Update to 1.20.

* gnu/packages/networking.scm (sslh): Update to 1.20.
[native-inputs]: Add perl-conf-libconfig. Remove valgrind.
[arguments]: Re-indent.

5 years agognu: Add perl-conf-libconfig.
Tobias Geerinckx-Rice [Thu, 14 Mar 2019 14:43:19 +0000 (15:43 +0100)]
gnu: Add perl-conf-libconfig.

* gnu/packages/perl.scm (perl-conf-libconfig): New public variable.

5 years agognu: sslh: Don't use unstable tarball.
Tobias Geerinckx-Rice [Thu, 14 Mar 2019 12:12:37 +0000 (13:12 +0100)]
gnu: sslh: Don't use unstable tarball.

* gnu/packages/networking.scm (sslh)[source]: Use GIT-FETCH and
GIT-FILE-NAME.

5 years agognu: lxqt-about: Make it more reproducible.
Danny Milosavljevic [Thu, 14 Mar 2019 10:50:06 +0000 (11:50 +0100)]
gnu: lxqt-about: Make it more reproducible.

* gnu/packages/lxqt.scm (lxqt-about)[arguments]<#:phases>[setenv]: New phase.

5 years agognu: screengrab: Update to 1.101.
Meiyo Peng [Wed, 13 Mar 2019 15:37:41 +0000 (23:37 +0800)]
gnu: screengrab: Update to 1.101.

* gnu/packages/lxqt.scm (screengrab): Update to 1.101.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: qterminal: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:40 +0000 (23:37 +0800)]
gnu: qterminal: Update to 0.14.1.

* gnu/packages/lxqt.scm (qterminal): Update to 0.14.1.
[arguments]: Remove #:configure-flags.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: qtermwidget: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:39 +0000 (23:37 +0800)]
gnu: qtermwidget: Update to 0.14.1.

* gnu/packages/lxqt.scm (qtermwidget): Update to 0.14.1.
[arguments]: Remove #:configure-flags.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: qps: Update to 1.10.20.
Meiyo Peng [Wed, 13 Mar 2019 15:37:38 +0000 (23:37 +0800)]
gnu: qps: Update to 1.10.20.

* gnu/packages/lxqt.scm (qps): Update to 1.10.20.
[native-inputs]: Add lxqt-build-tools.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: pavucontrol-qt: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:37 +0000 (23:37 +0800)]
gnu: pavucontrol-qt: Update to 0.14.1.

* gnu/packages/lxqt.scm (pavucontrol-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: obconf-qt: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:36 +0000 (23:37 +0800)]
gnu: obconf-qt: Update to 0.14.1.

* gnu/packages/lxqt.scm (obconf-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lximage-qt: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:35 +0000 (23:37 +0800)]
gnu: lximage-qt: Update to 0.14.1.

* gnu/packages/lxqt.scm (lximage-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: compton-conf: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:34 +0000 (23:37 +0800)]
gnu: compton-conf: Update to 0.14.1.

* gnu/packages/lxqt.scm (compton-conf): Update to 0.14.1.
[arguments]: Remove #:configure-flags.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: pcmanfm-qt: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:33 +0000 (23:37 +0800)]
gnu: pcmanfm-qt: Update to 0.14.1.

* gnu/packages/lxqt.scm (pcmanfm-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: libfm-qt: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:32 +0000 (23:37 +0800)]
gnu: libfm-qt: Update to 0.14.1.

* gnu/packages/lxqt.scm (libfm-qt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-themes: Update to 0.14.0.
Meiyo Peng [Wed, 13 Mar 2019 15:37:31 +0000 (23:37 +0800)]
gnu: lxqt-themes: Update to 0.14.0.

* gnu/packages/lxqt.scm (lxqt-themes): Update to 0.14.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-sudo: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:30 +0000 (23:37 +0800)]
gnu: lxqt-sudo: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-sudo): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-session: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:29 +0000 (23:37 +0800)]
gnu: lxqt-session: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-session): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-runner: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:28 +0000 (23:37 +0800)]
gnu: lxqt-runner: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-runner): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-qtplugin: Update to 0.14.0.
Meiyo Peng [Wed, 13 Mar 2019 15:37:27 +0000 (23:37 +0800)]
gnu: lxqt-qtplugin: Update to 0.14.0.

* gnu/packages/lxqt.scm (lxqt-qtplugin): Update to 0.14.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-powermanagement: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:26 +0000 (23:37 +0800)]
gnu: lxqt-powermanagement: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-powermanagement): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-policykit: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:25 +0000 (23:37 +0800)]
gnu: lxqt-policykit: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-policykit): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-panel: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:24 +0000 (23:37 +0800)]
gnu: lxqt-panel: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-panel): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-openssh-askpass: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:23 +0000 (23:37 +0800)]
gnu: lxqt-openssh-askpass: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-openssh-askpass): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-notificationd: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:22 +0000 (23:37 +0800)]
gnu: lxqt-notificationd: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-notificationd): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-globalkeys: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:21 +0000 (23:37 +0800)]
gnu: lxqt-globalkeys: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-globalkeys): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-config: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:20 +0000 (23:37 +0800)]
gnu: lxqt-config: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-config): Update to 0.14.1.
[inputs]: Add eudev, libxi, xf86-input-libinput.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-admin: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:19 +0000 (23:37 +0800)]
gnu: lxqt-admin: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-admin): Update to 0.14.1.
[arguments]: Remove #:configure-flags
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-about: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:18 +0000 (23:37 +0800)]
gnu: lxqt-about: Update to 0.14.1.

* gnu/packages/lxqt.scm (lxqt-about): Update to 0.14.1.
[arguments]: Remove #:configure-flags.
<#:phases>[patch-translations-dir]: New phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: libsysstat: Update to 0.4.2.
Meiyo Peng [Wed, 13 Mar 2019 15:37:17 +0000 (23:37 +0800)]
gnu: libsysstat: Update to 0.4.2.

* gnu/packages/lxqt.scm (libsysstat): Update to 0.4.2.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: liblxqt: Update to 0.14.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:16 +0000 (23:37 +0800)]
gnu: liblxqt: Update to 0.14.1.

* gnu/packages/lxqt.scm (liblxqt): Update to 0.14.1.
[arguments]: Remove #:configure-flags.  Add 'patch-translations-dir' phase.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: libqtxdg: Update to 3.3.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:15 +0000 (23:37 +0800)]
gnu: libqtxdg: Update to 3.3.1.

* gnu/packages/lxqt.scm (libqtxdg): Update to 3.3.1.
[native-inputs]: Add lxqt-build-tools.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: lxqt-build-tools: Update to 0.6.0.
Meiyo Peng [Wed, 13 Mar 2019 15:37:14 +0000 (23:37 +0800)]
gnu: lxqt-build-tools: Update to 0.6.0.

* gnu/packages/lxqt.scm (lxqt-build-tools): Update to 0.6.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: libfm: Update to 1.3.1.
Meiyo Peng [Wed, 13 Mar 2019 15:37:13 +0000 (23:37 +0800)]
gnu: libfm: Update to 1.3.1.

* gnu/packages/lxde.scm (libfm): Update to 1.3.1.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: menu-cache: Update to 1.1.0.
Meiyo Peng [Wed, 13 Mar 2019 15:37:12 +0000 (23:37 +0800)]
gnu: menu-cache: Update to 1.1.0.

* gnu/packages/lxde.scm (menu-cache): Update to 1.1.0.

Signed-off-by: Danny Milosavljevic <dannym@scratchpost.org>
5 years agognu: jasper: Update to 2.0.16.
Marius Bakke [Thu, 14 Mar 2019 13:31:29 +0000 (14:31 +0100)]
gnu: jasper: Update to 2.0.16.

* gnu/packages/image.scm (jasper): Update to 2.0.16.

5 years agognu: rapidjson: Update home page.
Marius Bakke [Thu, 14 Mar 2019 13:28:02 +0000 (14:28 +0100)]
gnu: rapidjson: Update home page.

* gnu/packages/web.scm (rapidjson)[source, home-page]: Follow redirected URL.

5 years agognu: samba: Update to 4.9.5.
Marius Bakke [Thu, 14 Mar 2019 13:19:13 +0000 (14:19 +0100)]
gnu: samba: Update to 4.9.5.

* gnu/packages/samba.scm (samba): Update to 4.9.5.

5 years agognu: libzip: Update to 1.5.2.
Marius Bakke [Thu, 14 Mar 2019 13:17:33 +0000 (14:17 +0100)]
gnu: libzip: Update to 1.5.2.

* gnu/packages/compression.scm (libzip): Update to 1.5.2.

5 years agognu: libzip: Don't use NAME in source URI.
Marius Bakke [Thu, 14 Mar 2019 13:16:52 +0000 (14:16 +0100)]
gnu: libzip: Don't use NAME in source URI.

* gnu/packages/compression.scm (libzip)[source](uri): Hard-code NAME.

5 years agognu: WebKitGTK: Update to 2.24.0.
Marius Bakke [Wed, 13 Mar 2019 14:00:30 +0000 (15:00 +0100)]
gnu: WebKitGTK: Update to 2.24.0.

* gnu/packages/webkit.scm (webkitgtk-2.22): Rename to ...
(webkitgtk-2.24): ... this.  Update to 2.24.0.
[inputs]: Add OPENJPEG.
* gnu/packages/gnome.scm (eolie, epiphany)[inputs]: Adjust accordingly.
* gnu/packages/web-browsers.scm (next-gtk-webkit)[inputs]: Likewise.

5 years agognu: libsoup: Update to 2.66.0.
Marius Bakke [Wed, 13 Mar 2019 13:03:57 +0000 (14:03 +0100)]
gnu: libsoup: Update to 2.66.0.

* gnu/packages/gnome.scm (libsoup): Update to 2.66.0.
[build-system]: Change to MESON-BUILD-SYSTEM.
[arguments]: Adjust accordingly.
[native-inputs]: Add GTK-DOC.
[inputs]: Add MIT-KRB5.  Move SQLITE and LIBPSL ...
[propagated-inputs]: ... here.

5 years agognu: Kodi: Add Wayland variant.
Marius Bakke [Sun, 10 Mar 2019 21:38:19 +0000 (22:38 +0100)]
gnu: Kodi: Add Wayland variant.

* gnu/packages/kodi.scm (kodi/wayland): New public variable.

5 years agognu: Add waylandpp.
Marius Bakke [Sun, 10 Mar 2019 20:53:00 +0000 (21:53 +0100)]
gnu: Add waylandpp.

* gnu/packages/freedesktop.scm (waylandpp): New public variable.

5 years agognu: Add emacs-lsp-ui.
Brett Gilio [Wed, 20 Feb 2019 04:02:12 +0000 (22:02 -0600)]
gnu: Add emacs-lsp-ui.

* gnu/packages/emacs-xyz.scm (emacs-lsp-ui): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
5 years agognu: Add emacs-lsp-mode.
Brett Gilio [Wed, 20 Feb 2019 04:02:29 +0000 (22:02 -0600)]
gnu: Add emacs-lsp-mode.

* gnu/packages/emacs-xyz.scm (emacs-lsp-mode): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
5 years agognu: emacs-dash: Update to 2.15.0.
Brett Gilio [Wed, 20 Feb 2019 04:02:38 +0000 (22:02 -0600)]
gnu: emacs-dash: Update to 2.15.0.

* gnu/packages/emacs-xyz.scm (emacs-dash): Update to 2.15.0.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
5 years agognu: Update dtc to 1.5.0.
Vagrant Cascadian [Wed, 13 Mar 2019 22:50:22 +0000 (15:50 -0700)]
gnu: Update dtc to 1.5.0.

* gnu/packages/bootloaders (dtc): Update to 1.5.0.
[native-inputs]: Add libyaml and pkg-config.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
5 years agognu: fish: Update to 3.0.2.
Meiyo Peng [Thu, 14 Mar 2019 03:36:56 +0000 (11:36 +0800)]
gnu: fish: Update to 3.0.2.

* gnu/packages/shells.scm (fish): Update to 3.0.2.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
5 years agognu: Add r-rematch2.
Nicolò Balzarotti [Thu, 14 Mar 2019 09:53:25 +0000 (10:53 +0100)]
gnu: Add r-rematch2.

* gnu/packages/cran.scm (r-rematch2): New variable.

Signed-off-by: Ricardo Wurmus <rekado@elephly.net>
5 years agognu: w3m: Update to 0.5.3+git20190105.
Leo Famulari [Thu, 14 Mar 2019 00:05:45 +0000 (20:05 -0400)]
gnu: w3m: Update to 0.5.3+git20190105.

* gnu/packages/w3m.scm (w3m): Update to 0.5.3+git20190105.

5 years agolinux-container: 'containerized-operating-system' removes "useless" services.
Ludovic Courtès [Wed, 13 Mar 2019 22:10:19 +0000 (23:10 +0100)]
linux-container: 'containerized-operating-system' removes "useless" services.

Fixes <https://bugs.gnu.org/34211>.
Reported by Efraim Flashner <efraim@flashner.co.il>.

* gnu/system/linux-container.scm (containerized-operating-system)
[useless-services]: New variable.
Add 'services' field.

5 years agodoc: Document the graphical installer some more.
Ludovic Courtès [Wed, 13 Mar 2019 20:57:14 +0000 (21:57 +0100)]
doc: Document the graphical installer some more.

* doc/guix.texi (Preparing for Installation): Rewrite to specify the two
installation modes.
(Guided Graphical Installation): New node.
(Manual Installation): New node, with the former sections.
(After System Installation): New node.
* doc/images/installer-network.png, doc/images/installer-partitions.png,
doc/images/installer-resume.png: New files.
* doc/local.mk (dist_infoimage_DATA): Add them.

5 years agoinstaller: network: Adjust wording.
Ludovic Courtès [Wed, 13 Mar 2019 17:14:47 +0000 (18:14 +0100)]
installer: network: Adjust wording.

* gnu/installer/newt/network.scm (wait-service-online): Adjust wording
of the messages.

5 years agolinux-modules: Factorize 'missing-modules'.
Ludovic Courtès [Wed, 13 Mar 2019 16:11:19 +0000 (17:11 +0100)]
linux-modules: Factorize 'missing-modules'.

* gnu/build/linux-modules.scm (missing-modules): New procedure.
* gnu/system/mapped-devices.scm (check-device-initrd-modules): Use it.

5 years agoRemove traces of "GuixSD".
Ludovic Courtès [Wed, 13 Mar 2019 15:44:02 +0000 (16:44 +0100)]
Remove traces of "GuixSD".

* gnu/bootloader/extlinux.scm (extlinux-configuration-file): Remove
mentions of "GuixSD".
* gnu/bootloader/grub.scm (install-grub-efi): Likewise.
* gnu/build/vm.scm (make-iso9660-image): Change default #:volume-id to
"Guix_image".
(initialize-hard-disk): Search for the "Guix_image" label.
* gnu/ci.scm (system-test-jobs, tarball-jobs): Remove "GuixSD".
* gnu/installer/newt/welcome.scm (run-welcome-page): Likewise.
* gnu/packages/audio.scm (supercollider)[description]: Likewise.
* gnu/packages/curl.scm (curl): Likewise.
* gnu/packages/emacs.scm (emacs): Likewise.
* gnu/packages/gnome.scm (network-manager): Likewise.
* gnu/packages/julia.scm (julia): Likewise.
* gnu/packages/linux.scm (alsa-plugins): Likewise.
(powertop, wireless-regdb): Likewise.
* gnu/packages/package-management.scm (guix): Likewise.
* gnu/packages/polkit.scm (polkit): Likewise.
* gnu/packages/tex.scm (texlive-bin): Likewise.
* gnu/services/base.scm (file-systems->fstab): Likewise.
* gnu/services/cups.scm (%cups-activation): Likewise.
* gnu/services/mail.scm (%dovecot-activation): Likewise.
* gnu/services/messaging.scm (prosody-configuration)[log]: Likewise.
* gnu/system/examples/vm-image.tmpl (vm-image-motd): Likewise.
* gnu/system/install.scm (installation-os)[file-systems]: Change root
file system label to "Guix_image".
* gnu/system/mapped-devices.scm (check-device-initrd-modules):
Remove "GuixSD".
* gnu/system/vm.scm (system-docker-image): Likewise.
(system-disk-image)[root-label]: Change to "Guix_image".
* gnu/tests/install.scm (run-install): Remove "GuixSD".
* guix/modules.scm (guix-module-name?): Likewise.
* nix/libstore/optimise-store.cc: Likewise.

5 years agomaint: Change Guix System file names from guixsd-*.
Ludovic Courtès [Wed, 13 Mar 2019 15:24:36 +0000 (16:24 +0100)]
maint: Change Guix System file names from guixsd-*.

* Makefile.am (GUIXSD_SUPPORTED_SYSTEMS): Rename to...
(GUIX_SYSTEM_SUPPORTED_SYSTEMS): ... this.
(GUIXSD_VM_SYSTEMS): Rename to...
(GUIX_SYSTEM_VM_SYSTEMS): ... this.
(GUIXSD_IMAGE_BASE): Rename to...
(GUIX_SYSTEM_IMAGE_BASE): ... this.  Change "guixsd-" to "guix-system-".
(GUIXSD_VM_IMAGE_BASE): Rename to...
(GUIX_SYSTEM_VM_IMAGE_BASE): ... this.  Change "guixsd-" to
"guix-system-".
(release): Adjust accordingly.
* doc/guix.texi (USB Stick and DVD Installation)
(Installing Guix in a VM, Invoking guix system)
(Running Guix in a VM): Adjust file names accordingly.

5 years agognu: Add python-velocyto.
Ricardo Wurmus [Wed, 13 Mar 2019 21:48:10 +0000 (22:48 +0100)]
gnu: Add python-velocyto.

* gnu/packages/bioinformatics.scm (python-velocyto): New variable.

5 years agognu: python-loompy: Update to 2.0.17.
Ricardo Wurmus [Wed, 13 Mar 2019 21:43:43 +0000 (22:43 +0100)]
gnu: python-loompy: Update to 2.0.17.

* gnu/packages/bioinformatics.scm (python-loompy): Update to 2.0.17.
[source]: Fetch via git.
[arguments]: Enable tests, replace "check" phase.
[propagated-inputs]: Add python-pandas.
[native-inputs]: Add python-pytest.

5 years agognu: Add emacs-dockerfile-mode.
Oleg Pykhalov [Mon, 11 Mar 2019 17:47:02 +0000 (20:47 +0300)]
gnu: Add emacs-dockerfile-mode.

* gnu/packages/emacs-xyz.scm (emacs-dockerfile-mode): New variable.

5 years agognu: Add emacs-docker.
Oleg Pykhalov [Mon, 11 Mar 2019 17:44:35 +0000 (20:44 +0300)]
gnu: Add emacs-docker.

* gnu/packages/emacs-xyz.scm (emacs-docker): New variable.

5 years agognu: Add emacs-docker-tramp.
Oleg Pykhalov [Mon, 11 Mar 2019 17:42:18 +0000 (20:42 +0300)]
gnu: Add emacs-docker-tramp.

* gnu/packages/emacs-xyz.scm (emacs-docker-tramp): New variable.

5 years agognu: python-numba: Update to 0.42.0.
Ricardo Wurmus [Wed, 13 Mar 2019 19:44:25 +0000 (20:44 +0100)]
gnu: python-numba: Update to 0.42.0.

* gnu/packages/python-xyz.scm (python-numba): Update to 0.42.0.

5 years agognu: python-llvmlite: Update to 0.27.1.
Ricardo Wurmus [Wed, 13 Mar 2019 19:43:55 +0000 (20:43 +0100)]
gnu: python-llvmlite: Update to 0.27.1.

* gnu/packages/llvm.scm (python-llvmlite): Update to 0.27.1.
[inputs]: Update patch for custom LLVM variant.

5 years agognu: Add python-on-guile.
Ricardo Wurmus [Wed, 13 Mar 2019 19:43:35 +0000 (20:43 +0100)]
gnu: Add python-on-guile.

* gnu/packages/guile-xyz.scm (python-on-guile): New variable.

5 years agognu: guile-persist: Install go files to canonical directory.
Ricardo Wurmus [Wed, 13 Mar 2019 19:42:23 +0000 (20:42 +0100)]
gnu: guile-persist: Install go files to canonical directory.

* gnu/packages/guile-xyz.scm (guile-persist)[arguments]: Patch target
directory for go files in build phase "patch-prefix".

5 years agognu: guile-stis-parser: Install go files to canonical directory.
Ricardo Wurmus [Wed, 13 Mar 2019 19:41:41 +0000 (20:41 +0100)]
gnu: guile-stis-parser: Install go files to canonical directory.

* gnu/packages/guile-xyz.scm (guile-stis-parser)[arguments]: Add build phase
"use-canonical-directory-for-go-files".

5 years agognu: Add kaldi.
Ricardo Wurmus [Wed, 13 Mar 2019 18:30:19 +0000 (19:30 +0100)]
gnu: Add kaldi.

* gnu/packages/machine-learning.scm (kaldi): New variable.

5 years agognu: Add r-valr.
Ricardo Wurmus [Wed, 13 Mar 2019 16:19:58 +0000 (17:19 +0100)]
gnu: Add r-valr.

* gnu/packages/cran.scm (r-valr): New variable.

5 years agognu: Add r-linnorm.
Ricardo Wurmus [Wed, 13 Mar 2019 16:13:21 +0000 (17:13 +0100)]
gnu: Add r-linnorm.

* gnu/packages/bioconductor.scm (r-linnorm): New variable.

5 years agognu: Add python2-argparse.
Ricardo Wurmus [Wed, 13 Mar 2019 16:11:09 +0000 (17:11 +0100)]
gnu: Add python2-argparse.

* gnu/packages/python-xyz.scm (python2-argparse): New variable.

5 years agognu: Add r-apcluster.
Ricardo Wurmus [Wed, 13 Mar 2019 16:10:53 +0000 (17:10 +0100)]
gnu: Add r-apcluster.

* gnu/packages/cran.scm (r-apcluster): New variable.

5 years agognu: Add r-gmodels.
Ricardo Wurmus [Wed, 13 Mar 2019 16:10:41 +0000 (17:10 +0100)]
gnu: Add r-gmodels.

* gnu/packages/cran.scm (r-gmodels): New variable.

5 years agognu: Add tetoolkit.
Ricardo Wurmus [Wed, 13 Mar 2019 14:14:10 +0000 (15:14 +0100)]
gnu: Add tetoolkit.

* gnu/packages/bioinformatics.scm (tetoolkit): New variable.

5 years agognu: Add r-irkernel.
Ricardo Wurmus [Wed, 13 Mar 2019 13:26:45 +0000 (14:26 +0100)]
gnu: Add r-irkernel.

* gnu/packages/cran.scm (r-irkernel): New variable.

5 years agognu: Add r-irdisplay.
Ricardo Wurmus [Wed, 13 Mar 2019 13:26:34 +0000 (14:26 +0100)]
gnu: Add r-irdisplay.

* gnu/packages/cran.scm (r-irdisplay): New variable.

5 years agognu: Add r-repr.
Ricardo Wurmus [Wed, 13 Mar 2019 13:26:25 +0000 (14:26 +0100)]
gnu: Add r-repr.

* gnu/packages/cran.scm (r-repr): New variable.

5 years agognu: Add r-pbdzmq.
Ricardo Wurmus [Wed, 13 Mar 2019 13:26:08 +0000 (14:26 +0100)]
gnu: Add r-pbdzmq.

* gnu/packages/cran.scm (r-pbdzmq): New variable.

5 years agognu: Add r-illuminahumanmethylationepicmanifest.
Ricardo Wurmus [Wed, 13 Mar 2019 12:49:20 +0000 (13:49 +0100)]
gnu: Add r-illuminahumanmethylationepicmanifest.

* gnu/packages/bioconductor.scm (r-illuminahumanmethylationepicmanifest):
New variable.

5 years agognu: Add r-lumi.
Ricardo Wurmus [Wed, 13 Mar 2019 12:35:40 +0000 (13:35 +0100)]
gnu: Add r-lumi.

* gnu/packages/bioconductor.scm (r-lumi): New variable.

5 years agognu: Add r-methylumi.
Ricardo Wurmus [Wed, 13 Mar 2019 12:35:33 +0000 (13:35 +0100)]
gnu: Add r-methylumi.

* gnu/packages/bioconductor.scm (r-methylumi): New variable.

5 years agognu: Add r-fdb-infiniummethylation-hg19.
Ricardo Wurmus [Wed, 13 Mar 2019 12:35:18 +0000 (13:35 +0100)]
gnu: Add r-fdb-infiniummethylation-hg19.

* gnu/packages/bioconductor.scm (r-fdb-infiniummethylation-hg19): New variable.

5 years agognu: portaudio: Build position independent code and install more headers.
Ricardo Wurmus [Wed, 13 Mar 2019 12:19:06 +0000 (13:19 +0100)]
gnu: portaudio: Build position independent code and install more headers.

* gnu/packages/audio.scm (portaudio)[arguments]: Pass "--with-pic" and
initialize libtool in new build phase "build-only-position-independent-code";
install extra header in new build phase "install-missing-headers".

5 years agognu: Add r-minfi.
Ricardo Wurmus [Wed, 13 Mar 2019 12:17:11 +0000 (13:17 +0100)]
gnu: Add r-minfi.

* gnu/packages/bioconductor.scm (r-minfi): New variable.

5 years agognu: Add r-bumphunter.
Ricardo Wurmus [Wed, 13 Mar 2019 12:16:48 +0000 (13:16 +0100)]
gnu: Add r-bumphunter.

* gnu/packages/bioconductor.scm (r-bumphunter): New variable.

5 years agognu: Add r-siggenes.
Ricardo Wurmus [Wed, 13 Mar 2019 12:16:22 +0000 (13:16 +0100)]
gnu: Add r-siggenes.

* gnu/packages/bioconductor.scm (r-siggenes): New variable.

5 years agognu: Add r-illuminaio.
Ricardo Wurmus [Wed, 13 Mar 2019 12:15:42 +0000 (13:15 +0100)]
gnu: Add r-illuminaio.

* gnu/packages/bioconductor.scm (r-illuminaio): New variable.

5 years agognu: Add r-geoquery.
Ricardo Wurmus [Wed, 13 Mar 2019 12:15:24 +0000 (13:15 +0100)]
gnu: Add r-geoquery.

* gnu/packages/bioconductor.scm (r-geoquery): New variable.

5 years agognu: Add r-scone.
Ricardo Wurmus [Wed, 13 Mar 2019 12:14:40 +0000 (13:14 +0100)]
gnu: Add r-scone.

* gnu/packages/bioconductor.scm (r-scone): New variable.