- Apr 05, 2017
-
-
Ludovic Courtès authored
* guix/packages.scm (package-mapping): New procedure. (package-input-rewriting): Rewrite in terms of 'package-mapping'. * tests/packages.scm ("package-mapping"): New test. * doc/guix.texi (Defining Packages): Document it.
-
Ludovic Courtès authored
This reverts commit 01fe0191, which was unneeded because IlmBase is already listed as 'Requires' in 'OpenEXR.pc'.
-
Tobias Geerinckx-Rice authored
This reverts commit dfee7dae. It causes the linux-libre@4.9 build to hang (command-line usage works fine).
-
Kei Kebreau authored
* gnu/packages/audacity.scm: Remove file and move audacity... * gnu/packages/audio.scm: ...here. * gnu/local.mk: Remove reference to removed file.
-
Ricardo Wurmus authored
* guix/import/cran.scm (bioconductor-package?): Exclude Bioconductor data packages. (bioconductor-data-package?): New procedure.
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Add build phase "patch-away-glibc-conflict" to fix a definition conflict with glibc 2.25.
-
Ricardo Wurmus authored
* gnu/packages/bioinformatics.scm (sra-tools)[arguments]: Use "modify-phases" syntax.
-
Ben Woodcroft authored
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.37.
-
Leo Famulari authored
* guix/download.scm (%mirrors) <gnupg>: Use HTTP for TU Wien mirror.
-
Thomas Danckaert authored
* gnu/packages/kde.scm (kdevelop, kdevplatform): Update to 5.1.0.
-
Tobias Geerinckx-Rice authored
* gnu/packages/algebra.scm (bc): Update to 1.07. [native-inputs]: Add ed and texinfo. [arguments]: Use default ‘configure’ phase.
-
Tobias Geerinckx-Rice authored
* gnu/packages/algebra.scm (bc)[arguments]: Add ‘--with-readline’ to #:configure-flags.
-
Tobias Geerinckx-Rice authored
* gnu/packages/algebra.scm: Order imports alphabetically.
-
- Apr 04, 2017
-
-
Ludovic Courtès authored
* gnu/packages/graphics.scm (openexr)[arguments]: Add 'set-ilmbase-directory-in-pc-file' phase.
-
Ludovic Courtès authored
* gnu/services/cuirass.scm (cuirass-shepherd-service): Add 'networking' to 'requirements'.
-
Chris Marusich authored
* guix/scripts/build.scm: Export register-root procedure. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Clément Lassieur authored
* gnu/packages/gnuzilla.scm (icecat)[arguments] <#:configure-flags>: Temporarily comment out "--with-system-icu".
-
Clément Lassieur authored
* gnu/packages/gnuzilla.scm (icecat)[arguments]: Re-enable parallel build.
-
Marius Bakke authored
* gnu/packages/django.scm (python-django, python2-django)[properties]: Add "cpe-name".
-
Marius Bakke authored
* gnu/packages/django.scm (python-django, python2-django): Update to 1.10.7.
-
Marius Bakke authored
* gnu/packages/gnupg.scm (gnupg): Update to 2.1.20. [source]: Remove patch. * gnu/packages/patches/gnupg-2.1-fix-Y2038-test-failure.patch: Delete file. * gnu/local.mk (dist_patch_DATA): Remove it.
-
Marius Bakke authored
* gnu/packages/python.scm (python-cython, python2-cython)[source]: Add patch. * gnu/packages/patches/python-cython-fix-tests-32bit.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it.
-
Mark Meyer authored
* gnu/packages/music.scm (moc)[inputs]: Add libogg and libvorbis. Signed-off-by:
Tobias Geerinckx-Rice <me@tobias.gr>
-
Mark Meyer authored
* gnu/packages/audio.scm (qjackctl): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Ludovic Courtès authored
* gnu/packages/patches/glog-gcc-5-demangling.patch: New file. * gnu/packages/logging.scm (glog)[sources]: Add it. * gnu/local.mk (dist_patch_DATA): Add it.
-
Leo Famulari authored
Fixes test failures related to xz compression in tests/utils.scm. This is a followup to commit 63102406. * guix/utils.scm (decompressed-port, compressed-port, compressed-output-port): Split each shell argument into its own list element.
-
- Apr 03, 2017
-
-
Tobias Geerinckx-Rice authored
* gnu/packages/video.scm (youtube-dl): Update to 2017.04.03.
-
Tobias Geerinckx-Rice authored
* gnu/packages/mail.scm (perl-email-simple): Update to 2.213.
-
Tobias Geerinckx-Rice authored
* gnu/packages/mail.scm (perl-email-mime): Update to 1.940.
-
Tobias Geerinckx-Rice authored
* gnu/packages/language.scm (perl-lingua-en-tagger): Update to 0.28.
-
Tobias Geerinckx-Rice authored
* gnu/packages/language.scm (perl-lingua-en-number-isordinal): Update to 0.05.
-
Tobias Geerinckx-Rice authored
* gnu/packages/language.scm (perl-lingua-en-inflect-number): Update to 1.12.
-
Tobias Geerinckx-Rice authored
* gnu/packages/language.scm (perl-lingua-en-inflect): Update to 1.901.
-
Tobias Geerinckx-Rice authored
* gnu/packages/language.scm (perl-lingua-en-findnumber): Update to 1.32.
-
Tobias Geerinckx-Rice authored
* gnu/packages/databases.scm (perl-db-file): Update to 1.840.
-
Tobias Geerinckx-Rice authored
* gnu/packages/databases.scm (perl-dbd-sqlite): Update to 1.54.
-
Tobias Geerinckx-Rice authored
* gnu/packages/databases.scm (perl-dbd-pg): Update to 3.5.3.
-
Ludovic Courtès authored
Fixes a regression introduced in 3b88f376. * tests/search-paths.scm ("evaluate-search-paths, separator is #f"): Change the expected result to "aarch64-linux".
-
Ludovic Courtès authored
Reported by Thomas Sigurdsen <thomas.sigurdsen@gmail.com> at <https://lists.gnu.org/archive/html/help-guix/2017-04/msg00007.html>. * guix/packages.scm (expand-input): Add 'guard' form around call to 'package-source-derivation'. * tests/packages.scm (dummy): New test.
-
Ludovic Courtès authored
* guix/gexp.scm (&gexp-error, &gexp-input-error): New error conditions. (lower-object): Raise &gexp-input-error when 'lookup-compiler' returns #f. * tests/gexp.scm ("lower-object & gexp-input-error?"): New test. * guix/ui.scm (call-with-error-handling): Add case for 'gexp-input-error?'.
-