Tobias Geerinckx-Rice
d26563323d
gnu: corkscrew: Deduplicate documentation directories.
...
* gnu/packages/ssh.scm (corkscrew)[arguments]: Install documentation to
the correct versioned subdirectory, as already done by the build system.
2018-06-22 22:00:23 +02:00
Tobias Geerinckx-Rice
7c1a64aa5c
gnu: corkscrew: Return #t from all phases.
...
* gnu/packages/ssl.scm (corkscrew)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-22 22:00:23 +02:00
Tobias Geerinckx-Rice
e7c37ed590
gnu: guile-ssh: Return #t from all phases.
...
* gnu/packages/ssh.scm (guile-ssh)[arguments]: Substitute INVOKE for
SYSTEM* and all its trappings.
2018-06-22 22:00:22 +02:00
Tobias Geerinckx-Rice
9947dcd746
gnu: libtocc: Return #t from all phases.
...
* gnu/packages/search.scm (libtocc)[arguments]: Substitute INVOKE for
SYSTEM*. Return #t rather than undefined from phases. Re-indent.
2018-06-22 22:00:22 +02:00
Tobias Geerinckx-Rice
642d2db55a
gnu: qemu: Return #t from phases.
...
* gnu/packages/virtualization.scm (qemu)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-22 22:00:22 +02:00
Tobias Geerinckx-Rice
56d63f8119
gnu: git-crypt: Return #t from all phases.
...
* gnu/packages/version-control.scm (git-crypt)[arguments]: Substitute
INVOKE for SYSTEM*.
2018-06-22 22:00:21 +02:00
Tobias Geerinckx-Rice
d6870d107e
gnu: lxc: Return #t from phases.
...
* gnu/packages/virtualization.scm (lxc)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-22 22:00:21 +02:00
Rutger Helling
71d4ba5246
gnu: lookingglass: Update to a11.
...
* gnu/packages/virtualization.scm (lookingglass): Update to a11.
[native-inputs]: Add 'libconfig', 'nettle'.
[arguments]: Add 'CC=gcc' make-flag.
2018-06-22 14:57:41 +02:00
Ricardo Wurmus
8b0f6917b3
gnu: extempore: Fetch sources from git.
...
* gnu/packages/music.scm (extempore)[source]: Fetch from git.
2018-06-22 14:17:40 +02:00
Ricardo Wurmus
2394afa496
gnu: patchmatrix: Update to 0.12.0-1.a0b0b1e.
...
* gnu/packages/music.scm (patchmatrix): Update to 0.12.0-1.a0b0b1e.
[arguments]: Add phase "make-gzip-archive-writable".
2018-06-22 13:35:56 +02:00
Ricardo Wurmus
3fa31317c2
gnu: sfarkxtc: Update to 0-1.13cd6f937.
...
* gnu/packages/compression.scm (sfarkxtc): Update to 0-1.13cd6f937.
2018-06-22 13:23:06 +02:00
Ricardo Wurmus
a6b5e1fba3
gnu: non-sequencer: Update to 1.9.5-4.5ae43bb.
...
* gnu/packages/music.scm (non-sequencer): Update to 1.9.5-4.5ae43bb.
2018-06-22 12:29:23 +02:00
Ricardo Wurmus
e10a15fa5f
gnu: ntk: Update to 1.3.1000.
...
* gnu/packages/fltk.scm (ntk): Update to 1.3.1000.
[arguments]: Do not use python-2; add missing #t to "set-ldflags" phase.
2018-06-22 11:40:27 +02:00
Ricardo Wurmus
c57e50b2b9
gnu: pigx-chipseq: Update to 0.0.17.
...
* gnu/packages/bioinformatics.scm (pigx-chipseq): Update to 0.0.17.
[arguments]: Remove "wrap-executable" phase.
2018-06-22 11:40:27 +02:00
Pierre Neidhardt
145b06938c
gnu: git: Add "credential-netrc" output.
...
* gnu/packages/version-control.scm (git): Add "credential-netrc"
output.
Signed-off-by: Gábor Boskovits <boskovits@gmail.com>
2018-06-22 11:37:35 +02:00
Ludovic Courtès
cf81ddefc8
gnu: gnome-dictionary: Update to 3.26.1.
...
* gnu/packages/gnome.scm (gnome-dictionary): Update to 3.26.1.
[build-system]: Switch to MESON-BUILD-SYSTEM.
[arguments]; New field.
2018-06-22 10:23:31 +02:00
Ludovic Courtès
6fe419743d
Do not record store file name in bioinformatics.scm.
...
* gnu/packages/bioinformatics.scm (dropseq-tools): Replace full store
file name with ellipses.
2018-06-22 10:23:31 +02:00
Clément Lassieur
5ca5ab8ba7
gnu: parallel: Remove 'bash' input.
...
Because it's implicit.
* gnu/packages/parallel.scm (parallel)[inputs]: Remove 'bash'.
2018-06-22 09:35:13 +02:00
Tobias Geerinckx-Rice
8edebd3207
gnu: nyx: Show header stats.
...
This is a follow-up to commit 18ab54d4a2
and fixes a regression introduced by Nyx 2.0.4 + Python 3.
* gnu/packages/tor.scm (nyx)[source]: Add patch.
* gnu/packages/patches/nyx-show-header-stats-with-python3.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-06-22 01:07:20 +02:00
Clément Lassieur
4e7950fdce
gnu: parallel: Wrap program instead of substituting 'ps' and 'perl'.
...
* gnu/packages/parallel.scm (parallel)[arguments]: Replace 'ps' and 'perl'
substitutions with a 'wrap-program' phase. Move the 'post-install-test' phase
after it.
[inputs]: Add bash.
2018-06-22 00:48:22 +02:00
Tobias Geerinckx-Rice
18ab54d4a2
gnu: nyx: Update to 2.0.4.
...
* gnu/packages/tor.scm (nyx): Update to 2.0.4.
[source]: Use proper PYPI-URI release tarball.
[native-inputs]: Remove (possibly outdated) test dependencies for now.
[arguments]: Remove no-longer-supported #:configure-flags, adding new
‘install-man-page’ and ‘install-sample-configuration’ phases.
Use setuptools. Disable tests.
2018-06-22 00:28:04 +02:00
Tobias Geerinckx-Rice
b544dde3e7
gnu: perl-catalyst-runtime: Update to 5.90118.
...
* gnu/packages/web.scm (perl-catalyst-runtime): Update to 5.90118.
[source]: Update URI.
[native-inputs]: Remove perl-module-install.
[inputs]: Remove perl-class-data-inheritable, perl-http-request-ascgi,
perl-moosex-role-withoverloading, and perl-namespace-autoclean.
2018-06-22 00:25:40 +02:00
Tobias Geerinckx-Rice
17fe49b6ac
gnu: perl-catalystx-script-server-starman: Update to 0.03.
...
* gnu/packages/web.scm (perl-catalystx-script-server-starman): Update to 0.03.
2018-06-22 00:25:25 +02:00
Tobias Geerinckx-Rice
df23cac752
gnu: nyx: Update home page.
...
* gnu/packages/tor.scm (nyx)[home-page]: Update.
[description]: Remove last reference to old ‘arm’ project name.
2018-06-22 00:20:12 +02:00
Tobias Geerinckx-Rice
4e3a72d9c5
gnu: nyx: Return #t from all phases.
...
* gnu/packages/video.scm (nyx)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22 00:20:12 +02:00
Tobias Geerinckx-Rice
1e501ffeaa
gnu: dwm: Return #t from all phases.
...
* gnu/packages/video.scm (dwm)[arguments]: Substitute INVOKE for SYSTEM*.
2018-06-22 00:20:12 +02:00
Tobias Geerinckx-Rice
a0c5dafcc3
gnu: zile-on-guile: Return #t from all phases.
...
* gnu/packages/zile.scm (zile-on-guile)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-22 00:20:12 +02:00
Tobias Geerinckx-Rice
1a135896b3
gnu: vpnc-scripts: Update to 20180226.07c3518.
...
* gnu/packages/vpn.scm (vpnc-scripts): Update to 20180226.07c3518.
2018-06-22 00:20:12 +02:00
Tobias Geerinckx-Rice
863501b723
gnu: vpnc-scripts: Return #t from all phases.
...
* gnu/packages/vpn.scm (vpnc-scripts)[arguments]: Substitute INVOKE for
SYSTEM*. Return #t rather than undefined from phases.
2018-06-22 00:20:11 +02:00
Tobias Geerinckx-Rice
2cd8e6e066
gnu: neofetch: Tweak synopsis & description.
...
* gnu/packages/admin.scm (neofetch)[synopsis, description]: Avoid
abbreviation (but draw the line at ASCII).
2018-06-22 00:20:11 +02:00
Tobias Geerinckx-Rice
6a163a3fe8
gnu: hplip: Tweak synopsis & description.
...
* gnu/packages/cups.scm (hplip)[synopis]: Remove Random Capitalisation.
[description]: Likewise. Define ‘PPD’.
2018-06-22 00:20:11 +02:00
Tobias Geerinckx-Rice
bb6c3d2332
gnu: libsemanage: Return #t from all phases.
...
* gnu/packages/selinux.scm (libsemanage)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-22 00:20:11 +02:00
Tobias Geerinckx-Rice
1fe5791d8d
gnu: mplayer: Return #t from all phases.
...
* gnu/packages/video.scm (mplayer)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-22 00:20:10 +02:00
Tobias Geerinckx-Rice
52fb5b3aee
gnu: vapoursynth: Return #t from all phases.
...
* gnu/packages/video.scm (vapoursynth)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-22 00:20:10 +02:00
Tobias Geerinckx-Rice
e626984639
gnu: libsmpeg: Return #t from all phases.
...
* gnu/packages/video.scm (libsmpeg)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-22 00:20:10 +02:00
Tobias Geerinckx-Rice
da6f345c71
gnu: handbrake: Return #t from all phases.
...
* gnu/packages/video.scm (handbrake)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-22 00:20:10 +02:00
Tobias Geerinckx-Rice
bf6edb9596
gnu: libmediainfo: Return #t from all phases.
...
* gnu/packages/video.scm (libmediainfo)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-22 00:20:10 +02:00
Tobias Geerinckx-Rice
d793d9a601
gnu: mediainfo: Return #t from all phases.
...
* gnu/packages/video.scm (mediainfo)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-22 00:20:09 +02:00
Tobias Geerinckx-Rice
6b677bb004
gnu: livemedia-utils: Return #t from all phases.
...
* gnu/packages/video.scm (livemedia-utils)[arguments]: Substitute
INVOKE for SYSTEM*.
2018-06-22 00:20:09 +02:00
Tobias Geerinckx-Rice
63181c8599
gnu: frei0r-plugins: Return #t from all phases.
...
* gnu/packages/video.scm (frei0r-plugins)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-22 00:20:09 +02:00
Clément Lassieur
3cd1aafa83
gnu: parallel: Update to 20180622.
...
* gnu/packages/parallel.scm (parallel): Update to 20180622.
2018-06-21 23:26:24 +02:00
Tobias Geerinckx-Rice
407ef4b38a
gnu: hplip: Add Qt GUI support.
...
Some tools (like ‘hp-toolbox’) still refuse to launch, but at least
others (like ‘hp-systrax’) now seem to work.
* gnu/packages/cups.scm (hplip)[arguments]: Add #configure-flags for Qt.
[inputs]: Add python-gobject and python-pyqt.
2018-06-21 18:53:34 +02:00
Tobias Geerinckx-Rice
058df6cd0a
gnu: hplip: Update to 3.18.6.
...
* gnu/packages/cups.scm (hplip): Update to 3.18.6.
2018-06-21 18:51:00 +02:00
Tobias Geerinckx-Rice
d9cdcad1e0
Order (gnu packages cups) module imports alphabetically.
...
* gnu/packages/cups.scm (define-module): Order module imports
alphabetically.
2018-06-21 18:51:00 +02:00
Tobias Geerinckx-Rice
b345025137
gnu: gimp: Update to 2.10.2.
...
* gnu/packages/gimp.scm (gimp): Update to 2.10.2.
2018-06-21 18:50:59 +02:00
Tobias Geerinckx-Rice
6b1ea609ba
gnu: gegl: Update to 0.4.2.
...
* gnu/packages/gimp.scm (gegl): Update to 0.4.2.
2018-06-21 18:50:59 +02:00
Tobias Geerinckx-Rice
9b63458b09
gnu: babl: Update to 0.1.50.
...
* gnu/packages/gimp.scm (babl): Update to 0.1.50.
2018-06-21 18:50:58 +02:00
Tobias Geerinckx-Rice
603822b090
gnu: ruby-rack-protection: Update to 2.0.3.
...
* gnu/packages/ruby.scm (ruby-rack-protection): Update to 2.0.3.
2018-06-21 18:50:58 +02:00
Tobias Geerinckx-Rice
9347bbf4cf
gnu: ruby-rack: Update to 2.0.5.
...
* gnu/packages/ruby.scm (ruby-rack): Update to 2.0.5.
2018-06-21 18:50:57 +02:00
Tobias Geerinckx-Rice
e5bea952ea
gnu: sdl2-image: Update to 2.0.3.
...
* gnu/packages/sdl.scm (sdl2-image): Update to 2.0.3.
2018-06-21 17:33:13 +02:00
Marius Bakke
4dfea1010a
Merge branch 'master' into staging
2018-06-21 15:52:26 +02:00
Rutger Helling
a34801ca68
gnu: youtube-dl: Update to 2018.06.19.
...
* gnu/packages/video.scm (youtube-dl): Update to 2018.06.19.
2018-06-21 14:32:33 +02:00
Ricardo Wurmus
1a50321752
gnu: r-httpuv: Update to 1.4.4.1.
...
* gnu/packages/web.scm (r-httpuv): Update to 1.4.4.1.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus
58630da84c
gnu: r-mgcv: Update to 1.8-24.
...
* gnu/packages/statistics.scm (r-mgcv): Update to 1.8-24.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus
92b8a481d4
gnu: r-mice: Update to 3.1.0.
...
* gnu/packages/cran.scm (r-mice): Update to 3.1.0.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus
9de9dcd913
gnu: r-progress: Update to 1.2.0.
...
* gnu/packages/cran.scm (r-progress): Update to 1.2.0.
[propagated-inputs]: Add r-crayon and r-hms.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus
1f73fd017c
gnu: r-complexheatmap: Update to 1.18.1.
...
* gnu/packages/bioinformatics.scm (r-complexheatmap): Update to 1.18.1.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus
a1c7016498
gnu: r-delayedarray: Update to 0.6.1.
...
* gnu/packages/bioinformatics.scm (r-delayedarray): Update to 0.6.1.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus
eafd35bad5
gnu: r-optparse: Update to 1.6.0.
...
* gnu/packages/bioinformatics.scm (r-optparse): Update to 1.6.0.
2018-06-21 10:31:22 +02:00
Ricardo Wurmus
1e2b2f41d7
gnu: r-biocviews: Update to 1.48.2.
...
* gnu/packages/bioinformatics.scm (r-biocviews): Update to 1.48.2.
2018-06-21 10:31:22 +02:00
Pierre Neidhardt
913f1f1ff7
gnu: emacs-evil: Update to 20180517.
...
* gnu/packages/emacs.scm (emacs-evil): Update to 20180517.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-20 23:47:08 +02:00
Pierre Neidhardt
5a74886ef5
gnu: emacs-evil-mu4e: Deprecate in favor of emacs-evil-collection.
...
* gnu/packages/emacs.scm (emacs-evil-mu4e): Deprecate.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-20 23:47:08 +02:00
Pierre Neidhardt
1e5fb529d1
gnu: emacs-evil-ediff: Deprecate in favor of emacs-evil-collection.
...
* gnu/packages/emacs.scm (emacs-evil-ediff): Deprecate.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-20 23:47:08 +02:00
Pierre Neidhardt
9abf135b20
gnu: emacs-evil-collection: Update to 20180617.
...
* gnu/packages/emacs.scm (emacs-evil-collection): Update to 20180617.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-20 23:47:08 +02:00
Pierre Neidhardt
addda2eeb3
gnu: Add emacs-mu4e-conversation.
...
* gnu/packages/emacs.scm (emacs-mu4e-conversation): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-20 23:47:08 +02:00
Julien Lepiller
6a8d338158
gnu: ocaml: Build reproducibly.
...
* gnu/packages/patches/ocaml-enable-ocamldoc-reproducibility.patch: New
file.
* gnu/packages/ocaml.scm (ocaml)[origin]: Use it.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-06-20 21:26:16 +02:00
Rouby Pierre-Antoine
aed4944d51
gnu: Add go-github-com-ayufan-golang-kardianos-service.
...
* gnu/packages/golang.scm (go-github-com-ayufan-golang-kardianos-service): New
variable.
2018-06-20 12:55:01 -04:00
Leo Famulari
5cc2b8456f
gnu: Move go-github-com-kardianos-osext to (gnu packages golang).
...
This package will not be used in later versions of Syncthing but may be needed
by other Go programs.
* gnu/packages/syncthing.scm (go-github-com-kardianos-osext): Move to ...
* gnu/packages/golang.scm: ... here.
2018-06-20 12:55:01 -04:00
Rouby Pierre-Antoine
7427b2c6c1
gnu: Add go-github-com-sirupsen-logrus.
...
* gnu/packages/golang.scm (go-github-com-sirupsen-logrus): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2018-06-20 12:55:01 -04:00
Marius Bakke
b7a46ed227
gnu: openblas: Fix build on i686.
...
* gnu/packages/patches/openblas-fix-tests-i686.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/maths.scm (openblas)[native-inputs]: Add it.
[arguments]: Add phase to apply it on i686 systems only.
2018-06-20 16:02:04 +02:00
Gábor Boskovits
780205a04b
gnu: Add go-github-com-prometheus-node-exporter.
...
* gnu/packages/monitoring.scm (go-github-com-prometheus-node-exporter):
New variable.
2018-06-20 14:50:25 +02:00
Tobias Geerinckx-Rice
7e04f210e3
gnu: neofetch: Don't use auto-generated tarball.
...
* gnu/packages/admin.scm (neofetch)[source]: Use GIT-FETCH.
2018-06-20 14:39:54 +02:00
Tobias Geerinckx-Rice
acb1c72c1e
gnu: neofetch: Remove dead code.
...
Turns out that's most of it.
* gnu/packages/admin.scm (neofetch)[arguments]: Remove all custom
phases.
2018-06-20 14:39:54 +02:00
Ricardo Wurmus
00fca594da
gnu: Add guile-chickadee.
...
* gnu/packages/game-development.scm (guile-chickadee): New variable.
2018-06-20 11:28:09 +02:00
Ricardo Wurmus
e5b77ccfe8
gnu: guile-sdl2: Install compiled files to the expected place.
...
* gnu/packages/sdl.scm (guile-sdl2)[arguments]: Add build phase
"patch-makefile".
2018-06-20 11:28:09 +02:00
Rutger Helling
229e4d59f5
gnu: neofetch: Update to 5.0.0.
...
* gnu/packages/admin.scm (neofetch): Update to 5.0.0.
2018-06-20 11:08:31 +02:00
Tobias Geerinckx-Rice
80f755090d
gnu: perl-lwp-protocol-https: Update to 6.07.
...
* gnu/packages/web.scm (perl-lwp-protocol-https): Update to 6.07.
[native-inputs]: Add perl-test-requiresinternet.
2018-06-20 04:56:38 +02:00
Tobias Geerinckx-Rice
bdf1fe51d5
gnu: meandmyshadow: Update to 0.4.1.
...
* gnu/packages/games.scm (meandmyshadow): Update to 0.4.1.
2018-06-20 04:56:37 +02:00
Tobias Geerinckx-Rice
de0dfb8c0b
gnu: meandmyshadow: Return #t from phases.
...
* gnu/packages/games.scm (meandmyshadow)[arguments]: Return #t rather
than undefined from phases.
2018-06-20 04:56:37 +02:00
Tobias Geerinckx-Rice
5bc0ac962c
gnu: extremetuxracer: Fix typo in synopsis.
...
* gnu/packages/games.scm (extremetuxracer)[synopis]: Hyphenate.
2018-06-20 04:56:37 +02:00
Tobias Geerinckx-Rice
101460d461
gnu: extremetuxracer: Update to 0.7.5.
...
* gnu/packages/games.scm (extremetuxracer): Update to 0.7.5.
2018-06-20 04:56:36 +02:00
Tobias Geerinckx-Rice
1b915698a0
gnu: quakespasm: Update to 0.93.1.
...
* gnu/packages/games.scm (quakespasm): Update to 0.93.1.
2018-06-20 04:56:36 +02:00
Tobias Geerinckx-Rice
6ad191ba10
gnu: fizmo: Update home page.
...
* gnu/packages/games.scm (fizmo)[source, home-page]: Update URIs.
2018-06-20 04:56:36 +02:00
Tobias Geerinckx-Rice
50e1d36c48
gnu: fizmo: Update to 0.8.5.
...
* gnu/packages/games.scm (fizmo): Update to 0.8.5.
[arguments]: Adjust #:configure-flags to improved library detection.
2018-06-20 04:56:36 +02:00
Tobias Geerinckx-Rice
59e8a57d08
gnu: pioneers: Update to 15.5.
...
* gnu/packages/games.scm (pioneers): Update to 15.5.
[native-inputs]: Add itstool and libxml2.
2018-06-20 04:56:35 +02:00
Tobias Geerinckx-Rice
aa86a56463
gnu: emacs-d-mode: Update to 2.0.9.
...
* gnu/packages/emacs.scm (emacs-d-mode): Update to 2.0.9.
2018-06-20 04:56:35 +02:00
Tobias Geerinckx-Rice
80683c1e00
gnu: emacs-htmlize: Update to 1.53.
...
* gnu/packages/emacs.scm (emacs-htmlize): Update to 1.53.
2018-06-20 04:56:34 +02:00
Tobias Geerinckx-Rice
3321234cf3
gnu: r-recipes: Update to 0.1.3.
...
* gnu/packages/cran.scm (r-recipes): Update to 0.1.3.
[propagated-inputs]: Add r-pls.
2018-06-20 04:56:34 +02:00
Tobias Geerinckx-Rice
a86049d9b6
gnu: Add r-pls.
...
* gnu/packages/cran.scm (r-pls): New public variable.
2018-06-20 04:56:34 +02:00
Tobias Geerinckx-Rice
0430eb6643
gnu: r-prroc: Update to 1.3.1.
...
* gnu/packages/cran.scm (r-prroc): Update to 1.3.1.
2018-06-20 04:56:34 +02:00
Tobias Geerinckx-Rice
cd0750fcf2
gnu: memcached: Update to 1.5.8.
...
* gnu/packages/databases.scm (memcached): Update to 1.5.8.
2018-06-20 04:56:33 +02:00
Tobias Geerinckx-Rice
d4c68d3236
gnu: emacs-m-buffer-el: Return #t from phases.
...
* gnu/packages/emacs.scm (emacs-m-buffer-el)[arguments]: Substitute
INVOKE for SYSTEM*.
2018-06-20 04:56:33 +02:00
Tobias Geerinckx-Rice
bca4b2e7cc
gnu: emacs-xelb: Return #t from phases.
...
* gnu/packages/emacs.scm (emacs-xelb)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-20 04:56:33 +02:00
Tobias Geerinckx-Rice
2f48416f47
gnu: emacs-ess: Return #t from phases.
...
* gnu/packages/emacs.scm (emacs-ess)[arguments]: Substitute INVOKE for
SYSTEM* and return #t where otherwise undefined.
2018-06-20 04:56:32 +02:00
Tobias Geerinckx-Rice
e97ad01e4d
gnu: emacs-ivy: Return #t from phases.
...
* gnu/packages/emacs.scm (emacs-ivy)[arguments]: Substitute INVOKE for
SYSTEM* and return #t where otherwise undefined.
2018-06-20 04:56:32 +02:00
Tobias Geerinckx-Rice
e76d959d6a
gnu: emacs-slime: Use INVOKE.
...
* gnu/packages/emacs.scm (emacs-slime)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-20 04:56:31 +02:00
Tobias Geerinckx-Rice
d2f3817d69
gnu: emacs-pdf-tools: Return #t from phases.
...
As I read it, EMACS-SUBSTITUTE-VARIABLES always returns #t.
* gnu/packages/emacs.scm (emacs-pdf-tools)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-20 04:56:31 +02:00
Tobias Geerinckx-Rice
32a8a6bb60
gnu: emacs-mmm-mode: Return #t from phases.
...
* gnu/packages/emacs.scm (emacs-mmm-mode)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-20 04:56:31 +02:00
Tobias Geerinckx-Rice
8bc1967503
gnu: emacs-graphviz-dot-mode: Return #t from phases.
...
* gnu/packages/emacs.scm (emacs-graphviz-dot-mode)[arguments]:
Substitute INVOKE for SYSTEM*.
2018-06-20 04:56:30 +02:00
Tobias Geerinckx-Rice
f9299da92a
gnu: emacs-ag: Return #t from phases.
...
* gnu/packages/emacs.scm (emacs-ag)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-20 04:56:30 +02:00
Tobias Geerinckx-Rice
93adf925ba
gnu: emacs-w3m: Return #t from phases.
...
* gnu/packages/emacs.scm (emacs-w3m)[arguments]: Substitute INVOKE for
SYSTEM* & risky plumbing.
2018-06-20 04:56:30 +02:00
Tobias Geerinckx-Rice
ff6275fd26
gnu: haskell-mode: Use INVOKE.
...
* gnu/packages/emacs.scm (haskell-mode)[arguments]: Substitute INVOKE
for SYSTEM*.
2018-06-20 04:56:29 +02:00
Tobias Geerinckx-Rice
67cf588f4f
gnu: emacs-ghub: Return #t from phases.
...
* gnu/packages/emacs.scm (emacs-ghub)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-20 04:56:29 +02:00
Tobias Geerinckx-Rice
d78f1fdc5d
gnu: emacs-magit-popup: Return #t from phases.
...
* gnu/packages/emacs.scm (emacs-magit-popup)[arguments]: Substitute
INVOKE for SYSTEM*.
2018-06-20 04:56:29 +02:00
Tobias Geerinckx-Rice
f6fefe12f1
gnu: guile-emacs: Return #t from phases.
...
* gnu/packages/emacs.scm (guile-emacs)[arguments]: Substitute INVOKE for
SYSTEM*.
2018-06-20 04:56:28 +02:00
Tobias Geerinckx-Rice
5a368b2adf
gnu: emacs-ghub: Update to 2.0.1.
...
* gnu/packages/emacs.scm (emacs-ghub): Update to 2.0.1.
2018-06-20 04:56:28 +02:00
Tobias Geerinckx-Rice
de99ba7e7c
Fix some more lonely unquotes.
...
* gnu/packages/gnome.scm (workrave)[inputs]: Move unquote to its
operand.
* gnu/packages/java.scm (java-asm-bootstrap)[propagated-inputs]:
Likewise.
* gnu/packages/maven.scm (maven-compat)[native-inputs]: Likewise.
(maven)[inputs]: Likewise.
* gnu/packages/networking.scm (amule)[inputs]: Likewise.
* gnu/packages/wm.scm (nitrogen)[native-inputs]: Likewise.
2018-06-20 04:56:28 +02:00
Tobias Geerinckx-Rice
6917161d74
gnu: emacs-with-editor: Update to 2.7.3.
...
* gnu/packages/emacs.scm (emacs-with-editor): Update to 2.7.3.
2018-06-20 04:50:20 +02:00
Tobias Geerinckx-Rice
cac85e8bdb
gnu: r-xfun: Update to 0.2.
...
* gnu/packages/cran.scm (r-xfun): Update to 0.2.
2018-06-20 04:50:20 +02:00
Tobias Geerinckx-Rice
d4cf0382e5
gnu: inxi-minimal: Update to 3.0.12-1.
...
* gnu/packages/admin.scm (inxi-minimal): Update to 3.0.12-1.
2018-06-20 04:50:20 +02:00
Tobias Geerinckx-Rice
aa0551c270
gnu: bspwm: Update to 0.9.5.
...
* gnu/packages/wm.scm (bspwm): Update to 0.9.5.
2018-06-20 04:50:19 +02:00
Tobias Geerinckx-Rice
d6331fcaa6
gnu: mrrescue: Fix typo in description.
...
* gnu/packages/games.scm (mrrescue)[description]: Hyphenate.
2018-06-20 04:47:48 +02:00
Leo Famulari
c19af99c25
gnu: git-annex: Update to 6.20180529.
...
* gnu/packages/version-control.scm (git-annex): Update to 6.20180529.
[inputs]: Add ghc-tagsoup.
2018-06-19 18:01:01 -04:00
Tobias Geerinckx-Rice
ab5fc6a982
gnu: libyaml: Update to 0.1.7.
...
* gnu/packages/web.scm (libyaml): Update to 0.1.7.
[source]: Remove patch.
* gnu/packages/patches/libyaml-CVE-2014-9130.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-06-19 22:23:40 +02:00
Tobias Geerinckx-Rice
8893218a7d
gnu: mrrescue: Work on Löve 11.
...
* gnu/packages/games.scm (mrrescue)[arguments]: Extract & patch the game
data, and point ‘love’ to this modified copy. Minor cosmetic tweaks.
[native-inputs]: Add unzip, patch, and the love-11.patch which is...
* gnu/packages/patches/mrrescue-support-love-11.patch: ...a new file.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-06-19 22:20:15 +02:00
Tobias Geerinckx-Rice
3110c74b98
Revert "gnu: Remove Mr. Rescue."
...
This reverts commit 33f61dc1b5
.
The game can be patched to run on Löve 11 (done in a separate commit for
clarity).
2018-06-19 22:20:14 +02:00
Julien Lepiller
9e1ede95df
gnu: arc-icon-theme: Fix build.
...
* gnu/packages/gnome.scm (arc-icon-theme)[arguments]: Do not run
configure during the bootstrap phase.
2018-06-19 21:35:56 +02:00
Julien Lepiller
737d1b3cd6
gnu: faba-icon-theme: Fix build.
...
* gnu/packages/gnome.scm (faba-icon-theme)[arguments]: Do not run
configure during the bootstrap phase.
2018-06-19 21:35:50 +02:00
Efraim Flashner
2b94c14c9e
gnu: x265: Fix building on armhf-linux and aarch64-linux.
...
* gnu/packages/video.scm (x265)[source]: Add patch.
[arguments]: Enable PIC on armhf-linux.
* gnu/packages/patches/x265-fix-ppc64le-build.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
2018-06-19 21:49:12 +03:00
Marius Bakke
0106d6b40d
Merge branch 'master' into staging
2018-06-19 17:02:16 +02:00
Marius Bakke
793a66e5fe
gnu: redis: Update to 4.0.10 [fixes CVE-2018-11218, CVE-2018-11219].
...
* gnu/packages/databases.scm (redis): Update to 4.0.10.
2018-06-19 15:54:49 +02:00
Marius Bakke
7e66e0b3e7
gnu: libinput: Update to 1.11.1.
...
* gnu/packages/freedesktop.scm (libinput): Update to 1.11.1.
2018-06-19 15:51:53 +02:00
Marius Bakke
7469b7cb3d
gnu: nss, nss-certs: Update to 3.37.3.
...
* gnu/packages/gnuzilla.scm (nss): Update to 3.37.
* gnu/packages/certs.scm (nss-certs): Likewise.
2018-06-19 15:45:40 +02:00
Marius Bakke
1abc6fd84b
gnu: notmuch: Update to 0.27.
...
* gnu/packages/mail.scm (notmuch): Update to 0.27.
2018-06-19 15:35:37 +02:00
Ludovic Courtès
1fb947f6d7
gnu: guix-daemon: Build in the absence of guile-sqlite3.
...
Fixes a regression introduced in
3f311279d3
whereby guix-daemon's configure
would error out due to the lack of guile-sqlite3.
* gnu/packages/package-management.scm (guix-daemon)[inputs]: Remove
"boot-guile", "boot-guile/i686", and "util-linux".
[arguments]: Add #:configure-flags.
2018-06-19 15:29:21 +02:00
Ludovic Courtès
3f311279d3
gnu: guix: Update to 7af5c2a
.
...
* gnu/packages/package-management.scm (guix): Update to 7af5c2a
.
2018-06-19 14:29:46 +02:00
Pierre Neidhardt
d39c9efa11
gnu: emacs-bash-completion: Update to 2.1.0.
...
* gnu/packages/emacs.scm (emacs-bash-completion): Update to 2.1.0.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-19 13:43:42 +02:00
Pierre Neidhardt
a623c7e781
gnu: emacs-company: Update to 0.9.6.
...
* gnu/packages/emacs.scm (emacs-company): Update to 0.9.6.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-19 13:43:32 +02:00
Vagrant Cascadian
59cf90ee4b
gnu: elfutils: Update to 0.172.
...
Fixes <https://debbugs.gnu.org/31890 >
* gnu/packages/elf.scm (elfutils): Update to 0.172.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
2018-06-19 13:37:23 +02:00
Marius Bakke
641e387ac3
gnu: xf86-input-mouse: Update to 1.9.3.
...
* gnu/packages/xorg.scm (xf86-input-mouse): Update to 1.9.3.
2018-06-19 13:37:22 +02:00
Marius Bakke
80a1dfac1c
gnu: libxaw3d: Update to 1.6.3.
...
* gnu/packages/xorg.scm (libxaw3d): Update to 1.6.3.
2018-06-19 13:37:22 +02:00
Ricardo Wurmus
951375bab3
gnu: guitarix: Update to 0.37.1.
...
* gnu/packages/audio.scm (guitarix): Update to 0.37.1.
2018-06-19 10:48:14 +02:00
Leo Famulari
bc19a68c5c
gnu: QEMU: Fix CVE-2018-11806.
...
* gnu/packages/patches/qemu-CVE-2018-11806.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/virtualization.scm (qemu)[source]: Use it.
2018-06-19 01:19:35 -04:00
Pierre Neidhardt
92d581a0fd
gnu: emacs-image+: Don't propagate inputs.
...
* gnu/packages/emacs.scm (emacs-image+)[propagated-inputs]: Remove imagemagick
[Inputs]: Add imagemagick
[arguments]: Substitute path to imagemagick commands
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-18 23:19:51 +02:00
Pierre Neidhardt
a749040ad7
gnu: emacs-gif-screencast: Update URL.
...
* gnu/packages/emacs.scm (emacs-gif-screencast): Update URL.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-06-18 23:19:51 +02:00
Kei Kebreau
3fe43df716
gnu: schismtracker: Update to 20180523.
...
* gnu/packages/music.scm (schismtracker): Update to 20180523.
[arguments]: Use 'invoke' in the 'autoconf' phase.
2018-06-18 13:46:46 -04:00
Efraim Flashner
a181e858c7
gnu: gnu-pw-mgr: Update to 2.3.1.
...
* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 2.3.1.
[arguments]: Add phase to patch more shebangs.
2018-06-18 20:02:39 +03:00
Leo Famulari
bfc810ca13
gnu: w3m: Update source URL.
...
* gnu/packages/w3m.scm (w3m)[source]: Update URL.
2018-06-18 12:32:22 -04:00
George Clemmer
067a113a31
gnu: emacs-graphviz-dot-mode: Update for Emacs 26.1
...
* gnu/packages/emacs.scm (emacs-graphviz-dot-mode): Update to 0.3.11 for
compatibility with Emacs 26.1.
Signed-off-by: Leo Famulari <leo@famulari.name>
2018-06-18 12:18:04 -04:00
Leo Famulari
f49d6909e3
gnu: restic: Update the comment about the bundled dependencies.
...
* gnu/packages/backup.scm (restic): Update the comment.
2018-06-18 12:15:27 -04:00
Leo Famulari
9f162c0ab4
gnu: OpenSSL 1.1.0: Fix CVE-2018-{0495,0732}.
...
* gnu/packages/patches/openssl-1.1.0-CVE-2018-0495.patch,
gnu/packages/patches/openssl-1.1.0-CVE-2018-0732.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/tls.scm (openssl-next)[source]: Use them.
2018-06-18 12:04:49 -04:00
Leo Famulari
b8ea0db3ae
gnu: OpenSSL 1.0.2: Fix CVE-2018-{0495,0732}.
...
* gnu/packages/patches/openssl-1.0.2-CVE-2018-0495.patch,
gnu/packages/patches/openssl-1.0.2-CVE-2018-0732.patch: New files.
* gnu/local.mk (dist_patch_DATA): Add them.
* gnu/packages/tls.scm (openssl)[replacement]: New field.
(openssl/fixed): New variable.
2018-06-18 12:04:49 -04:00
Marius Bakke
6969c4de44
Merge branch 'master' into staging
2018-06-18 15:29:38 +02:00
Marius Bakke
73d18915b5
gnu: OpenBLAS: Update to 0.3.0.
...
* gnu/packages/maths.scm (openblas): Update to 0.3.0.
2018-06-18 15:27:08 +02:00
Mark H Weaver
d06352d9dc
gnu: linux-libre: Update to 4.17.2.
...
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.17.2.
(%linux-libre-hash): Update hash.
2018-06-18 03:39:51 -04:00
Mark H Weaver
3b682b2ba7
gnu: linux-libre@4.14: Update to 4.14.50.
...
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.50.
(%linux-libre-4.14-hash): Update hash.
2018-06-18 03:38:50 -04:00
Mark H Weaver
d5ce3594f6
gnu: linux-libre@4.9: Update to 4.9.109.
...
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.109.
2018-06-18 03:38:11 -04:00
Mark H Weaver
021d6296d8
gnu: linux-libre@4.4: Update to 4.4.138.
...
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.138.
2018-06-18 03:37:14 -04:00
Tobias Geerinckx-Rice
69e0aac3a7
gnu: zathura-pdf-mupdf: Link to JPEG libraries.
...
* gnu/packages/pdf.scm (zathura-pdf-mupdf)[source]: Add patch.
* gnu/packages/patches/zathura-pdf-mupdf-link-to-jpeg-libraries.patch:
New file.
* gnu/local.mk (dist_patch_DATA): Add it.
2018-06-18 04:04:41 +02:00
Pierre Neidhardt
47de00af16
gnu: encfs: Update to 1.9.5.
...
* gnu/packages/crypto.scm (encfs): Update to 1.9.5.
[source](snippet): Adjust paths. Remove two bundled libraries.
[native-inputs]: Add googletest-source.
[arguments]: Add 'unpack-googletest' and 'make-unittests' phases.
Signed-off-by: Kei Kebreau <kkebreau@posteo.net>
2018-06-17 21:59:51 -04:00