Commit Graph

23505 Commits (31ca09011a5883fbc47a8684ede22da2ab16bf7f)

Author SHA1 Message Date
Marius Bakke 2d03009860
gnu: Switch from kbproto to xorgproto.
* gnu/packages/mate.scm (mate-control-center, mate-screensaver)[inputs]:
Remove KBPROTO.
* gnu/packages/xorg.scm (kbproto)[properties]: Mark as superseded by XORGPROTO.
(xorg-server)[inputs]: Remove KBPROTO.
(libx11)[propated-inputs]: Replace KBPROTO with XORGPROTO.
[inputs]: Remove XORGPROTO.
2018-03-18 00:19:55 +01:00
Marius Bakke 3bad0d842e
gnu: Switch from compositeproto to xorgproto.
* gnu/packages/xorg.scm (compositeproto)[properties]: Mark as superseded by
XORGPROTO.
(libxcomposite)[propagated-inputs]: Remove COMPOSITEPROTO.
(xorg-server)[inputs]: Likewise.
* gnu/packages/enlightenment.scm (efl)[inputs]: Likewise.
2018-03-18 00:19:55 +01:00
Marius Bakke 89ad4fc6b3
gnu: Switch from fixesproto to xorgproto.
* gnu/packages/xorg.scm (compositeproto)[inputs]: Replace FIXESPROTO with XORGPROTO.
(libxfixes)[propagated-inputs]: Likewise.
[inputs]: Remove XORGPROTO.
(fixesproto)[properties]: Mark as superseded by XORGPROTO.
2018-03-18 00:19:54 +01:00
Marius Bakke caf90259fc
gnu: Switch from xextproto to xorgproto.
* gnu/packages/enlightenment.scm (efl)[inputs]: Remove XEXTPROTO.
* gnu/packages/mate.scm (mate-control-center, mate-screensaver,
mate-utils)[native-inputs]: Likewise.
* gnu/packages/xdisorg.scm (xautomation)[inputs]: Likewise.
* gnu/packages/gtk.scm (cairo)[inputs]: Replace XEXTPROTO with XORGPROTO.
* gnu/packages/ratpoison.scm (ratpoison)[inputs]: Likewise.
* gnu/packages/xnee.scm (xnee)[inputs]: Likewise.
* gnu/packages/xorg.scm (libdmx, libwindowswm, fixesproto, libxext,
libx11)[inputs]: Likewise.
(xorg-server): [inputs]: Remove XEXTPROTO.
(libxext)[properties]: Mark as superseded by XORGPROTO.
2018-03-18 00:19:54 +01:00
Marius Bakke 727f076fcd
gnu: Switch from bigreqsproto to xorgproto.
* gnu/packages/xorg.scm (xorg-server)[inputs]: Remove BIGREQSPROTO.
(bigreqsproto)[properties]: Mark as superseded by XORGPROTO.
2018-03-18 00:19:54 +01:00
Marius Bakke bea5239a3f
gnu: Switch from randrproto to xorgproto.
* gnu/packages/mate.scm (mate-control-center, mate-screensaver)[inputs]:
Remove RANDRPROTO.
* gnu/packages/xorg.scm (libxrandr, xorg-server)[inputs]: Likewise.
(randrproto)[properties]: Mark as superseded by XORGPROTO.
2018-03-18 00:19:54 +01:00
Marius Bakke 6a6db57f84
gnu: Switch from xproto to xorgproto.
* gnu/packages/compton.scm (compton)[inputs]: Replace XPROTO with XORGPROTO.
* gnu/packages/enlightenment.scm (efl)[inputs]: Likewise.
* gnu/packages/gnome.scm (totem)[inputs]: Likewise.
* gnu/packages/haskell.scm (ghc-x11-xft)[inputs]: Likewise.
* gnu/packages/image-processing.scm (vtk)[inputs]: Likewise.
* gnu/packages/mate.scm (mate-control-center, mate-netbook, mate-screensaver,
mate-utils)[native-inputs]: Likewise.
* gnu/packages/xdisorg.scm (xautomation)[native-inputs]: Likewise.
* gnu/packages/xnee.scm (xnee)[inputs]: Likewise.
* gnu/packages/xorg.scm (imake, lndir, libxshmfence, libfontenc, libfs,
libxcomposite, libxdmcp, libxft, libxmu, libxpm, libxres, makedepend,
mkfontscale, sessreg, xev, xf86-video-qxl, xkbcomp-intermediate, xkbutils,
xlsfonts, xmodmap, xpr, xprop, xrandr, xset, xwd, xwininfo, xwud, xorg-rgb,
libxdamage, libxrender, libxv, libice, libxau, libxfixes, libxfont, libxi,
libxrandr, libxvmc, xorg-server, libxcursor, libxaw, twm, xinit,
xterm)[inputs]: Likewise.
(xorgproto): Move expression before all other -proto packages.
(xproto)[properties]: Mark as superseded by XORGPROTO.
2018-03-18 00:16:52 +01:00
Christopher Baines be5ed14213
gnu: Add terraform-docs.
* gnu/packages/terraform.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2018-03-17 23:04:29 +00:00
Christopher Baines ed0c6a768e
gnu: Add go-github-com-hashicorp-hcl.
* gnu/packages/golang.scm (go-github-com-hashicorp-hcl): New variable.
2018-03-17 23:04:29 +00:00
Christopher Baines c4d2cffae7
gnu: Add go-github-com-tj-docopt.
* gnu/packages/golang.scm (go-github-com-tj-docopt): New variable.
2018-03-17 23:04:29 +00:00
Ludovic Courtès 44efe67ed0
gnu: guile-git: Update to 2bb9fbb.
* gnu/packages/guile.scm (guile-git): Update to 2bb9fbb.
2018-03-18 00:02:06 +01:00
Ludovic Courtès b34ac82482
gnu: nss-mdns: Adjust Avahi socket file name.
Fixes <https://bugs.gnu.org/30613>.
Regression introduced in 550f4509ac.
Reported by George myglc2 Clemmer <myglc2@gmail.com>.

* gnu/packages/avahi.scm (nss-mdns)[arguments]: Remove
 #:configure-flags.  Add #:phases.
