summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2016-06-15gnu: Add folks.Leo Famulari
* gnu/packages/gnome.scm (folks): New variable.
2016-06-15gnu: evolution-data-server: Build Vala bindings.Leo Famulari
* gnu/packages/gnome.scm (evolution-data-server)[arguments]: Add --enable-vala-bindings to #:configure-flags. [native-inputs]: Add vala.
2016-06-15gnu: telepathy-glib: Enable vala bindings.Leo Famulari
* gnu/packages/glib.scm (telepathy-glib)[arguments]: Add --enable-vala-bindings to #:configure-flags. [native-inputs]: Add vala.
2016-06-15gnu: Add emacs-ebuild-mode.ng0
* gnu/packages/emacs.scm (emacs-ebuild-mode): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2016-06-15gnu: Add emacs-lua-mode.ng0
* gnu/packages/emacs.scm (emacs-lua-mode): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2016-06-15gnu: Add r-bsgenome-mmusculus-ucsc-mm10.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (r-bsgenome-mmusculus-ucsc-mm10): New variable.
2016-06-15guix: Add downloader for Mercurial repositories.Ricardo Wurmus
* guix/build/hg.scm: New file. * guix/hg-download.scm: New file. * Makefile.am (MODULES): Add them.
2016-06-15gnu: openssl: Fix CVE-2016-2177 and CVE-2016-2178.Leo Famulari
* gnu/packages/patches/openssl-CVE-2016-2177.patch, gnu/packages/patches/openssl-CVE-2016-2178.patch: New files. * gnu/local.mk (dist_patch_DATA): Add them. * gnu/packages/tls.scm (openssl/fixed): Use them.
2016-06-15gnu: Add python-wcwidth and python2-wcwidth.Danny Milosavljevic
* gnu/packages/python.scm (python-wcwidth, python2-wcwidth): New variables. Co-authored-by: Leo Famulari <leo@famulari.name>
2016-06-15gnu: Add log4cpp.Ricardo Wurmus
* gnu/packages/logging.scm: New file. * gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
2016-06-15gnu: Add gengetopt.Ricardo Wurmus
* gnu/packages/popt.scm (gengetopt): New variable.
2016-06-15gnu: Add teensy-loader-cli.Hartmut Goebel
* gnu/packages/flashing-tools.scm (teensy-loader-cli): New variable. * gnu/packages/patches/teensy-loader-cli-help.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-06-15store: Add #:select? parameter to 'add-to-store'.Ludovic Courtès
* guix/store.scm (write-arg): Remove 'file' case. (true): New procedure. (add-to-store): Add #:select? parameter and honor it. Use hand-coded stub instead of 'operation'. (interned-file): Add #:select? parameter and honor it. * doc/guix.texi (The Store Monad): Adjust 'interned-file' documentation accordingly.
2016-06-15gnu: grue-hunter: Move to (gnu packages games).Ludovic Courtès
* gnu/packages/grue-hunter.scm: Remove. Move contents to... * gnu/packages/games.scm (grue-hunter): ... here. New variable. * gnu/local.mk (GNU_SYSTEM_MODULES): Adjust accordingly.
2016-06-15packages: The 'source' can be any lowerable object.Ludovic Courtès
* guix/packages.scm (expand-input): Use 'struct?' instead of 'origin?' when matching SOURCE. (package-source-derivation): Use 'lower-object' instead of 'origin->derivation'. * tests/packages.scm ("package-source-derivation, local-file"): New test. * doc/guix.texi (package Reference): Update 'source' documentation accordingly.
2016-06-15packages: 'origin->derivation' expects an origin and nothing else.Ludovic Courtès
* guix/packages.scm (origin->derivation): Rename 'source' parameter to 'origin'. Move cases where SOURCE is a string to... (package-source-derivation): ... here.
2016-06-15packages: Recognize the '.Z' extension.Ludovic Courtès
Reported by thomasd on #guix. * guix/packages.scm (patch-and-repack)[decompression-type]: Add "Z".
2016-06-15gnu: pumpa: Build with qtbase.Efraim Flashner
* gnu/packages/pumpio.scm (pumpa)[inputs]: Remove qt, add qtbase.
2016-06-15gnu: pinentry-qt: Build with qtbase.Efraim Flashner
* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Remove qt, add qtbase.
2016-06-15gnu: Add qttools.Efraim Flashner
* gnu/packages/qt.scm (qttools): New variable.
2016-06-15gnu: Add qtlocation.Efraim Flashner
* gnu/packages/qt.scm (qtlocation): New variable.
2016-06-15gnu: Add qtwebchannel.Efraim Flashner
* gnu/packages/qt.scm (qtwebchannel): New variable.
2016-06-15gnu: Add qtserialport.Efraim Flashner
* gnu/packages/qt.scm (qtserialport): New variable.
2016-06-15gnu: Add qtwayland.Efraim Flashner
* gnu/packages/qt.scm (qtwayland): New variable.
2016-06-15gnu: Add qtmultimedia.Efraim Flashner
* gnu/packages/qt.scm (qtmultimedia): New variable.
2016-06-15gnu: Add qtsensors.Efraim Flashner
* gnu/packages/qt.scm (qtsensors): New variable.
2016-06-15gnu: Add qtwebsockets.Efraim Flashner
* gnu/packages/qt.scm (qtwebsockets): New variable.
2016-06-15gnu: Add qtconnectivity.Efraim Flashner
* gnu/packages/qt.scm (qtconnectivity): New variable.
2016-06-15gnu: Add qtdeclarative.Efraim Flashner
* gnu/packages/qt.scm (qtdeclarative): New variable.
2016-06-15gnu: Add qtxmlpatterns.Efraim Flashner
* gnu/packages/qt.scm (qtxmlpatterns): New variable.
2016-06-15gnu: Add qtx11extras.Efraim Flashner
* gnu/packages/qt.scm (qtx11extras): New variable.
2016-06-15gnu: Add qtimageformats.Efraim Flashner
* gnu/packages/qt.scm (qtimageformats): New variable.
2016-06-15gnu: Add qtsvg.Efraim Flashner
* gnu/packages/qt.scm (qtsvg): New variable.
2016-06-14import: pypi: read requirements from wheels.Cyril Roelandt
* doc/guix.tex (Invoking guix import): Mention that the pypi importer works better with "unzip". * guix/import/pypi.scm (latest-wheel-release, wheel-url->extracted-directory): New procedures. * tests/pypi.scm (("pypi->guix-package, wheels"): New test.
2016-06-14gnu: julia: Use unbundled release tarball.Ricardo Wurmus
* gnu/packages/julia.scm (julia)[source]: Use smaller tarball without bundled sources. [inputs]: Add inputs for rmath-julia, suitesparse, objconv, dsfmt, and virtualenv. [arguments]: Add phase "prepare-deps" to copy tarballs to their expected locations.
2016-06-14gnu: perl-dbi: Update to 1.636.Efraim Flashner
* gnu/packages/databases.scm (perl-dbi): Update to 1.636. [home-page]: Update it.
2016-06-14gnu: perl-exporter-lite: Update to 0.08.Efraim Flashner
* gnu/packages/perl.scm (perl-exporter-lite): Update to 0.08. [home-page]: Update it.
2016-06-14gnu: perl-image-exiftool: Update to 10.20.Efraim Flashner
* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.20. [home-page]: Update it.
2016-06-14gnu: perl-test-deep: Update to 1.120.Efraim Flashner
* gnu/packages/perl.scm (perl-test-deep): Update to 1.120. [home-page]: Update it.
2016-06-14gnu: perl-xml-libxml: Update to 2.0125.Efraim Flashner
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0125.
2016-06-14gnu: perl-xml-simple: Update to 2.22.Efraim Flashner
* gnu/packages/xml.scm (perl-xml-simple): Update to 2.22. [propagated-inputs]: Add perl-xml-sax. [home-page]: Update it.
2016-06-14gnu: parallel: Update to 20160522.Efraim Flashner
* gnu/packages/parallel.scm (parallel): Update to 20160522.
2016-06-14gnu: youtube-dl: Update to 2016.06.14.Alex Vong
* gnu/packages/video.scm (youtube-dl): Update to 2016.06.14. [source]: Use https. [home-page]: Use https. Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
2016-06-13gnu: Add gnome-shell-extensions.David Thompson
* gnu/packages/gnome.scm (gnome-shell-extensions): New variable.
2016-06-14gnu: Add ruby-bio-kseq.Ben Woodcroft
* gnu/packages/bioinformatics.scm (ruby-bio-kseq): New variable.
2016-06-13gnu: wget: Update to 1.18.Ludovic Courtès
* gnu/packages/wget.scm (wget): Update to 1.18.
2016-06-13gnu: wayland: Update to 1.11.0.Efraim Flashner
* gnu/packages/freedesktop.scm (wayland): Update to 1.11.0.
2016-06-13gnu: python-pykafka: Change uri.Efraim Flashner
* gnu/packages/python.scm (python-pykafka)[source]: Update pypi uri.
2016-06-13gnu: giac-xcas: Update to 1.2.2-59Nicolas Goaziou
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-59. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-13gnu: asymptote: Update to 2.38Nicolas Goaziou
* gnu/packages/plotutils.scm (asymptote): Update to 2.38. Signed-off-by: Ludovic Courtès <ludo@gnu.org>