summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2019-04-20gnu: shishi: Make shishi keys and database administrator-modifiable....Fixes <https://bugs.gnu.org/30109>. * gnu/packages/kerberos.scm (shishi)[arguments]<#:configure-flags>: Add --with-key-dir, --with-db-dir. <#:phases>[disable-automatic-key-generation]: New phase. Danny Milosavljevic
2019-04-18gnu: python: Disable failing tests for Python 2....Fixes issue #35311 (see: https://bugs.gnu.org/35311). * gnu/packages/python.scm (python-2.7)[make-flags]: Exclude the tests test_urllib2_localnet and test_httplib. * gnu/packages/python.scm (python-3.7)[make-flags]: Do not consider tests exclusions inherited from the python2 package, which leaves Python 3 unchanged. Maxim Cournoyer
2019-04-18build-system/python: Move the check phase after the install phase....A reproducibility problem was discovered while packaging python-pygithub where the bytecode produced by running the tests would interfere with the result of the install phase byte compilation. Moving the check phase after the install phase solves the problem. * guix/build/python-build-system.scm (%standard-phases): Add comment, move the check phase after the install phase. Maxim Cournoyer
2019-03-23gnu: python-mako: Update to 1.0.8....* gnu/packages/python-xyz.scm (python-mako): Update to 1.0.8. [arguments]: Remove. Marius Bakke
2019-03-23gnu: python-pytest: Update to 4.3.1....* gnu/packages/check.scm (python-pytest): Update to 4.3.1. [source](patches): Remove. * gnu/packages/patches/python-pytest-pluggy-compat.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it. Marius Bakke
2019-03-23gnu: libgpg-error: Update to 1.36....* gnu/packages/gnupg.scm (libgpg-error): Update to 1.36. Marius Bakke
2019-03-23gnu: poppler: Update to 0.75.0....* gnu/packages/pdf.scm (poppler): Update to 0.75.0. Marius Bakke
2019-03-23gnu: Python: Remove bundled libraries....Fixes <https://bugs.gnu.org/32957>. * gnu/packages/python.scm (python-2.7)[source](snippet): Remove bundled libffi, expat and zlib. Add substitution to make pyexpat use system expat. [arguments]: Add "--with-system-expat" to #:configure-flags. [inputs]: Add EXPAT. * gnu/packages/python.scm (python-3.7)[source](snippet): Delete bundled expat and add the same pyexpat substitution. * gnu/packages/python.scm (python2-minimal, python-minimal)[inputs]: Add EXPAT. Marius Bakke
2019-03-23gnu: stb: Update snapshot....* gnu/packages/stb.scm (stb): Update to commit 2c2908f50515dcd. (stb-image): Update to 2.22. (stb-image-write): Update to 1.13. Marius Bakke
2019-03-23gnu: fontforge: Build against Python 3....* gnu/packages/fontutils.scm (fontforge)[inputs]: Change from PYTHON-2 to PYTHON. Marius Bakke
2019-03-23Merge branch 'staging' into core-updatesMarius Bakke
2019-03-23gnu: imagemagick: Update to 6.9.10-34....* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-34. Marius Bakke
2019-03-23gnu: librsvg: Restore version 2.40.20....* gnu/packages/gnome.scm (librsvg): Downgrade to 2.40.20. (librsvg-next): New public variable. Marius Bakke
2019-03-23gnu: CUPS: Update to 2.2.11....* gnu/packages/cups.scm (cups-minimal): Update to 2.2.11. Marius Bakke
2019-03-23gnu: gnome-shell: Use the test-only Xorg variant for tests....* gnu/packages/gnome.scm (gnome-shell)[native-inputs]: Change XORG-SERVER to XORG-SERVER-FOR-TESTS. Marius Bakke
2019-03-23Merge branch 'master' into stagingMarius Bakke
2019-03-23gnu: ldb: Update to 1.6.3....* gnu/packages/samba.scm (ldb): Update to 1.6.3. Marius Bakke
2019-03-23gnu: tevent: Update to 0.10.0....* gnu/packages/samba.scm (tevent): Update to 0.10.0. Marius Bakke
2019-03-23gnu: talloc: Update to 2.2.0....* gnu/packages/samba.scm (talloc): Update to 2.2.0. Marius Bakke
2019-03-23gnu: tdb: Update to 1.4.0....* gnu/packages/databases.scm (tdb): Update to 1.4.0. Marius Bakke
2019-03-23gnu: ffmpeg: Update to 4.1.2....* gnu/packages/video.scm (ffmpeg): Update to 4.1.2. Marius Bakke
2019-03-23gnu: Add perl6-json....* gnu/packages/perl6.scm (perl6-json): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-mime-base64....* gnu/packages/perl6.scm (perl6-mime-base64): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-grammar-debugger....* gnu/packages/perl6.scm (perl6-grammar-debugger): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-grammar-profiler-simple....* gnu/packages/perl6.scm (perl6-grammar-profiler-simple): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-test-mock....* gnu/packages/perl6.scm (perl6-test-mock): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-oo-monitors....* gnu/packages/perl6.scm (perl6-oo-monitors): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-terminal-ansicolor....* gnu/packages/perl6.scm (perl6-terminal-ansicolor): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-svg-plot....* gnu/packages/perl6.scm (perl6-svg-plot): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-svg....* gnu/packages/perl6.scm (perl6-svg): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-xml-writer....* gnu/packages/perl6.scm (perl6-xml-writer): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-test-meta....* gnu/packages/perl6.scm (perl6-test-meta): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-license-spdx....* gnu/packages/perl6.scm (perl6-license-spdx): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-meta6....* gnu/packages/perl6.scm (perl6-meta6): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-json-class....* gnu/packages/perl6.scm (perl6-json-class): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-json-marshal....* gnu/packages/perl6.scm (perl6-json-marshal): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-json-unmarshal....* gnu/packages/perl6.scm (perl6-json-unmarshal): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-json-name....* gnu/packages/perl6.scm (perl6-json-name): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-json-fast....* gnu/packages/perl6.scm (perl6-json-fast): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-uri....* gnu/packages/perl6.scm (perl6-uri): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-zef....* gnu/packages/perl6.scm (perl6-zef): New variable. Efraim Flashner
2019-03-23gnu: Add perl6-tap-harness....* gnu/packages/perl6.scm (perl6-tap-harness): New variable. Efraim Flashner
2019-03-23build: Add rakudo-build-system....* guix/build-system/rakudo.scm, guix/build/rakudo-build-system.scm: New files. * Makefile.am (MODULES): Add them. * doc/guix.texi (Build System): Document it. Efraim Flashner
2019-03-23gnu: Add rakudo....* gnu/packages/perl6.scm (rakudo): New variable. Efraim Flashner
2019-03-23gnu: Add nqp....* gnu/packages/perl6.scm (nqp): New variable. Efraim Flashner
2019-03-23gnu: Add moarvm....* gnu/packages/perl6.scm (moarvm): New variable. Efraim Flashner
2019-03-23gnu: Add libtommath-1.0....* gnu/packages/multiprecision.scm (libtommath-1.0): New variable. Efraim Flashner
2019-03-23gnu: perl-libwww: Update source uri....This is a follow-up to e4a69686abb3727ac41b7510fc5c4ce900083d62. * gnu/packages/web.scm (perl-libwww)[source]: Update to new upstream uri. Efraim Flashner
2019-03-23gnu: perl-plack-test-externalserver: Update to 0.02....* gnu/packages/web.scm (perl-plack-test-externalserver): Update to 0.02. Tobias Geerinckx-Rice
2019-03-23gnu: perl-finance-quote: Update to 1.47....* gnu/packages/web.scm (perl-finance-quote): Update to 1.47. Tobias Geerinckx-Rice