2018-03-18 00:02:06 +01:00
Ludovic Courtès 80f565d313
gnu: datamash: Update to 1.3.
* gnu/packages/datamash.scm (datamash): Update to 1.3.
2018-03-18 00:02:06 +01:00
ng0 c217df913e
gnu: fvwm: Add '.desktop' file.
* gnu/packages/fvwm.scm (fvwm)[arguments]: Add new phase to create '.desktop' file.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-18 00:02:05 +01:00
Gábor Boskovits 3c27414968
gnu: java-simple-xml: Fix java8 test failures.
* gnu/packages/patches/javas-simple-xml-fix-tests.patch: New file.
* gnu/local.mk (dist_patch_DATA): Register it.
* gnu/packages/java.scm (java-simple-xml)[source](patches): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-18 00:02:05 +01:00
Mark H Weaver 6449e68d35
gnu: gs-fonts: Return #t from install phase.
* gnu/packages/ghostscript.scm (gs-fonts): Return #t from the install phase.
2018-03-17 17:57:56 -04:00
Efraim Flashner 5983b78368
gnu: shaderc: Clean up package arguments.
* gnu/packages/vulkan.scm (shaderc)[version]: Remove extra '-'.
[arguments]: Remove extra 'mkdir-p' calls and refer to inputs directly.
2018-03-17 23:15:34 +02:00
Mark H Weaver 0d98cb9a39
gnu: openssl: Simplify calls to 'invoke'.
* gnu/packages/tls.scm (openssl, openssl-next)[arguments]: In the
'configure' phase, simplify the calls to 'invoke'.
2018-03-17 17:12:34 -04:00
Rutger Helling 308b17f676
Revert "gnu: shaderc: Use more standard keys."
This reverts commit 9bc0591bc1.
This commit broke 'shaderc'.
2018-03-17 21:59:27 +01:00
Christopher Baines fb6f35ba1d
gnu: Add python-prometheus-client.
* gnu/packages/monitoring.scm (python-prometheus-client,
python2-prometheus-client): New variables.
2018-03-17 20:44:50 +00:00
宋文武 5011d3f4a0
gnu: openssl: Fix the call of 'apply invoke'.
This fixes the build failure introduced in commit 05f6e6014.

* gnu/packages/tls.scm (openssl, openssl-next)[arguments]: Pass configure
flags to 'apply invoke' as the ARGLIST list.
2018-03-18 02:50:58 +08:00
Tobias Geerinckx-Rice 3def739da1
gnu: Use the CMake build system's #:build-type key.
* gnu/packages/code.scm (rtags)[arguments]: Move the CMAKE_BUILD_TYPE
from #:configure-flags to #:build-type.
* gnu/packages/databases.scm (apache-arrow)[arguments]: Likewise
* gnu/packages/engineering.scm (kicad)[arguments]: Likewise
* gnu/packages/flashing-tools.scm (heimdall)[arguments]: Likewise
* gnu/packages/graphics.scm (openscenegraph)[arguments]: Likewise
* gnu/packages/linux.scm (rdma-core)[arguments]: Likewise
* gnu/packages/music.scm (portmidi)[arguments]: Likewise
* gnu/packages/photo.scm (rawtherapee)[arguments]: Likewise
* gnu/packages/rdesktop.scm (freerdp)[arguments]: Likewise
* gnu/packages/serialization.scm (flatbuffers)[arguments]: Likewise
* gnu/packages/web.scm (tidy-html)[arguments]: Likewise
2018-03-17 16:37:28 +01:00
Tobias Geerinckx-Rice c695fb769c
gnu: Fix common unquote typos.
It's easy to mistype ‘("foo" foo)’ as ‘("foo", foo)’ (which also works).
Fix such typos for the proper edification of our young.

