summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* gnu: 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 Milosavljevic2019-04-201-4/+17
* gnu: 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 Cournoyer2019-04-181-2/+12
* build-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 Cournoyer2019-04-181-4/+9
* gnu: python-mako: Update to 1.0.8.•••* gnu/packages/python-xyz.scm (python-mako): Update to 1.0.8. [arguments]: Remove. Marius Bakke2019-03-231-10/+2
* gnu: 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 Bakke2019-03-233-68/+2
* gnu: libgpg-error: Update to 1.36.•••* gnu/packages/gnupg.scm (libgpg-error): Update to 1.36. Marius Bakke2019-03-231-2/+2
* gnu: poppler: Update to 0.75.0.•••* gnu/packages/pdf.scm (poppler): Update to 0.75.0. Marius Bakke2019-03-231-2/+2
* gnu: 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 Bakke2019-03-231-8/+30
* gnu: 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 Bakke2019-03-231-5/+5
* gnu: fontforge: Build against Python 3.•••* gnu/packages/fontutils.scm (fontforge)[inputs]: Change from PYTHON-2 to PYTHON. Marius Bakke2019-03-231-4/+1
* Merge branch 'staging' into core-updatesMarius Bakke2019-03-23219-3772/+9838
|\
| * gnu: imagemagick: Update to 6.9.10-34.•••* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.10-34. Marius Bakke2019-03-231-2/+2
| * gnu: librsvg: Restore version 2.40.20.•••* gnu/packages/gnome.scm (librsvg): Downgrade to 2.40.20. (librsvg-next): New public variable. Marius Bakke2019-03-231-0/+66
| * gnu: CUPS: Update to 2.2.11.•••* gnu/packages/cups.scm (cups-minimal): Update to 2.2.11. Marius Bakke2019-03-231-2/+2
| * gnu: 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 Bakke2019-03-231-1/+1
| * Merge branch 'master' into stagingMarius Bakke2019-03-2340-678/+2292
| |\
| | * gnu: ldb: Update to 1.6.3.•••* gnu/packages/samba.scm (ldb): Update to 1.6.3. Marius Bakke2019-03-231-2/+2
| | * gnu: tevent: Update to 0.10.0.•••* gnu/packages/samba.scm (tevent): Update to 0.10.0. Marius Bakke2019-03-231-2/+2
| | * gnu: talloc: Update to 2.2.0.•••* gnu/packages/samba.scm (talloc): Update to 2.2.0. Marius Bakke2019-03-231-2/+2
| | * gnu: tdb: Update to 1.4.0.•••* gnu/packages/databases.scm (tdb): Update to 1.4.0. Marius Bakke2019-03-231-2/+2
| | * gnu: ffmpeg: Update to 4.1.2.•••* gnu/packages/video.scm (ffmpeg): Update to 4.1.2. Marius Bakke2019-03-231-2/+2
| | * gnu: Add perl6-json.•••* gnu/packages/perl6.scm (perl6-json): New variable. Efraim Flashner2019-03-231-0/+23
| | * gnu: Add perl6-mime-base64.•••* gnu/packages/perl6.scm (perl6-mime-base64): New variable. Efraim Flashner2019-03-231-0/+22
| | * gnu: Add perl6-grammar-debugger.•••* gnu/packages/perl6.scm (perl6-grammar-debugger): New variable. Efraim Flashner2019-03-231-0/+29
| | * gnu: Add perl6-grammar-profiler-simple.•••* gnu/packages/perl6.scm (perl6-grammar-profiler-simple): New variable. Efraim Flashner2019-03-231-0/+27
| | * gnu: Add perl6-test-mock.•••* gnu/packages/perl6.scm (perl6-test-mock): New variable. Efraim Flashner2019-03-231-0/+27
| | * gnu: Add perl6-oo-monitors.•••* gnu/packages/perl6.scm (perl6-oo-monitors): New variable. Efraim Flashner2019-03-231-0/+26
| | * gnu: Add perl6-terminal-ansicolor.•••* gnu/packages/perl6.scm (perl6-terminal-ansicolor): New variable. Efraim Flashner2019-03-231-0/+22
| | * gnu: Add perl6-svg-plot.•••* gnu/packages/perl6.scm (perl6-svg-plot): New variable. Efraim Flashner2019-03-231-0/+27
| | * gnu: Add perl6-svg.•••* gnu/packages/perl6.scm (perl6-svg): New variable. Efraim Flashner2019-03-231-0/+28
| | * gnu: Add perl6-xml-writer.•••* gnu/packages/perl6.scm (perl6-xml-writer): New variable. Efraim Flashner2019-03-231-0/+24
| | * gnu: Add perl6-test-meta.•••* gnu/packages/perl6.scm (perl6-test-meta): New variable. Efraim Flashner2019-03-231-0/+24
| | * gnu: Add perl6-license-spdx.•••* gnu/packages/perl6.scm (perl6-license-spdx): New variable. Efraim Flashner2019-03-231-0/+25
| | * gnu: Add perl6-meta6.•••* gnu/packages/perl6.scm (perl6-meta6): New variable. Efraim Flashner2019-03-231-0/+34
| | * gnu: Add perl6-json-class.•••* gnu/packages/perl6.scm (perl6-json-class): New variable. Efraim Flashner2019-03-231-0/+31
| | * gnu: Add perl6-json-marshal.•••* gnu/packages/perl6.scm (perl6-json-marshal): New variable. Efraim Flashner2019-03-231-0/+27
| | * gnu: Add perl6-json-unmarshal.•••* gnu/packages/perl6.scm (perl6-json-unmarshal): New variable. Efraim Flashner2019-03-231-0/+27
| | * gnu: Add perl6-json-name.•••* gnu/packages/perl6.scm (perl6-json-name): New variable. Efraim Flashner2019-03-231-0/+26
| | * gnu: Add perl6-json-fast.•••* gnu/packages/perl6.scm (perl6-json-fast): New variable. Efraim Flashner2019-03-231-0/+24
| | * gnu: Add perl6-uri.•••* gnu/packages/perl6.scm (perl6-uri): New variable. Efraim Flashner2019-03-231-0/+24
| | * gnu: Add perl6-zef.•••* gnu/packages/perl6.scm (perl6-zef): New variable. Efraim Flashner2019-03-231-0/+31
| | * gnu: Add perl6-tap-harness.•••* gnu/packages/perl6.scm (perl6-tap-harness): New variable. Efraim Flashner2019-03-231-0/+32
| | * build: 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 Flashner2019-03-234-1/+322
| | * gnu: Add rakudo.•••* gnu/packages/perl6.scm (rakudo): New variable. Efraim Flashner2019-03-231-1/+67
| | * gnu: Add nqp.•••* gnu/packages/perl6.scm (nqp): New variable. Efraim Flashner2019-03-231-0/+65
| | * gnu: Add moarvm.•••* gnu/packages/perl6.scm (moarvm): New variable. Efraim Flashner2019-03-232-1/+98
| | * gnu: Add libtommath-1.0.•••* gnu/packages/multiprecision.scm (libtommath-1.0): New variable. Efraim Flashner2019-03-231-0/+19
| | * gnu: 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 Flashner2019-03-231-1/+1
| | * gnu: perl-plack-test-externalserver: Update to 0.02.•••* gnu/packages/web.scm (perl-plack-test-externalserver): Update to 0.02. Tobias Geerinckx-Rice2019-03-231-3/+2
| | * gnu: perl-finance-quote: Update to 1.47.•••* gnu/packages/web.scm (perl-finance-quote): Update to 1.47. Tobias Geerinckx-Rice2019-03-231-3/+2