Commit Graph

45114 Commits (cc908fde64799eaa60e1e63be75697a12f7cb017)

Author SHA1 Message Date
Efraim Flashner cc908fde64
gnu: Remove hydra.
Our copy of hydra hasn't built in years.

* gnu/packages/ci.scm (hydra): Remove variable.
2019-06-18 20:12:42 +03:00
Ricardo Wurmus 4088ae4270
gnu: python-on-guile: Update to 0.1.0-2.058c596.
* gnu/packages/guile-xyz.scm (python-on-guile): Update to 0.1.0-2.058c596.
[source]: Fetch from fork at git.elephly.net.
[arguments]: Remove phase "use-canonical-directory-for-go-files".
2019-06-18 18:23:47 +02:00
Nicolas Goaziou d60b064d47
gnu: Add python-iml.
* gnu/packages/machine-learning.scm (python-iml): New variable.
2019-06-18 17:58:31 +02:00
Vasile Dumitrascu 2e8c912fdc
gnu: aircrack-ng: Update to 1.5.2.
* gnu/packages/networking.scm (aircrack-ng): Update to 1.5.2.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-18 17:01:30 +02:00
Zzull e6e2f4a08d
gnu: Add emacs-gruvbox-theme
* gnu/packages/emacs-xyz.scm (emacs-gruvbox-theme): New variable

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-18 16:55:01 +02:00
Ludovic Courtès 0c212811ac
gnu: Add python-slurm-magic.
* gnu/packages/parallel.scm (python-slurm-magic): New variable.
2019-06-18 16:51:22 +02:00
Ludovic Courtès b95ccbaf61
doc: Replace invalid uses of @var with @code.
* doc/guix.texi: Replace @var with @code in cases where we refer to a
Scheme variable and not to a metasyntactic variable.
2019-06-18 16:26:10 +02:00
Ludovic Courtès 9353b199c1
guix build: '--log-file' looks for build logs of equivalent derivations.
Previously, '--log-file' would look for log files only for the current
derivation, and thus wouldn't find log files of equivalent derivations
that produce the same output.