* gnu/packages/android.scm: Move unquotes to their operands.
* gnu/packages/bootloaders.scm: Likewise.
* gnu/packages/build-tools.scm: Likewise.
* gnu/packages/chemistry.scm: Likewise.
* gnu/packages/compression.scm: Likewise.
* gnu/packages/connman.scm: Likewise.
* gnu/packages/django.scm: Likewise.
* gnu/packages/emulators.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/file-systems.scm: Likewise.
* gnu/packages/freedesktop.scm: Likewise.
* gnu/packages/games.scm: Likewise.
* gnu/packages/gimp.scm: Likewise.
* gnu/packages/gl.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/graphics.scm: Likewise.
* gnu/packages/haskell.scm: Likewise.
* gnu/packages/irc.scm: Likewise.
* gnu/packages/julia.scm: Likewise.
* gnu/packages/kde-frameworks.scm: Likewise.
* gnu/packages/linux.scm: Likewise.
* gnu/packages/lua.scm: Likewise.
* gnu/packages/mail.scm: Likewise.
* gnu/packages/make-bootstrap.scm: Likewise.
* gnu/packages/messaging.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/networking.scm: Likewise.
* gnu/packages/ocaml.scm: Likewise.
* gnu/packages/perl.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/python-web.scm: Likewise.
* gnu/packages/qt.scm: Likewise.
* gnu/packages/ratpoison.scm: Likewise.
* gnu/packages/sdl.scm: Likewise.
* gnu/packages/sml.scm: Likewise.
* gnu/packages/terminals.scm: Likewise.
* gnu/packages/text-editors.scm: Likewise.
* gnu/packages/video.scm: Likewise.
* gnu/packages/virtualization.scm: Likewise.
* gnu/packages/vulkan.scm: Likewise.
* gnu/packages/wget.scm: Likewise.
* gnu/packages/wine.scm: Likewise.
* gnu/packages/wm.scm: Likewise.
* gnu/packages/xdisorg.scm: Likewise.
* gnu/packages/xml.scm: Likewise.
* gnu/packages/xorg.scm: Likewise.
2018-03-17 16:37:27 +01:00
Tobias Geerinckx-Rice 9bc0591bc1
gnu: shaderc: Use more standard keys.
* gnu/packages/vulkan.scm (shaderc)[arguments]: Move cmake options from
the raw INVOKE call to #:build-type and #:configure-flags.  Adjust the
‘configure’ phase accordingly.
2018-03-17 16:37:26 +01:00
Tobias Geerinckx-Rice 8696fbbad1
gnu: shaderc: Use standard versioning scheme.
* gnu/packages/vulkan.scm (shaderc)[version]: Use GIT-VERSION with a
‘0.0.0’ prefix.
2018-03-17 16:37:26 +01:00
Tobias Geerinckx-Rice 49c4c4de85
gnu: shaderc: Fix formatting.
* gnu/packages/vulkan.scm (shaderc): Use conventional indentation.
[native-inputs]: Move unquotes to their operands.
2018-03-17 16:37:25 +01:00
Tobias Geerinckx-Rice 36a17f056c
gnu: texlive-latex-type1cm: Fix description typo.
* gnu/packages/tex.scm (texlive-latex-type1cm)[description]: Fix typo.
2018-03-17 16:37:25 +01:00
Tobias Geerinckx-Rice f17f9984c3
gnu: python-pkginfo: Update to 1.4.2.
* gnu/packages/python.scm (python-pkginfo): Update to 1.4.2.
2018-03-17 16:37:25 +01:00
Tobias Geerinckx-Rice 4bd77a5dd0
gnu: python-nbformat: Update to 4.4.0.
* gnu/packages/python.scm (python-nbformat): Update to 4.4.0.
2018-03-17 16:37:24 +01:00
Tobias Geerinckx-Rice 40a1020240
gnu: python-simplejson: Update to 3.13.2.
* gnu/packages/python.scm (python-simplejson): Update to 3.13.2.
2018-03-17 16:37:24 +01:00
Tobias Geerinckx-Rice c8674cf5fe
gnu: python-ptyprocess: Update to 0.5.2.
* gnu/packages/python.scm (python-ptyprocess): Update to 0.5.2.
2018-03-17 16:37:24 +01:00
Tobias Geerinckx-Rice e83539e8cc
gnu: python-chai: Update to 1.1.2.
* gnu/packages/python.scm (python-chai): Update to 1.1.2.
2018-03-17 16:37:23 +01:00
Tobias Geerinckx-Rice c300630d55
gnu: python-jupyter-console: Update to 5.2.0.
* gnu/packages/python.scm (python-jupyter-console): Update to 5.2.0.
2018-03-17 16:37:23 +01:00
Tobias Geerinckx-Rice c7bb731af8
gnu: python-kazoo: Update to 2.4.0.
* gnu/packages/python.scm (python-kazoo): Update to 2.4.0.
2018-03-17 16:37:23 +01:00
Tobias Geerinckx-Rice 96de54114c
gnu: python-jupyter-core: Update to 4.4.0.
* gnu/packages/python.scm (python-jupyter-core): Update to 4.4.0.
2018-03-17 16:37:22 +01:00
Tobias Geerinckx-Rice 34f53e4fbf
gnu: python-phonenumbers: Update to 8.9.1.
* gnu/packages/python.scm (python-phonenumbers): Update to 8.9.1.
2018-03-17 16:37:22 +01:00
Tobias Geerinckx-Rice e5fa7df963
gnu: python-decorator: Update to 4.2.1.
* gnu/packages/python.scm (python-decorator): Update to 4.2.1.
2018-03-17 16:37:22 +01:00
Tobias Geerinckx-Rice f212a85e41
gnu: python-jsonschema: Update to 2.6.0.
* gnu/packages/python.scm (python-jsonschema): Update to 2.6.0.
2018-03-17 16:37:21 +01:00
Tobias Geerinckx-Rice c9ec726cd8
gnu: python-protobuf: Update to 3.5.2.
* gnu/packages/protobuf.scm (python-protobuf): Update to 3.5.2.
2018-03-17 16:37:21 +01:00
Tobias Geerinckx-Rice 9b62a6c5eb
gnu: python-oslotest: Update to 3.3.0.
* gnu/packages/openstack.scm (python-oslotest): Update to 3.3.0.
2018-03-17 16:37:21 +01:00
Tobias Geerinckx-Rice e4da20ecd8
gnu: python-bcrypt: Update to 3.1.4.
* gnu/packages/password-utils.scm (python-bcrypt): Update to 3.1.4.
2018-03-17 16:37:20 +01:00
Tobias Geerinckx-Rice 132a7e68e4
gnu: python-entrypoints: Update to 0.2.3.
* gnu/packages/python.scm (python-entrypoints): Update to 0.2.3.
2018-03-17 16:37:20 +01:00
Tobias Geerinckx-Rice d062957a87
gnu: Use HTTPS for r-project.org home pages.
* gnu/packages/cran.scm (r-performanceanalytics, r-qap, r-gclus, r-leaps)
(r-splus2r, r-ifultools, r-sapa, r-quantmod, r-tseries, r-wmtsa, r-fractal)
(r-urca, r-trend, r-expm, r-complexplus, r-powerplus, r-signal, r-abind)
(r-prroc)[home-page]: Use HTTPS.
* gnu/packages/emacs.scm (emacs-ess)[home-page]: Likewise.
* gnu/packages/graph.scm (r-diffusionmap)[home-page]: Likewise.
* gnu/packages/statistics.scm (r-minimal, r-quantreg)[home-page]: Likewise.
2018-03-17 16:37:20 +01:00
Tobias Geerinckx-Rice 93e8731dcb
gnu: perl-sql-abstract: Update to 1.85.
* gnu/packages/databases.scm (perl-sql-abstract): Update to 1.85.
2018-03-17 16:37:19 +01:00
Tobias Geerinckx-Rice 111c25fd13
gnu: perl-date-manip: Update to 6.70.
* gnu/packages/perl.scm (perl-date-manip): Update to 6.70.
2018-03-17 16:37:19 +01:00
Tobias Geerinckx-Rice 3bd840e406
gnu: Fix more ‘filesystem’ spellings.
* gnu/packages/python.scm (python-pyinotify)[description]: Spell ‘file
system’ as ‘file system’.
* gnu/packages/syncthing.scm (go-github-com-zillode-notify)[synopsis]:
Likewise.
(go-github-com-prometheus-procfs)[description]: Likewise.
Minorly tweak grammar.
2018-03-17 16:37:19 +01:00
Mark H Weaver 8ea5d8685c
gnu: net-tools: Return #t from custom configure phase.
* gnu/packages/linux.scm (net-tools)[arguments]: Return #t from custom
configure phase.
2018-03-17 11:16:25 -04:00
Rutger Helling 732a148995
gnu: wine-staging: Update to 3.4.
* gnu/packages/wine.scm (wine-staging): Update to 3.4.
2018-03-17 15:29:29 +01:00
Rutger Helling 4fd09720ee
gnu: wine-staging-patchset-data: Update to 3.4.
* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.4.
2018-03-17 15:29:29 +01:00
宋文武 b4d0cf40f2
gnu: python-3.6: Restore name to "python".
The inherited name was changed from "python" to "python2" with commit
a7714d42, restore it.

