summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2018-03-18gnu: 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> ng0
2018-03-18import: elpa: Fix typos in documentation strings...* guix/import/elpa.scm: Fix typos in docstrings. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Konrad Hinsen
2018-03-18import: elpa: use https in download URLs...* guix/import/elpa.scm (elpa-url): Use HTTPS. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Konrad Hinsen
2018-03-18services: openssh: Add 'accepted-environment' field....* gnu/services/ssh.scm (<openssh-configuration>)[accepted-environment]: New field. (openssh-config-file): Honor 'acccepted-environment'. * doc/guix.texi (Networking Services): Document it. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Martin Castillo
2018-03-18gnu: 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> Gábor Boskovits
2018-03-17gnu: gs-fonts: Return #t from install phase....* gnu/packages/ghostscript.scm (gs-fonts): Return #t from the install phase. Mark H Weaver
2018-03-17gnu: shaderc: Clean up package arguments....* gnu/packages/vulkan.scm (shaderc)[version]: Remove extra '-'. [arguments]: Remove extra 'mkdir-p' calls and refer to inputs directly. Efraim Flashner
2018-03-17gnu: openssl: Simplify calls to 'invoke'....* gnu/packages/tls.scm (openssl, openssl-next)[arguments]: In the 'configure' phase, simplify the calls to 'invoke'. Mark H Weaver
2018-03-17Revert "gnu: shaderc: Use more standard keys."...This reverts commit 9bc0591bc11190ac49c8ea3cf44c4903c924f6c7. This commit broke 'shaderc'. Rutger Helling
2018-03-17gnu: Add python-prometheus-client....* gnu/packages/monitoring.scm (python-prometheus-client, python2-prometheus-client): New variables. Christopher Baines
2018-03-17services: databases: Change quote' to single-quote....In the postgresql-config-file gexp compiler. * gnu/services/databases.scm (postgresql-config-file-compiler): Change quote' to single-quote. Christopher Baines
2018-03-18gnu: 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-17gnu: 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 Tobias Geerinckx-Rice
2018-03-17gnu: 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. Tobias Geerinckx-Rice
2018-03-17gnu: 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. Tobias Geerinckx-Rice
2018-03-17gnu: shaderc: Use standard versioning scheme....* gnu/packages/vulkan.scm (shaderc)[version]: Use GIT-VERSION with a ‘0.0.0’ prefix. Tobias Geerinckx-Rice
2018-03-17gnu: shaderc: Fix formatting....* gnu/packages/vulkan.scm (shaderc): Use conventional indentation. [native-inputs]: Move unquotes to their operands. Tobias Geerinckx-Rice
2018-03-17gnu: texlive-latex-type1cm: Fix description typo....* gnu/packages/tex.scm (texlive-latex-type1cm)[description]: Fix typo. Tobias Geerinckx-Rice
2018-03-17gnu: python-pkginfo: Update to 1.4.2....* gnu/packages/python.scm (python-pkginfo): Update to 1.4.2. Tobias Geerinckx-Rice
2018-03-17gnu: python-nbformat: Update to 4.4.0....* gnu/packages/python.scm (python-nbformat): Update to 4.4.0. Tobias Geerinckx-Rice
2018-03-17gnu: python-simplejson: Update to 3.13.2....* gnu/packages/python.scm (python-simplejson): Update to 3.13.2. Tobias Geerinckx-Rice
2018-03-17gnu: python-ptyprocess: Update to 0.5.2....* gnu/packages/python.scm (python-ptyprocess): Update to 0.5.2. Tobias Geerinckx-Rice
2018-03-17gnu: python-chai: Update to 1.1.2....* gnu/packages/python.scm (python-chai): Update to 1.1.2. Tobias Geerinckx-Rice
2018-03-17gnu: python-jupyter-console: Update to 5.2.0....* gnu/packages/python.scm (python-jupyter-console): Update to 5.2.0. Tobias Geerinckx-Rice
2018-03-17gnu: python-kazoo: Update to 2.4.0....* gnu/packages/python.scm (python-kazoo): Update to 2.4.0. Tobias Geerinckx-Rice
2018-03-17gnu: python-jupyter-core: Update to 4.4.0....* gnu/packages/python.scm (python-jupyter-core): Update to 4.4.0. Tobias Geerinckx-Rice
2018-03-17gnu: python-phonenumbers: Update to 8.9.1....* gnu/packages/python.scm (python-phonenumbers): Update to 8.9.1. Tobias Geerinckx-Rice
2018-03-17gnu: python-decorator: Update to 4.2.1....* gnu/packages/python.scm (python-decorator): Update to 4.2.1. Tobias Geerinckx-Rice
2018-03-17gnu: python-jsonschema: Update to 2.6.0....* gnu/packages/python.scm (python-jsonschema): Update to 2.6.0. Tobias Geerinckx-Rice
2018-03-17gnu: python-protobuf: Update to 3.5.2....* gnu/packages/protobuf.scm (python-protobuf): Update to 3.5.2. Tobias Geerinckx-Rice
2018-03-17gnu: python-oslotest: Update to 3.3.0....* gnu/packages/openstack.scm (python-oslotest): Update to 3.3.0. Tobias Geerinckx-Rice
2018-03-17gnu: python-bcrypt: Update to 3.1.4....* gnu/packages/password-utils.scm (python-bcrypt): Update to 3.1.4. Tobias Geerinckx-Rice
2018-03-17gnu: python-entrypoints: Update to 0.2.3....* gnu/packages/python.scm (python-entrypoints): Update to 0.2.3. Tobias Geerinckx-Rice
2018-03-17gnu: 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. Tobias Geerinckx-Rice
2018-03-17gnu: perl-sql-abstract: Update to 1.85....* gnu/packages/databases.scm (perl-sql-abstract): Update to 1.85. Tobias Geerinckx-Rice
2018-03-17gnu: perl-date-manip: Update to 6.70....* gnu/packages/perl.scm (perl-date-manip): Update to 6.70. Tobias Geerinckx-Rice
2018-03-17gnu: 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. Tobias Geerinckx-Rice
2018-03-17gnu: net-tools: Return #t from custom configure phase....* gnu/packages/linux.scm (net-tools)[arguments]: Return #t from custom configure phase. Mark H Weaver
2018-03-17gnu: wine-staging: Update to 3.4....* gnu/packages/wine.scm (wine-staging): Update to 3.4. Rutger Helling
2018-03-17gnu: wine-staging-patchset-data: Update to 3.4....* gnu/packages/wine.scm (wine-staging-patchset-data): Update to 3.4. Rutger Helling
2018-03-17gnu: 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-17download: Remove TU Wien mirror....* guix/download.scm (%mirrors): Remove gd.tuwien.ac.at, which no longer seems to exist. Mark H Weaver
2018-03-17gnu: guile-2.2/fixed: Remove vestigial (replacement #f)....* gnu/packages/guile.scm (guile-2.2/fixed)[replacement]: Remove field. Mark H Weaver
2018-03-17gnu: libvorbis: Ungraft....* gnu/packages/xiph.scm (libvorbis): Update to 1.3.6. [replacement]: Remove field. [source]: Remove patches. (libvorbis-1.3.6): Remove variable. Mark H Weaver
2018-03-17gnu: libsndfile: Ungraft....* gnu/packages/pulseaudio.scm (libsndfile)[replacement]: Remove field. [source]: Add patch from former replacement. (libsndfile/fixed): Remove variable. Mark H Weaver
2018-03-17gnu: freetype: Ungraft....* gnu/packages/fontutils.scm (freetype)[replacement]: Remove field. [source]: Add patch from former replacement. (freetype/fixed): Remove variable. Mark H Weaver
2018-03-17gnu: libtiff: Ungraft....* gnu/packages/image.scm (libtiff)[replacement]: Remove field. [source]: Add patches from former replacement. (libtiff/fixed): Remove variable. Mark H Weaver
2018-03-17gnu: curl: Ungraft....* gnu/packages/curl.scm (curl): Update to 7.59.0. [replacement]: Remove field. (curl-7.59.0): Remove variable. Mark H Weaver
2018-03-17gnu: unzip: Ungraft....* gnu/packages/compression.scm (unzip)[replacement]: Remove field. [arguments]: Add 'fortify' phase. (unzip/fixed): Remove variable. Mark H Weaver
2018-03-17Merge branch 'master' into core-updatesMark H Weaver