* guix/scripts/build.scm (guix-build) <log-file?>: Replace
'derivation-file-name' by 'derivation->output-path'.
2019-06-18 16:25:09 +02:00
Ludovic Courtès 5c7f87881a
tests: Avoid 'delete-paths' calls for 'derivation-prerequisites-to-build'.
* tests/derivations.scm ("derivation-prerequisites-to-build when outputs
already present"): Insert random text in BUILDER, and remove two calls
to 'delete-paths'.  Use 'derivation->output-path' for INPUT-PATH instead
of an old idiom.
2019-06-18 16:25:09 +02:00
Ricardo Wurmus a32e3b9078
gnu: gemmlowp-for-tensorflow: Use SSE2.
* gnu/packages/machine-learning.scm (gemmlowp-for-tensorflow)[arguments]: Only
enable SSE2, not SSE4.1 on i686 and x86_64 architectures.
2019-06-18 16:02:53 +02:00
Ricardo Wurmus 55dae98f73
gnu: Add python-matplotlib-venn.
* gnu/packages/python-xyz.scm (python-matplotlib-venn): New variable.
2019-06-18 14:50:52 +02:00
Ricardo Wurmus 8b5f756ccb
gnu: python-ipython: Update to 7.5.0
* gnu/packages/python-xyz.scm (python2-ipython): Do not inherit from
python-ipython.
[outputs]: Remove separate "doc" output.
[native-inputs]: Remove python-sphinx, python-sphinx-rtd-theme, texinfo, and
the texlive-union consisting of texlive-fonts-amsfonts, texlive-fonts-ec,
texlive-generic-ifxetex, texlive-generic-pdftex, texlive-latex-amsfonts,
texlive-latex-capt-of, texlive-latex-cmap, texlive-latex-environ,
texlive-latex-eqparbox, texlive-latex-etoolbox, texlive-latex-expdlist,
texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-fncychap,
texlive-latex-float, texlive-latex-framed, texlive-latex-geometry,
texlive-latex-graphics, texlive-latex-hyperref, texlive-latex-mdwtools,
texlive-latex-multirow, texlive-latex-oberdiek, texlive-latex-parskip,
texlive-latex-preview, texlive-latex-tabulary, texlive-latex-threeparttable,
texlive-latex-titlesec, texlive-latex-trimspaces, texlive-latex-ucs,
texlive-latex-upquote, texlive-latex-url, texlive-latex-varwidth, and
texlive-latex-wrapfig.
[arguments]: Remove "install-doc" phase; rename "fix-tests" phase to
"delete-broken-tests" and adjust.
(python-ipython): Update to 7.5.0.
[outputs]: Remove separate "doc" output.
[propagated-inputs]: Add python-backcall and python-jedi; replace
python-prompt-toolkit-1 with python-prompt-toolkit.
[native-inputs]: Remove python-sphinx, python-sphinx-rtd-theme, texinfo, and
the texlive-union consisting of texlive-fonts-amsfonts, texlive-fonts-ec,
texlive-generic-ifxetex, texlive-generic-pdftex, texlive-latex-amsfonts,
texlive-latex-capt-of, texlive-latex-cmap, texlive-latex-environ,
texlive-latex-eqparbox, texlive-latex-etoolbox, texlive-latex-expdlist,
texlive-latex-fancyhdr, texlive-latex-fancyvrb, texlive-latex-fncychap,
texlive-latex-float, texlive-latex-framed, texlive-latex-geometry,
texlive-latex-graphics, texlive-latex-hyperref, texlive-latex-mdwtools,
texlive-latex-multirow, texlive-latex-oberdiek, texlive-latex-parskip,
texlive-latex-preview, texlive-latex-tabulary, texlive-latex-threeparttable,
texlive-latex-titlesec, texlive-latex-trimspaces, texlive-latex-ucs,
texlive-latex-upquote, texlive-latex-url, texlive-latex-varwidth, and
texlive-latex-wrapfig.
[arguments]: Remove "install-doc" phase; simplify "fix-tests" phase.
[properties]: Remove.
(python-ipython-documentation): New variable.
2019-06-18 14:22:26 +02:00
Ricardo Wurmus 82110deadb
gnu: python-ipykernel: Update to 5.1.1.
* gnu/packages/python-xyz.scm (python-ipykernel): Update to 5.1.1.
2019-06-18 14:22:26 +02:00
Ricardo Wurmus 0f3789477a
gnu: python2-ipykernel: Split from python-ipykernel.
* gnu/packages/python-xyz.scm (python2-ipykernel): Define without
package-with-python2.
2019-06-18 14:22:26 +02:00
Ricardo Wurmus dede052a2c
gnu: Add python-backcall.
* gnu/packages/python-xyz.scm (python-backcall): New variable.
2019-06-18 14:22:23 +02:00
Tobias Geerinckx-Rice 1e609b78c7
gnu: stunnel: Update to 5.55.
* gnu/packages/web.scm (stunnel): Update to 5.55.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice 90d537f833
gnu: gaupol: Update to 1.6.
* gnu/packages/video.scm (gaupol): Update to 1.6.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice b37fa81d9b
gnu: eternalterminal: Update to 5.1.10.
* gnu/packages/terminals.scm (eternalterminal): Update to 5.1.10.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice 614f7df3ae
gnu: mercurial: Update to 5.0.1.
* gnu/packages/version-control.scm (mercurial): Update to 5.0.1.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice f2c119a129
gnu: rtv: Update to 1.27.0.
* gnu/packages/syndication.scm (rtv): Update to 1.27.0.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice ecd5c202b2
gnu: libnftnl: Update to 1.1.3.
* gnu/packages/linux.scm (libnftnl): Update to 1.1.3.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice 55c08305d6
gnu: gandi.cli: Update to 1.5.
* gnu/packages/networking.scm (gandi.cli): Update to 1.5.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice a0f2c945e3
gnu: hcxdumptool: Update to 5.1.5.
* gnu/packages/networking.scm (hcxdumptool): Update to 5.1.5.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice 6807d6a985
gnu: hcxtools: Update to 5.1.6.
* gnu/packages/networking.scm (hcxtools): Update to 5.1.6.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice 23414a8efa
gnu: mpd-mpc: Update to 0.32.
* gnu/packages/mpd.scm (mpd-mpc): Update to 0.32.
2019-06-18 06:15:02 +02:00
Tobias Geerinckx-Rice 8dec0cdf6e
gnu: radare2: Update to 3.5.1.
* gnu/packages/engineering.scm (radare2): Update to 3.5.1.
2019-06-18 06:15:01 +02:00
Ivan Petkov 0ab5e91e1c
gnu: rust: Update to 1.35.0.
* gnu/packages/rust.scm (rust): Rename to...
(rust-1.34): ...this.
(rust): New variable.
2019-06-17 19:46:05 -07:00
Gábor Boskovits 46dc940c9a
gnu: Add mako.
* gnu/packages/wm.scm (mako): New variable.
2019-06-18 00:25:23 +02:00
Andreas Enge 4c32f116cd
gnu: Add libhomfly.
* gnu/packages/sagemath.scm (libhomfly): New variable.
2019-06-18 00:14:14 +02:00
Andreas Enge 972ef8f591
gnu: Add libbraiding.
* gnu/packages/sagemath.scm (libbraiding): New variable.
2019-06-18 00:14:14 +02:00
Gábor Boskovits 1539156231
doc: Fix typo.
* doc/guix.texi (Base Services)[guix-publish-service-type]:
"guix-publish-configuration" instead of "guix-configuration".
2019-06-17 23:20:44 +02:00
Danny Milosavljevic c8535731b8
gnu: python-flask-script: Fix tests.
* gnu/packages/python-web.scm
(python-flask-script)[arguments]<#:phases>[patch-tests]: New phase.
2019-06-17 22:56:19 +02:00
Ricardo Wurmus 27d6d24e63
gnu: python-scikit-learn: Update to 0.20.3.
* gnu/packages/machine-learning.scm (python-scikit-learn): Update to 0.20.3.
2019-06-17 20:22:42 +02:00
Ricardo Wurmus a6f2ced34b
gnu: Add tbsp.
* gnu/packages/bioinformatics.scm (tbsp): New variable.
2019-06-17 20:22:38 +02:00
Andreas Enge bf473f0ca0
gnu: Add rw.
* gnu/packages/graph.scm (rw): New variable.
2019-06-17 19:47:15 +02:00
Andreas Enge f455d99dfa
gnu: edge-addition-planarity-suite: Move to the (gnu packages graph) module.
* gnu/packages/maths.scm (edge-addition-planarity-suite): Move from here...
* gnu/packages/maths.scm (edge-addition-planarity-suite): ...to here.
2019-06-17 19:47:15 +02:00
Nicolas Goaziou 7658904a34
gnu: Fix freeorion build.
* gnu/packages/games.scm (freeorion)[arguments]: Fix font unbundling.
2019-06-17 17:37:04 +02:00
Andreas Enge 9f6065237d
gnu: Add edge-addition-planarity-suite.
* gnu/packages/maths.scm (edge-addition-planarity-suite): New variable.
2019-06-17 17:02:01 +02:00
Andreas Enge 1e1a65a633
gnu: python-cypari2: Update to 2.1.1.
* gnu/packages/sagemath.scm (python-cypari2): Update to 2.1.1.
2019-06-17 16:00:13 +02:00
Andreas Enge 20caeea483
gnu: Add cliquer.
* gnu/packages/sagemath.scm (cliquer): New variable.
2019-06-17 16:00:13 +02:00
Efraim Flashner 505459d7cb
gnu: busybox: Don't install to usr.
* gnu/packages/busybox.scm (busybox)[arguments]: Add a custom phase
to prevent installing to %PREFIX/usr.
2019-06-17 16:27:16 +03:00
Gábor Boskovits de2d14f2ff
gnu: waybar: Add optional dependencies.
* gnu/packages/wm.scm(waybar)[inputs]: Add libdbusmenu, libnl,
libmpdclient and pulseaudio.
2019-06-17 13:33:06 +02:00
Ricardo Wurmus 5cfc16320a
gnu: python-scipy: Update to 1.2.2.
* gnu/packages/python-xyz.scm (python-scipy): Update to 1.2.2.
2019-06-17 13:31:23 +02:00
Robert Vollmert f434664cc0
gnu: oil-shell: Update to 0.6pre22.
It turns out the currently packaged release fails to build for me.
According to upstream, the 0.6 pre-releases are preferable to
currently packaged 0.5.

gnu/packages/shells.scm (oil-shell): Update to 0.6pre22.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-17 12:36:13 +02:00
Robert Vollmert 73eacca85e
gnu: kakoune: Remove dependency on boost.
kakoune builds without boost since a while already.

* gnu/packages/text-editors.scm (kakoune)[inputs]: Remove boost.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2019-06-17 12:36:13 +02:00
Ludovic Courtès ed504cafa2
vm: 'system-docker-image' builds in a UTF-8 locale.
Fixes <https://bugs.gnu.org/36215>.
Reported by Björn Höfling <bjoern.hoefling@bjoernhoefling.de>.

This is a followup to 9c941364bf.

* gnu/system/vm.scm (system-docker-image)[build]: Set GUIX_LOCPATH and
call 'setlocale'.
2019-06-17 12:36:13 +02:00
Ludovic Courtès 123b9c02dd
gnu: open-zwave: Unbundle hidapi.
* gnu/packages/patches/open-zwave-hidapi.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/zwave.scm (open-zwave)[source](patches): New field.
(snippet): Delete 'cpp/hidapi'.
[native-inputs]: Add PKG-CONFIG.
[inputs]: Add HIDAPI.
2019-06-17 12:36:13 +02:00
Andreas Enge bf95a142bb
gnu: gap: Update to 4.10.1.
* gnu/packages/algebra.scm (gap): Update to 4.10.1.
Install headers and library files by hand, since the make targets have
disappeared. Delete the special check phase, since the "make check" target
has appeared. Remove a package that is no longer recommended, and enable
two recommended packages with clarified licenses.
2019-06-17 12:15:21 +02:00
Efraim Flashner 55350f8316
gnu: cmst: Don't install files to usr.
* gnu/packages/connman.scm (cmst)[arguments]: Move custom 'fix-Makefiles
phase before 'build. Add more substitutions.
2019-06-17 10:02:47 +03:00
Efraim Flashner 9e3e80baa3
gnu: cava: Don't install files to usr.
* gnu/packages/audio.scm (cava)[arguments]: In configure-flags change
FONT_DIR to not use 'usr'.
2019-06-17 10:02:46 +03:00