aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: qtbase: Use the store paths for other packages and dynamically loaded libs.Hartmut Goebel2018-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Transfer the applicable NixOS patches as of 2018-01-19: - Not adopted: We don't change the .cmake.in and .prf, but use config mechanisms provided by th Qt build system. - src/corelib/tools/qtimezoneprivate_tz.cpp: Adopted patch: Use $TZDIR to search for time-zone data. Thus avoid depending on package "tzdata", which often introduces changes with near-immediate effects, so it's important to be able to update it fast. - src/corelib/kernel/qcoreapplication.cpp: Not adopted: NixOS adds plugin paths derived from PATH. We do not need this, since we already have native-search-path QT_PLUGIN_PATH. - src/network/kernel/qdnslookup_unix.cpp, src/network/kernel/qhostinfo_unix.cpp: Transferred: Use hard-coded path to libresolv. - src/network/ssl/qsslcontext_openssl.cpp: Not adopted: NixOS changes a conditional compilation for Qt 5.9 (but leaves it unchanged for Qt 5.10) to fix compilation with libressl. But Qt does not support libressl anway, see config.tests/openssl/openssl.cpp in qtbase 5.9.4. - src/plugins/platforminputcontexts/compose/generator/qtablegenerator.cpp: Transferred: Use hard-coded path to libx11. - src/plugins/platforms/xcb/gl_integrations/xcb_glx/qglxintegration.cpp: Transferred: Use hard-coded path to mess's libGL, no need for a fall-back. - src/plugins/platforms/xcb/qxcbcursor.cpp: Transferred: Use hard-coded path to Xcursor. - src/plugins/platformthemes/gtk3/main.cpp: Not adopted: NixOS changes $XDG_DATA_DIRS and $GIO_EXTRA_MODULES in the code. We already have a search-path-specification for this. - src/testlib/qtestassert.h: Decided not to adopt this for guix. * gnu/packages/patches/qtbase-use-TZDIR.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/qt.scm (qtbase): Add comment. [source]: Use new patch. [arguments]<#:phases>'patch-paths': New phase.
* gnu: python2-django-mailman3: Update to 1.1.0.Alex Vong2018-02-18
| | | | | | * gnu/packages/python.scm (python2-django-mailman3): Update to 1.1.0. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: python-mailmanclient: Update to 3.1.1.Alex Vong2018-02-18
| | | | | | | * gnu/packages/python.scm (python-mailmanclient, python2-mailmanclient): Update to 3.1.1. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: haskell: Use HTTPS where possible.Alex Vong2018-02-18
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * gnu/packages/haskell.scm (cl-yale-haskell)[source, home-page]: Use HTTPS. (ghc-libxml)[source, home-page]: Likewise. (ghc-haddock-library)[home-page]: Likewise. (ghc-haddock-api)[home-page]: Likewise. (ghc-haddock)[home-page]: Likewise. (ghc-simple-reflect)[home-page]: Likewise. (ghc-alex)[home-page]: Likewise. (ghc-concatenative)[description]: Likewise. (ghc-openglraw)[home-page]: Likewise. (ghc-glut)[home-page]: Likewise. (ghc-gluraw)[home-page]: Likewise. (ghc-opengl)[home-page]: Likewise. (cabal-install)[home-page]: Likewise. (ghc-mtl)[description]: Likewise. (ghc-temporary)[home-page]: Likewise. (ghc-temporary-rc)[home-page]: Likewise. (ghc-fgl)[home-page]: Likewise. (ghc-blaze-markup)[home-page]: Likewise. (ghc-doctest)[description]: Likewise. (ghc-scientific)[description]: Likewise. (ghc-regex-pcre-builtin)[description]: Likewise. (ghc-diff)[home-page]: Likewise. (ghc-highlighting-kate)[description]: Likewise. (ghc-hslua)[description]: Likewise. (ghc-pandoc)[home-page]: Likewise. (ghc-rfc5051)[home-page]: Likewise. (ghc-data-ordlist)[home-page]: Likewise. (ghc-regex-compat-tdfa)[home-page]: Likewise. (ghc-sandi)[home-page]: Likewise. (ghc-bytestring-handle)[home-page]: Likewise. (ghc-tar)[home-page]: Likewise. (ghc-transformers)[home-page]: Likewise. (ghc-patience)[home-page]: Likewise. (ghc-monads-tf)[home-page]: Likewise. (ghc-colour)[home-page]: Likewise. (ghc-directory)[home-page]: Likewise. (ghc-process)[home-page]: Likewise. (ghc-wl-pprint-text)[home-page]: Likewise. (ghc-fgl-arbitrary)[home-page]: Likewise. (ghc-graphviz)[description]: Likewise. (ghc-array)[home-page]: Likewise. (ghc-storable-complex)[source]: Likewise. (ghc-hmatrix)[source]: Likewise. (ghc-hmatrix-gsl)[source]: Likewise. (ghc-hmatrix-special)[source]: Likewise. (ghc-hmatrix-gsl-stats)[source]: Likewise. (ghc-easyplot)[source, home-page]: Likewise. (ghc-hashtables)[source]: Likewise. (ghc-data-accessor)[home-page]: Likewise. (ghc-data-accessor-transformers)[home-page]: Likewise. (ghc-gnuplot)[home-page]: Likewise. (ghc-terminal-size)[home-page]: Likewise. (ghc-language-c)[home-page]: Likewise. (ghc-hslogger)[home-page]: Likewise. (ghc-json)[home-page]: Likewise. (ghc-hex)[home-page]: Likewise. (ghc-psqueues)[description]: Likewise. (ghc-uuid-types)[description]: Likewise. Signed-off-by: Marius Bakke <mbakke@fastmail.com>
* gnu: swaks: Use HTTPS home page and source URIs.Arun Isaac2018-02-18
| | | | | | * gnu/packages/mail.scm (swaks)[source]: Use HTTPS URI. [home-page]: Use HTTPS URI. [arguments]: Replace system* with invoke.
* gnu: Add python2-mapnik.Arun Isaac2018-02-18
| | | | * gnu/packages/geo.scm (python2-mapnik): New variable.
* gnu: Add mapnik.Arun Isaac2018-02-18
| | | | * gnu/packages/geo.scm (mapnik): New variable.
* gnu: Add emacs-polymode.Ricardo Wurmus2018-02-18
| | | | * gnu/packages/emacs.scm (emacs-polymode): New variable.
* gnu: emacs-slack: Update to 0-2.02ee1d73.Ricardo Wurmus2018-02-18
| | | | * gnu/packages/emacs.scm (emacs-slack): Update to 0-2.02ee1d73.
* gnu: c-ares: Update to 1.14.0.Efraim Flashner2018-02-18
| | | | | * gnu/packages/adns.scm (c-ares): Update to 1.14.0. [license]: Use https.
* gnu: linux-libre: Update to 4.15.4.Mark H Weaver2018-02-17
| | | | | * gnu/packages/linux.scm (%linux-libre-version): Update to 4.15.4. (%linux-libre-hash): Update hash.
* gnu: linux-libre@4.14: Update to 4.14.20.Mark H Weaver2018-02-17
| | | | | * gnu/packages/linux.scm (%linux-libre-4.14-version): Update to 4.14.20. (%linux-libre-4.14-hash): Update hash.
* gnu: linux-libre@4.9: Update to 4.9.82.Mark H Weaver2018-02-17
| | | | * gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.82.
* gnu: linux-libre@4.4: Update to 4.4.116.Mark H Weaver2018-02-17
| | | | * gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.116.
* gnu: make-linux-libre: Use invoke.Danny Milosavljevic2018-02-17
| | | | * gnu/packages/linux.scm (make-linux-libre): Use invoke.
* gnu: Update gnu-standards to 2018-02-18.Chris Marusich2018-02-18
| | | | | | * gnu/packages/gnu-doc.scm (gnu-standards) <version>: Update to 2018-02-18. (gnu-standards) <origin>: While we're here, use "gnu-standards-src" as the file-name, rather than the default, which is "cvs-checkout".
* gnu: mailutils: Fix uninitialized memory bug.Ludovic Courtès2018-02-18
| | | | | | | | | | | This was causing segfaults in the MH test suite when building with glibc 2.26 on x86_64. * gnu/packages/patches/mailutils-uninitialized-memory.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. * gnu/packages/mail.scm (mailutils)[source](patches, snippet): New fields. [native-inputs]: New field.
* gnu: gcc@4.9: Fix libsanitizer compilation with glibc 2.26.Ludovic Courtès2018-02-18
| | | | | | * gnu/packages/patches/gcc-4.9-libsanitizer-fix.patch: New file. * gnu/packages/gcc.scm (gcc-4.9)[source](patches): Add it. * gnu/local.mk (dist_patch_DATA): Add it.
* gnu: gvpe: Fix compilation against glibc 2.26.Ludovic Courtès2018-02-18
| | | | * gnu/packages/vpn.scm (gvpe)[source](modules, snippet): New fields.
* gnu: shepherd: Add dependency on guile-readline.Ludovic Courtès2018-02-18
| | | | * gnu/packages/admin.scm (shepherd)[inputs]: Add GUILE-READLINE.
* Merge branch 'master' into core-updatesRicardo Wurmus2018-02-18
|\
| * gnu: geda-gaf: Disable two broken tests.Ricardo Wurmus2018-02-18
| | | | | | | | | | * gnu/packages/engineering.scm (geda-gaf)[arguments]: Disable two failing tests.
| * gnu: Add emacs-nov-el.Ricardo Wurmus2018-02-18
| | | | | | | | * gnu/packages/emacs.scm (emacs-nov-el): New variable.
| * gnu: Add emacs-esxml.Ricardo Wurmus2018-02-18
| | | | | | | | * gnu/packages/emacs.scm (emacs-esxml): New variable.
| * gnu: libffcall: Update to 2.1.Efraim Flashner2018-02-17
| | | | | | | | * gnu/packages/libffcall.scm (libffcall): Update to 2.1.
| * gnu: btrfs-progs: Fix bash completions.Marius Bakke2018-02-17
| | | | | | | | | | | | | | | | This is a follow-up to commit 9a1c4a981bdd7eeca76aaf73a57d6841918821c2. Bash completions must have the same name as the executable. * gnu/packages/linux.scm (btrfs-progs)[arguments]: Rename "btrfs-completion" script to "btrfs".
| * gnu: zathura: Don't propagate girara in dependent packages.Marius Bakke2018-02-17
| | | | | | | | | | * gnu/packages/pdf.scm (zathura-cb, zathura-ps, zathura-djvu, zathura-pdf-mupdf, zathura-pdf-poppler)[propagated-inputs]: Remove GIRARA.
| * gnu: zathura, girara: Use the test-only xorg variant for tests.Marius Bakke2018-02-17
| | | | | | | | | | | | | | * gnu/packages/gtk.scm (girara)[native-inputs]: Replace XORG-SERVER with XORG-SERVER-1.19.3. [arguments]: Add #:disallowed-references. * gnu/packages/pdf.scm (zathura)[native-inputs, arguments]: Likewise.
| * gnu: zathura: Increase test timeouts.Marius Bakke2018-02-17
| | | | | | | | | | * gnu/packages/pdf.scm (zathura): Export CK_DEFAULT_TIMEOUT before running tests.
| * gnu: girara: Increase test timeouts.Marius Bakke2018-02-17
| | | | | | | | | | | | | | | | Fixes build failures on Hydra. Reported by Mark H Weaver in <https://lists.gnu.org/archive/html/guix-devel/2017-12/msg00391.html>. * gnu/packages/gtk.scm (girara)[arguments]: Set CK_DEFAULT_TIMEOUT before running tests.
| * gnu: ruby-2.4.3: Update rubygems to 2.7.6.Ben Woodcroft2018-02-18
| | | | | | | | | | | | | | | | | | | | This fixes the security issues described at https://www.ruby-lang.org/en/news/2018/02/17/multiple-vulnerabilities-in- rubygems/ * gnu/packages/patches/ruby-rubygems-276-for-ruby24.patch: New file. * gnu/packages/ruby.scm (ruby-2.4.3)[source]: Use it. * gnu/local.mk (dist_patch_DATA): Add it.
| * gnu: ghc-mtl: Remove ghc-transformers from inputs.Ricardo Wurmus2018-02-17
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-mtl)[arguments]: Explain why we need to allow a newer version of the transformers package. [inputs]: Remove ghc-transformers.
| * gnu: vsearch: Update to 2.7.1.Ben Woodcroft2018-02-17
| | | | | | | | * gnu/packages/bioinformatics.scm (vsearch): Update to 2.7.1.
| * gnu: git: Update to 2.16.2.Marius Bakke2018-02-16
| | | | | | | | * gnu/packages/version-control.scm (git): Update to 2.16.2.
| * gnu: glpk: Update to 4.65.Marius Bakke2018-02-16
| | | | | | | | * gnu/packages/maths.scm (glpk): Update to 4.65.
| * gnu: xf86-video-vesa: Update to 2.4.0.Marius Bakke2018-02-16
| | | | | | | | * gnu/packages/xorg.scm (xf86-video-vesa): Update to 2.4.0.
| * gnu: Add colobot.Nicolas Goaziou2018-02-16
| | | | | | | | * gnu/packages/games.scm (colobot): New variable.
| * gnu: bigloo: Fix source hash.Kei Kebreau2018-02-16
| | | | | | | | | | | | Fixes <https://bugs.gnu.org/30436>. * gnu/packages/scheme.scm (bigloo)[source]: Fix hash.
* | gnu: python-hacking: Update to 1.0.0.Marius Bakke2018-02-17
| | | | | | | | | | | | | | * gnu/packages/openstack.scm (python-hacking): Update to 1.0.0. [propagated-inputs]: Change PYTHON-FLAKE8 to PYTHON-FLAKE8-2.5. * gnu/packages/python.scm (python-flake8-2.5, python2-flake8-2.5): New public variables.
* | gnu: python-defusedxml: Update to 0.5.0.Marius Bakke2018-02-17
| | | | | | | | * gnu/packages/xml.scm (python-defusedxml): Update to 0.5.0.
* | gnu: python-waitress: Update to 1.1.0.Marius Bakke2018-02-17
| | | | | | | | | | | | | | * gnu/packages/patches/python-waitress-fix-tests.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. * gnu/packages/python.scm (python-waitress): Update to 1.1.0. [source](patches): New field.
* | gnu: ghc-mtl: Remove ghc-transformers from inputs.Ricardo Wurmus2018-02-17
| | | | | | | | | | | | * gnu/packages/haskell.scm (ghc-mtl)[arguments]: Explain why we need to allow a newer version of the transformers package. [inputs]: Remove ghc-transformers.
* | Merge branch 'master' into core-updatesMark H Weaver2018-02-16
|\|
| * gnu: tiled: Update to 1.1.2.David Thompson2018-02-16
| | | | | | | | * gnu/packages/game-development.scm (tiled): Update to 1.1.2.
| * gnu: mpv: Update to 0.28.2.Rutger Helling2018-02-16
| | | | | | | | * gnu/packages/video.scm (mpv): Update to 0.28.2.
| * gnu: perl-dbd-pg: Update to 3.7.4.Tobias Geerinckx-Rice2018-02-16
| | | | | | | | * gnu/packages/databases.scm (perl-dbd-pg): Update to 3.7.4.
| * gnu: ristretto: Update to 0.8.2.Tobias Geerinckx-Rice2018-02-16
| | | | | | | | * gnu/packages/xfce.scm (ristretto): Update to 0.8.2.
| * gnu: opusfile: Update to 0.10.Tobias Geerinckx-Rice2018-02-16
| | | | | | | | * gnu/packages/xiph.scm (opusfile): Update to 0.10.
| * gnu: erlang: Update phase style.Tobias Geerinckx-Rice2018-02-16
| | | | | | | | | | * gnu/packages/erlang.scm (erlang)[arguments]: Substitute INVOKE for SYSTEM*, don't use %OUTPUTS, and end phases with #t.
| * gnu: erlang: Update to 20.2.3.Tobias Geerinckx-Rice2018-02-16
| | | | | | | | * gnu/packages/erlang.scm (erlang): Update to 20.2.3.