* gnu/packages/python.scm (python)[name]: New field.
2018-03-17 17:17:33 +08:00
Mark H Weaver 5a5b36322d
gnu: guile-2.2/fixed: Remove vestigial (replacement #f).
* gnu/packages/guile.scm (guile-2.2/fixed)[replacement]: Remove field.
2018-03-17 03:36:13 -04:00
Mark H Weaver 96c7fde7dd
gnu: libvorbis: Ungraft.
* gnu/packages/xiph.scm (libvorbis): Update to 1.3.6.
[replacement]: Remove field.
[source]: Remove patches.
(libvorbis-1.3.6): Remove variable.
2018-03-17 03:36:11 -04:00
Mark H Weaver 1cbdfede76
gnu: libsndfile: Ungraft.
* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: Remove field.
[source]: Add patch from former replacement.
(libsndfile/fixed): Remove variable.
2018-03-17 03:36:09 -04:00
Mark H Weaver a732d49b0d
gnu: freetype: Ungraft.
* gnu/packages/fontutils.scm (freetype)[replacement]: Remove field.
[source]: Add patch from former replacement.
(freetype/fixed): Remove variable.
2018-03-17 03:36:07 -04:00
Mark H Weaver 4e1435be0b
gnu: libtiff: Ungraft.
* gnu/packages/image.scm (libtiff)[replacement]: Remove field.
[source]: Add patches from former replacement.
(libtiff/fixed): Remove variable.
2018-03-17 03:36:05 -04:00
Mark H Weaver a5f2b44367
gnu: curl: Ungraft.
* gnu/packages/curl.scm (curl): Update to 7.59.0.
[replacement]: Remove field.
(curl-7.59.0): Remove variable.
2018-03-17 03:36:03 -04:00
Mark H Weaver 190376a1ca
gnu: unzip: Ungraft.
* gnu/packages/compression.scm (unzip)[replacement]: Remove field.
[arguments]: Add 'fortify' phase.
(unzip/fixed): Remove variable.
2018-03-17 03:35:58 -04:00
Mark H Weaver 9f388b1ee1
Merge branch 'master' into core-updates 2018-03-17 01:18:37 -04:00
Mark H Weaver 9f375a4c0f
gnu: intel-gpu-tools: Supported only on x86_64-linux and i686-linux.
* gnu/packages/admin.scm (intel-gpu-tools)[supported-systems]: New field.
2018-03-17 00:44:34 -04:00
Mark H Weaver 2857e527de
gnu: Fix a few more snippets to return #t.
This is a followup to commit 6cbee49d66.

* gnu/packages/video.scm (mlt, livemedia-utils)[source]
gnu/packages/web.scm (goaccess, httptunnel)[source]: Return #t from snippets.
2018-03-17 00:19:40 -04:00
Arun Isaac 68376f6c88
gnu: inkscape: Build with potrace support.
From Inkscape 0.92, potrace is required for the Paintbucket and Trace Bitmap
tools.

* gnu/packages/inkscape.scm (inkscape)[inputs]: Add potrace.
2018-03-17 05:06:32 +05:30
Danny Milosavljevic 593681f613
gnu: Add python2-libadalang.
* gnu/packages/ada.scm (python2-libadalang): New variable.
2018-03-16 22:44:36 +01:00
Ricardo Wurmus 23c0d40e13
gnu: python2-minimal: Rename to "python2-minimal".
* gnu/packages/python.scm (python2-minimal)[name]: Change to
"python2-minimal".
2018-03-16 21:58:31 +01:00
Ricardo Wurmus a7714d42de
gnu: python-2.7: Rename to "python2".
* gnu/packages/python.scm (python-2.7)[name]: Change to "python2".
2018-03-16 21:58:08 +01:00
Marius Bakke fe1b04df2f
gnu: libvorbis: Replace with 1.3.6 [fixes CVE-2018-5146].
* gnu/packages/xiph.scm (libvorbis)[replacement]: New field.
(libvorbis-1.3.6): New public variable.
2018-03-16 19:28:57 +01:00
Ricardo Wurmus 07380d10f5
gnu: qtbase: Build with mariadb.
* gnu/packages/qt.scm (qtbase)[inputs]: Replace mysql with mariadb.
2018-03-16 17:36:02 +01:00
Ricardo Wurmus 3283f2617f
gnu: qt: Build with mariadb.
* gnu/packages/qt.scm (qt)[inputs]: Replace mysql with mariadb.
2018-03-16 17:35:42 +01:00
Ricardo Wurmus 3b3046dbcf
gnu: glib: Build reproducibly.
* gnu/packages/glib.scm (glib)[arguments]: Set DETERMINISTIC_BUILD.
2018-03-16 17:34:08 +01:00
Leo Famulari 1d97d8ffd8
gnu: icedtea@3: Update to 3.7.0 [security fixes].
Fixes CVE-2018-{2579,2582,2588,2599,2602,2603,2618,2629,2633,2634,2637,2641,
2663,2677,2678}.

* gnu/packages/java.scm (icedtea-8): Update to 3.7.0.
2018-03-16 10:53:10 -04:00
Leo Famulari 7f6485e70c
gnu: icedtea@2: Update to 2.6.13 [security fixes].
Fixes CVE-2018-{2579,2588,2599,2602,2603,2618,2629,2633,2634,2637,2641,2663,
2677,2678}.

* gnu/packages/java.scm (icedtea-7): Update to 2.6.13.
2018-03-16 10:53:10 -04:00
Ricardo Wurmus c1c9cc664b
gnu: Add pigx.
* gnu/packages/bioinformatics.scm (pigx): New variable.
2018-03-16 15:40:31 +01:00
Ricardo Wurmus fe52a215e5
gnu: pigx-rnaseq: Disable memory hungry test.
* gnu/packages/bioinformatics.scm (pigx-rnaseq)[arguments]: Add phase to
disable a memory hungry test.
2018-03-16 15:40:31 +01:00
Marius Bakke ca331eb849
gnu: glibc: Don't apply upstreamed patch in newer glibc versions.
* gnu/packages/base.scm (glibc/linux, glibc-2.25, glibc-2.24,
glibc-2.23)[source](patches): Remove 'glibc-o-largefile.patch'.
(glibc-2.22)[source](patches): Add it.
2018-03-16 15:32:22 +01:00
Marius Bakke ff19532fd5
gnu: binutils: Update to 2.30.
* gnu/packages/patches/binutils-ld-new-dtags.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/base.scm (binutils): Update to 2.30.
[source](patches): Remove obsolete patch.
[arguments]: Add "--enable-new-dtags" in #:configure-flags.
2018-03-16 15:32:22 +01:00
Leo Famulari 77166eb758
gnu: util-linux: Fix CVE-2018-7738.
* gnu/packages/patches/util-linux-CVE-2018-7738.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (util-linux)[replacement]: New field.
(util-linux/fixed): New variable.
2018-03-16 10:31:52 -04:00
Mark H Weaver 8809a15389
gnu: bash: Return #t from 'install-sh-symlink' phase.
* gnu/packages/bash.scm (bash)[arguments]: Return #t from
'install-sh-symlink' phase.
2018-03-16 10:19:22 -04:00
Konrad Hinsen 5d818b3557
gnu: Add emacs-deft.
* gnu/packages/emacs.scm (emacs-deft): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-03-16 17:04:14 +03:00
Konrad Hinsen 22d628148c
gnu: Add emacs-exec-path-from-shell.
* gnu/packages/emacs.scm (emacs-exec-path-from-shell): New variable.

Signed-off-by: Oleg Pykhalov <go.wigust@gmail.com>
2018-03-16 16:44:23 +03:00
Mark H Weaver 45413064c9
gnu: tar: Fix sparse file detection on Btrfs file systems.
* gnu/packages/patches/tar-remove-wholesparse-check.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/base.scm (tar)[source]: Add patch.
2018-03-16 09:31:00 -04:00
Mark H Weaver 60ff6ec48f
gettext-boot0: Return #t from chdir phase.
* gnu/packages/commencement.scm (gettext-boot0)[arguments]: Return #t from
chdir phase.
2018-03-16 09:08:35 -04:00
Mark H Weaver eb8ea38141
gnu: libstdc++: Return #t from chdir phase.
* gnu/packages/gcc.scm (make-libstdc++)[arguments]: Return #t from chdir
phase.
2018-03-16 09:08:33 -04:00
Mark H Weaver 6cbee49d66
gnu: All snippets report errors using exceptions, else return #t.
* gnu/packages/admin.scm, gnu/packages/algebra.scm, gnu/packages/audio.scm,
gnu/packages/backup.scm, gnu/packages/base.scm,
gnu/packages/bioinformatics.scm, gnu/packages/cdrom.scm,
gnu/packages/chez.scm, gnu/packages/code.scm, gnu/packages/compression.scm,
gnu/packages/cross-base.scm, gnu/packages/crypto.scm, gnu/packages/cups.scm,
gnu/packages/databases.scm, gnu/packages/dns.scm, gnu/packages/emacs.scm,
gnu/packages/emulators.scm, gnu/packages/engineering.scm,
gnu/packages/enlightenment.scm, gnu/packages/fpga.scm,
gnu/packages/freedesktop.scm, gnu/packages/ftp.scm, gnu/packages/games.scm,
gnu/packages/gcc.scm, gnu/packages/geo.scm, gnu/packages/ghostscript.scm,
gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm,
gnu/packages/gnuzilla.scm, gnu/packages/graphics.scm, gnu/packages/gtk.scm,
gnu/packages/guile.scm, gnu/packages/irc.scm, gnu/packages/java.scm,
gnu/packages/kerberos.scm, gnu/packages/linux.scm, gnu/packages/lisp.scm,
gnu/packages/lxde.scm, gnu/packages/machine-learning.scm,
gnu/packages/mail.scm, gnu/packages/maths.scm, gnu/packages/messaging.scm,
gnu/packages/monitoring.scm, gnu/packages/mp3.scm, gnu/packages/music.scm,
gnu/packages/netpbm.scm, gnu/packages/networking.scm, gnu/packages/node.scm,
gnu/packages/nvi.scm, gnu/packages/ocaml.scm, gnu/packages/pdf.scm,
gnu/packages/perl.scm, gnu/packages/php.scm, gnu/packages/plotutils.scm,
gnu/packages/pretty-print.scm, gnu/packages/profiling.scm,
gnu/packages/pulseaudio.scm, gnu/packages/python-crypto.scm,
gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/robotics.scm,
gnu/packages/sawfish.scm, gnu/packages/scanner.scm, gnu/packages/scheme.scm,
gnu/packages/scribus.scm, gnu/packages/sdl.scm,
gnu/packages/serialization.scm, gnu/packages/shells.scm,
gnu/packages/slang.scm, gnu/packages/smalltalk.scm, gnu/packages/ssh.scm,
gnu/packages/sync.scm, gnu/packages/syncthing.scm, gnu/packages/tbb.scm,
gnu/packages/terminals.scm, gnu/packages/texinfo.scm,
gnu/packages/text-editors.scm, gnu/packages/textutils.scm,
gnu/packages/tls.scm, gnu/packages/unrtf.scm,
gnu/packages/version-control.scm, gnu/packages/video.scm,
gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wm.scm,
gnu/packages/wxwidgets.scm, gnu/packages/xdisorg.scm, gnu/packages/xorg.scm:
In all snippets, report errors using exceptions, or else return #t.
2018-03-16 09:08:31 -04:00
Mark H Weaver 1e5005e2ee
gnu: cross-base: Return #t from all phases.
* gnu/packages/cross-base.scm (cross-kernel-headers)[xlinux-headers]: Use
invoke.
2018-03-16 09:08:27 -04:00
Ricardo Wurmus 2a69f48e0f
gnu: classpath-devel: Fix bootstrap phase.
* gnu/packages/java.scm (classpath-devel)[arguments]: Replace "bootstrap"
build phase.
2018-03-16 12:27:40 +01:00
Mark H Weaver d41ba524ed
gnu: linux-libre-headers: Update to 4.14.26.
* gnu/packages/linux.scm (linux-libre-headers): Update to 4.14.26.
2018-03-16 06:48:04 -04:00
Mark H Weaver d1c86620f3
gnu: make-bootstrap: tarball-package: Use invoke instead of system*.
* gnu/packages/make-bootstrap.scm (tarball-package)[arguments]: Use invoke.
The builder always returns #t.
2018-03-16 06:44:26 -04:00
Mark H Weaver 1a83e2a286
gnu: guile-static-stripped: Use invoke instead of system*.
* gnu/packages/make-bootstrap.scm (guile-static-stripped)[arguments]: Use
invoke and remove vestigial plumbing.
2018-03-16 06:44:24 -04:00
Mark H Weaver c2af3b0725
gnu: gcc-stripped: Use invoke instead of system*.
* gnu/packages/make-bootstrap.scm (gcc-stripped)[arguments]: Use invoke.  All
phases return #t.
2018-03-16 06:44:22 -04:00
Mark H Weaver d70d59d6f4
gnu: libcap: Return #t from all phases.
* gnu/packages/linux.scm (libcap)[arguments]: Return #t from all phases.
2018-03-16 06:44:20 -04:00
Mark H Weaver c0d56bb227
gnu: acl: Use invoke instead of system*.
* gnu/packages/acl.scm (acl)[arguments]: Use invoke.  All phases return #t.
2018-03-16 06:44:18 -04:00
Mark H Weaver a33391bd1e
gnu: autoconf-wrapper: Return #t from the builder.
* gnu/packages/autotools.scm (autoconf-wrapper): Return #t from the builder.
2018-03-16 06:44:16 -04:00
Ricardo Wurmus 46264c73a6
gnu: Add pigx-scrnaseq.
* gnu/packages/bioinformatics.scm (pigx-scrnaseq): New variable.
2018-03-16 11:15:04 +01:00
Mark H Weaver 812cee6a07
gnu: attr: Use invoke instead of system*.
* gnu/packages/attr.scm (attr)[arguments]: Use invoke.  Return a boolean from
all phase procedures.  Add a comment explaining why one call to system* is
retained.
2018-03-16 05:02:40 -04:00
Mark H Weaver 9f68acc168
gnu: python-six: Use invoke instead of system*.
* gnu/packages/python.scm (python-six)[arguments]: Use invoke.
2018-03-16 05:02:30 -04:00
Mark H Weaver 408fcff678
gnu: tzdata: Use invoke instead of system*.
* gnu/packages/base.scm (tzdata)[arguments]: Use invoke.  Return a boolean
from all phase procedures.
2018-03-16 05:02:28 -04:00
Mark H Weaver 957a99ab97
gnu: eudev: Use invoke instead of system*.
* gnu/packages/linux.scm (eudev)[arguments]: Use invoke.
2018-03-16 05:02:26 -04:00
Mark H Weaver 05f6e60141
gnu: openssl: Use invoke instead of system*.
* gnu/packages/tls.scm (openssl, openssl-next)[arguments]: Use invoke.
Add missing 'apply'.
2018-03-16 05:02:24 -04:00
Mark H Weaver 3158bc043e
gnu: bzip2: Use invoke instead of system*.
* gnu/packages/compression.scm (bzip2)[arguments]: Use invoke.  In the custom
configure phase, change the 'if' to 'when' and move the #t outside, so that
it's always returned.
2018-03-16 05:02:22 -04:00
Mark H Weaver b0559d241b
gnu: zip: Use invoke instead of system*.
* gnu/packages/compression.scm (zip)[arguments]: Use invoke.  Remove vestigial
  '#:modules' argument.
2018-03-16 05:02:20 -04:00
Mark H Weaver fa76696b00
gnu: unzip: Use invoke instead of system*.
* gnu/packages/compression.scm (unzip)[arguments]: Use invoke.
2018-03-16 05:02:18 -04:00
Mark H Weaver 144cc3c4af
gnu: zlib: Use invoke instead of system*.
* gnu/packages/compression.scm (zlib)[arguments]: Use invoke.
2018-03-16 05:02:16 -04:00
Mark H Weaver c22f655fc8
gnu: tcsh: Use invoke instead of system*.
* gnu/packages/shells.scm (tcsh)[arguments]: Use invoke.
2018-03-16 05:02:14 -04:00
Mark H Weaver 607f050bec
gnu: perl: Use invoke instead of system*.
* gnu/packages/perl.scm (perl)[arguments]: Use invoke.  Return a boolean from
all phase procedures.
2018-03-16 05:02:12 -04:00
Mark H Weaver 4e50f1f2d3
gnu: glibc/hurd: Use invoke instead of system*.
* gnu/packages/base.scm (glibc/hurd)[arguments]: In the build phase procedure,
use 'invoke' instead of 'system*' and remove the vestigial result code
plumbing.  Change the local macro 'make' into a normal procedure.
2018-03-16 05:02:10 -04:00
Mark H Weaver bf8e8a7428
gnu: glibc-locales: Use invoke instead of system*.
* gnu/packages/base.scm (glibc-locales)[arguments]: Use invoke.
2018-03-16 05:02:08 -04:00
Mark H Weaver 44161fe16c
gnu: glibc-utf8-locales: Use invoke instead of system*.
* gnu/packages/base.scm (glibc-utf8-locales)[arguments]: Use invoke and
remove the vestigial result code plumbing.
2018-03-16 05:02:06 -04:00
Mark H Weaver 5dc9ded15d
gnu: linux-libre-headers: Use invoke instead of system*.
* gnu/packages/linux.scm (linux-libre-headers)[arguments]: Use invoke and
remove vestigial result code plumbing.
2018-03-16 05:02:04 -04:00
Mark H Weaver ad1656dc91
bootstrap: Use invoke instead of system*.
* gnu/packages/bootstrap.scm (package-from-tarball): Ignore the result of
the snippet procedure.  Use invoke and remove vestigial plumbing.
(%bootstrap-coreutils&co): Remove the vestigial #t from the snippet.
(%bootstrap-glibc, %bootstrap-gcc)[arguments]: Use invoke.  Return #t from the
builder.
2018-03-16 05:01:59 -04:00
Ricardo Wurmus b44437c549
gnu: kentutils: Build with mariadb.
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with
mariadb.
2018-03-16 10:01:07 +01:00
Ricardo Wurmus 80420f114c
gnu: kentutils: Build with mariadb.
* gnu/packages/bioinformatics.scm (kentutils)[inputs]: Replace mysql with
mariadb.
2018-03-16 10:00:31 +01:00
Mark H Weaver 8e4ce40269
gnu: linux-libre: Update to 4.15.10.
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.10.
(%linux-libre-hash): Update hash.
2018-03-15 19:17:22 -04:00
Mark H Weaver 570d79c8df
gnu: linux-libre@4.14: Update to 4.14.27.
* gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.27.
(%linux-libre-4.14-hash): Update hash.
2018-03-15 19:16:25 -04:00
Alex ter Weele d661ed521e
gnu: idris: Provide the right versions of dependencies.
Previously it would fail to build.  See <https://bugs.gnu.org/30741>.

* gnu/packages/idris.scm (idris)[inputs]: alphebetize
  ghc-vector-binary-instances and ghc-async. Use ghc-aeson-1.1.2.0,
  ghc-cheapskate-0.1.0.5, and ghc-trifecta-1.6.2.1. Remove ghc-aeson,
  ghc-cheapskate, ghc-parsers, ghc-tasty, ghc-tasty-golden, ghc-tasty-rerun,
  ghc-trifecta, and ghc-zlib.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15 23:46:16 +01:00
Alex ter Weele 866b19086e
gnu: Add ghc-cheapskate-0.1.0.5.
* gnu/packages/idris.scm (ghc-cheapskate-0.1.0.5): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15 23:46:16 +01:00
Alex ter Weele 78dc985bee
gnu: Add ghc-trifecta-1.6.2.1.
* gnu/packages/idris.scm (ghc-trifecta-1.6.2.1): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15 23:46:15 +01:00
Alex ter Weele 9c7e17fd61
gnu: Add ghc-aeson-1.1.2.0.
* gnu/packages/idris.scm (ghc-aeson-1.1.2.0): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15 23:46:15 +01:00
Diego Nicola Barbato dab03baa0a
gnu: qtox: Wrap executable and fix misplaced comma (unquote).
* gnu/packages/messaging.scm (qtox)[arguments]: Add phase
"wrap-executable".
[inputs]: Fix misplaced comma (unquote).

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2018-03-15 23:46:15 +01:00
Tobias Geerinckx-Rice 0ab5aa056d
gnu: dmenu: Update to 4.8.
* gnu/packages/suckless.scm (dmenu): Update to 4.8.
2018-03-15 20:13:29 +01:00
Tobias Geerinckx-Rice 35edaa22aa
gnu: you-get: Update to 0.4.1040.
* gnu/packages/video.scm (you-get): Update to 0.4.1040.
2018-03-15 20:12:57 +01:00
Tobias Geerinckx-Rice fdae9718a1
gnu: intel-gpu-tools: Update to 1.22.
* gnu/packages/admin.scm (intel-gpu-tools): Update to 1.22.
[inputs]: Add eudev.
2018-03-15 19:52:29 +01:00
Tobias Geerinckx-Rice 896bbb0356
gnu: libburn: Update to 1.4.8.
* gnu/packages/cdrom.scm (libburn): Update to 1.4.8.
2018-03-15 19:11:16 +01:00
Tobias Geerinckx-Rice 2773c244b1
gnu: libisofs: Fix description typos.
* gnu/packages/cdrom.scm (libisofs)[description]: Spell ‘file system’ as
‘file system’.
2018-03-15 19:11:16 +01:00
Tobias Geerinckx-Rice d87d3f963e
gnu: libisofs: Update to 1.4.8.
* gnu/packages/cdrom.scm (libisofs): Update to 1.4.8.
2018-03-15 19:11:16 +01:00
Tobias Geerinckx-Rice 7b8d3a5e1e
gnu: gtksourceview: Update to 3.24.7.
* gnu/packages/gtk.scm (gtksourceview): Update to 3.24.7.
2018-03-15 19:11:15 +01:00
Tobias Geerinckx-Rice 7c9b7c5c6d
gnu: xdg-user-dirs: Update to 0.17.
* gnu/packages/freedesktop.scm (xdg-user-dirs): Update to 0.17.
2018-03-15 19:11:15 +01:00
Tobias Geerinckx-Rice 5ade82bbb8
gnu: r-scatterplot3d: Update to 0.3-41.
* gnu/packages/cran.scm (r-scatterplot3d): Update to 0.3-41.
2018-03-15 19:11:15 +01:00
Tobias Geerinckx-Rice 8027f84d8f
gnu: acpica: Update to 20180313.
* gnu/packages/admin.scm (acpica): Update to 20180313.
2018-03-15 19:11:15 +01:00
Tobias Geerinckx-Rice 47653b3933
gnu: octave: Update to 4.2.2.
* gnu/packages/maths.scm (octave): Update to 4.2.2.
2018-03-15 19:11:15 +01:00
Tobias Geerinckx-Rice 1a7cc9efcd
gnu: cifs-utils: Update to 6.8.
* gnu/packages/samba.scm (cifs-utils): Update to 6.8.
2018-03-15 19:11:14 +01:00
Tobias Geerinckx-Rice 96b4f5adc2
gnu: autoconf-archive: Update to 2018.03.13.
* gnu/packages/autotools.scm (autoconf-archive): Update to 2018.03.13.
2018-03-15 19:11:14 +01:00
Tobias Geerinckx-Rice 97c794942a
gnu: perl-string-toidentifier-en: Update to 0.12.
* gnu/packages/language.scm (perl-string-toidentifier-en): Update to 0.12.
2018-03-15 19:11:14 +01:00
Tobias Geerinckx-Rice cd75b642d9
gnu: perl-lingua-en-inflect-phrase: Update to 0.20.
* gnu/packages/language.scm (perl-lingua-en-inflect-phrase): Update to 0.20.
2018-03-15 19:11:14 +01:00
Tobias Geerinckx-Rice b9d020056d
gnu: bind: Use INVOKE.
* gnu/packages/dns.scm (isc-bind)[arguments]: Substitute INVOKE for
SYSTEM* and end phase with an explicit #t.
2018-03-15 19:11:13 +01:00
Leo Famulari 20ecede969
gnu: shadow: Fix CVE-2018-7169.
* gnu/packages/patches/shadow-CVE-2018-7169.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/admin.scm (shadow)[source]: Use it.
2018-03-15 13:13:35 -04:00
Marius Bakke 5c798ca71d
gnu: python: Update to 3.6.4.
* gnu/packages/patches/python-3-search-paths.patch: Adjust context.
* gnu/packages/python.scm (python): Update to 3.6.4.
[source]: Re-enable test_socket.py.
2018-03-15 17:20:57 +01:00
Leo Famulari 71f9ca53e5
gnu: certbot: Update to 0.22.0.
* gnu/packages/tls.scm (certbot, python-acme): Update to 0.22.0.
2018-03-15 12:19:11 -04:00
Ricardo Wurmus 4403030b7d
gnu: acl: Fix build failure.
* gnu/packages/acl.scm (acl)[arguments]: Add phase
"ensure-no-mtimes-pre-1980".
2018-03-15 16:41:02 +01:00
Leo Famulari 8d4f34d6c9
gnu: Add python-feather-format.
* gnu/packages/serialization.scm (python-feather-format,
python2-feather-format): New variables.
2018-03-15 10:57:53 -04:00
Leo Famulari 5e5ac7102c
gnu: Add python-pyarrow.
* gnu/packages/databases.scm (python-pyarrow, python2-pyarrow): New variables.
2018-03-15 10:57:52 -04:00
Leo Famulari dae7661a0d
gnu: Add apache-arrow.
* gnu/packages/databases.scm (apache-arrow): New variable.
2018-03-15 10:57:52 -04:00
Leo Famulari 2ed0ef2fb7
gnu: Add google-brotli.
* gnu/packages/compression.scm (google-brotli): New variable.
2018-03-15 10:57:52 -04:00
Leo Famulari 9f1c0e03ec
gnu: Add r-feather.
* gnu/packages/serialization.scm (r-feather): New variable.
2018-03-15 10:57:52 -04:00
Leo Famulari 5b19776e05
gnu: Add r-ggmap.
* gnu/packages/geo.scm (r-ggmap): New variable.
2018-03-15 10:57:52 -04:00
Leo Famulari da4dde6109
gnu: Add r-jpeg.
* gnu/packages/image.scm (r-jpeg): New variable.
2018-03-15 10:57:51 -04:00
Leo Famulari 32cbbac11a
gnu: Add Diversitree.
* gnu/packages/bioinformatics.scm (r-diversitree): New variable.
2018-03-15 10:57:51 -04:00
Leo Famulari 799ad71bfc
gnu: Add r-desolve.
* gnu/packages/maths.scm (r-desolve): New variable.
2018-03-15 10:57:51 -04:00
Leo Famulari 41835f947e
gnu: Add r-subplex.
gnu/packages/maths.scm (r-subplex): New variable.
2018-03-15 10:57:51 -04:00
Leo Famulari 24fb9a5591
gnu: Add r-geosphere.
*  gnu/packages/geo.scm (r-geosphere): New variable.
2018-03-15 10:57:51 -04:00
Leo Famulari 9ddf42099b
gnu: Add Rgooglemaps.
* gnu/packages/geo.scm (r-rgooglemaps): New variable.
2018-03-15 10:57:50 -04:00
Leo Famulari ebc4bd5b54
gnu: Add r-mapproj.
* gnu/packages/geo.scm (r-mapproj): New variable.
2018-03-15 10:57:50 -04:00
Leo Famulari 3d60f4265e
gnu: Add r-maps.
* gnu/packages/geo.scm (r-maps): New variable.
2018-03-15 10:57:50 -04:00
Leo Famulari 5f3616d612
gnu: Add python-plotly.
* gnu/packages/graph.scm (python-plotly, python2-plotly): New variables.
2018-03-15 10:57:50 -04:00
Leo Famulari 04953dca41
gnu: Add flatbuffers.
* gnu/packages/serialization.scm (flatbuffers): New variable.
2018-03-15 10:57:50 -04:00
Ricardo Wurmus 058ad040d6
gnu: Remove boost-1.66.
* gnu/packages/boost.scm (boost-1.66): Remove variable.
* gnu/packages/storage.scm (ceph)[inputs]: Replace boost-1.66 with boost.
2018-03-15 12:53:17 +01:00
Ricardo Wurmus df216847c5
gnu: boost: Remove bootstrap phase.
* gnu/packages/boost.scm (boost)[arguments]: Remove bootstrap phase.
2018-03-15 12:52:51 +01:00
Ricardo Wurmus 7aa37aa033
gnu: cunit: Replace bootstrap phase.
* gnu/packages/check.scm (cunit)[arguments]: Replace bootstrap phase.
2018-03-15 12:09:21 +01:00
Ricardo Wurmus 2b4e556850
gnu: libtool: Add libltdl to native-inputs.
* gnu/packages/autotools.scm (libtool)[native-inputs]: Add libltdl to fix one
failing test.
2018-03-15 12:02:04 +01:00
Ricardo Wurmus 9b7e389d41
gnu: python-3.6: Reset timestamps in pyc files.
* gnu/packages/python.scm (python-3.6)[arguments]: Add build phases to
patch the bytecode generator to reset the embedded timestamp in pyc
files; add build phase to rebuild the bytecode files.
2018-03-15 09:25:46 +01:00
Ricardo Wurmus f529dfec74
gnu: python-3.6: Disable failing test.
* gnu/packages/python.scm (python-3.6)[source]: Delete
Lib/test/test_socket.py.
2018-03-15 09:22:51 +01:00
Marius Bakke 60a32a2d60
gnu: pango: Explicitly propagate some inputs.
These are already propagated from Cairo, but include them for clarity.

* gnu/packages/gtk.scm (pango)[propagated-inputs]: Add FONTCONFIG, FREETYPE
and GLIB.
2018-03-15 00:03:08 +01:00
Marius Bakke d9efe02566
gnu: pango: Update to 1.42.0.
* gnu/packages/gtk.scm (pango): Update to 1.42.0.
[inputs]: Add FRIBIDI.
2018-03-15 00:03:07 +01:00
Marius Bakke ff46037351
gnu: gobject-introspection: Update to 1.56.0.
* gnu/packages/glib.scm (gobject-introspection): Update to 1.56.0.
2018-03-15 00:02:47 +01:00
Marius Bakke 2f437b22e2
gnu: glib: Update to 2.56.0.
* gnu/packages/glib.scm (glib): Update to 2.56.0.
[source](patches): Remove obsolete patch.
[arguments]: Disable new MIME test.
* gnu/packages/patches/glib-respect-datadir.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
2018-03-15 00:02:46 +01:00
Marius Bakke f74181d40f
gnu: automake: Update to 1.16.1.
* gnu/packages/autotools.scm (automake): Update to 1.16.1.
(automake-1.16): Remove variable.
2018-03-14 22:11:34 +01:00
Marius Bakke 9a92b9e61a
gnu: gdbm: Update to 1.14.1.
* gnu/packages/databases.scm (gdbm): Update to 1.14.1.
2018-03-14 22:11:34 +01:00
Marius Bakke ec07ba1ff7
gnu: patch: Update to 2.7.6.
* gnu/packages/base.scm (patch): Update to 2.7.6.
* gnu/packages/patches/patch-hurd-path-max.patch: Adjust to upstream changes.
2018-03-14 22:11:34 +01:00
Tobias Geerinckx-Rice dba52a2bcb
gnu: bind: Update to 9.12.1.
* gnu/packages/dns.scm (isc-bind): Update to 9.12.1.
2018-03-14 21:33:18 +01:00
Efraim Flashner dac6095d7e
gnu: python2-elib.intl: Declare a source file-name.
* gnu/packages/python.scm (python2-elib.intl)[source]: Declare a source
file-name.
2018-03-14 21:16:55 +02:00
Efraim Flashner 66e765a063
gnu: texlive-generic-pdftex: Declare a source file-name.
* gnu/packages/tex.scm (texlive-generic-pdftex)[source]: Declare a
source file-name.
2018-03-14 21:16:55 +02:00
Efraim Flashner 2cc9c011e8
gnu: texlive-latex-wasysym: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-wasysym)[source]: Declare a source
file-name.
2018-03-14 21:16:55 +02:00
Efraim Flashner b4bb2750ff
gnu: texlive-metapost: Declare a source file-name.
* gnu/packages/tex.scm (texlive-metapost)[source]: Declare a source
file-name.
2018-03-14 21:16:54 +02:00
Efraim Flashner de20fd6a3a
gnu: texlive-latex-lh: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-lh)[source]: Declare a source
file-name.
2018-03-14 21:16:54 +02:00
Efraim Flashner 0475e35c59
gnu: texlive-latex-titlesec: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-titlesec)[source]: Declare a
source file-name.
2018-03-14 21:16:54 +02:00
Efraim Flashner d57e5d4128
gnu: texlive-latex-threeparttable: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-threeparttable)[source]: Declare a
source file-name.
2018-03-14 21:16:54 +02:00
Efraim Flashner e1834df6b6
gnu: texlive-latex-subfigure: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-subfigure)[source]: Declare a
source file-name.
2018-03-14 21:16:53 +02:00
Efraim Flashner 19835372a2
gnu: texlive-fonts-stmaryrd: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-stmaryrd)[source]: Declare a
source file-name.
2018-03-14 21:16:53 +02:00
Efraim Flashner 7372ce185f
gnu: texlive-latex-pdfpages: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-pdfpages)[source]: Declare a
source file-name.
2018-03-14 21:16:53 +02:00
Efraim Flashner b2aef7219c
gnu: texlive-latex-overpic: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-overpic)[source]: Declare a source
file-name.
2018-03-14 21:16:53 +02:00
Efraim Flashner 6a9198046d
gnu: texlive-latex-multirow: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-multirow)[source]: Declare a
source file-name.
2018-03-14 21:16:53 +02:00
Efraim Flashner 84d6364314
gnu: texlive-latex-eepic: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-eepic)[source]: Declare a source
file-name.
2018-03-14 21:16:52 +02:00
Efraim Flashner 2678a63b23
gnu: texlive-latex-eso-pic: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-eso-pic)[source]: Declare a source
file-name.
2018-03-14 21:16:52 +02:00
Efraim Flashner d5fb4a3a9f
gnu: texlive-fonts-rsfs: Use 'invoke'.
* gnu/packages/tex.scm (texlive-fonts-rsfs)[arguments]: Use 'invoke' in
place of 'system*'.
2018-03-14 21:16:52 +02:00
Efraim Flashner e26de9c928
gnu: texlive-fonts-rsfs: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-rsfs)[source]: Declare a source
file-name.
2018-03-14 21:16:52 +02:00
Efraim Flashner 6f2442a1fd
gnu: texlive-fonts-ec: Use 'invoke'.
* gnu/packages/tex.scm (texlive-fonts-ec)[arguments]: Use 'invoke' in
place of 'system*'.
2018-03-14 21:16:52 +02:00
Efraim Flashner ca816eb3ca
gnu: texlive-fonts-ec: Declare a source file-name.
* gnu/packages/tex.scm (texlive-fonts-ec)[source]: Declare a source
file-name.
2018-03-14 21:16:52 +02:00
Efraim Flashner aa499191b8
gnu: texlive-latex-jknapltx: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-jknapltx)[source]: Declare a
source file-name.
2018-03-14 21:16:51 +02:00
Efraim Flashner aeb135e3a1
gnu: texlive-latex-listings: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-listings)[source]: Declare a
source file-name.
2018-03-14 21:16:51 +02:00
Efraim Flashner dae1d9e436
gnu: texlive-latex-footmisc: Declare a source file-name.
* gnu/packages/tex.smc (texlive-latex-footmisc)[source]: Declare a
source file-name.
2018-03-14 21:16:51 +02:00
Efraim Flashner 4fd0a59108
gnu: texlive-latex-float: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-float)[source]: Declare a source
file-name.
2018-03-14 21:16:51 +02:00
Efraim Flashner e89d5cf4fc
gnu: texlive-latex-fancyhdr: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-fancyhdr)[source]: Declare a
source file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner 62ee46b9a2
gnu: texlive-latex-fancybox: Declare a source file-name.
* gnu/pacakges/tex.scm (texlive-latex-fancybox)[source]: Declare a
source file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner 4439c1deda
gnu: texlive-latex-colortbl: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-colortbl)[source]: Declare a
source file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner af8aa1053a
gnu: texlive-latex-changebar: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-changebar)[source]: Declare a
source file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner 72d5adf4d8
gnu: texlive-latex-appendix: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-appendix)[source]: Declare a
source file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner de4eb4d1c9
gnu: texlive-latex-anysize: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-anysize)[source]: Declare a source
file-name.
2018-03-14 21:16:50 +02:00
Efraim Flashner 88ae1921d8
gnu: texlive-tex-texinfo: Declare a source file-name.
* gnu/packages/tex.scm (texlive-tex-texinfo)[source]: Declare a source
file-name.
2018-03-14 21:16:49 +02:00
Efraim Flashner 70a71d19c8
gnu: texlive-latex-trimspaces: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-trimspaces)[source]: Declare a
source file-name.
2018-03-14 21:16:49 +02:00
Efraim Flashner a74ac06bb5
gnu: texlive-latex-seminar: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-seminar)[source]: Declare a source
file-name.
2018-03-14 21:16:49 +02:00
Efraim Flashner 23ae6e65fc
gnu: texlive-latex-natbib: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-natbib)[source]: Declare a source
file-name.
2018-03-14 21:16:49 +02:00
Efraim Flashner 681b579d6d
gnu: texlive-latex-filemod: Declare a source file-name.
* gnu/packages/tex.scm (texlive-latex-filemod)[source]: Declare a source
file-name.
2018-03-14 21:16:49 +02:00