Age | Commit message (Collapse) | Author |
|
* 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.
|
|
* guix/packages.scm (origin->derivation): Rename 'source' parameter to
'origin'. Move cases where SOURCE is a string to...
(package-source-derivation): ... here.
|
|
Reported by thomasd on #guix.
* guix/packages.scm (patch-and-repack)[decompression-type]: Add "Z".
|
|
* gnu/packages/pumpio.scm (pumpa)[inputs]: Remove qt, add qtbase.
|
|
* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Remove qt, add qtbase.
|
|
* gnu/packages/qt.scm (qttools): New variable.
|
|
* gnu/packages/qt.scm (qtlocation): New variable.
|
|
* gnu/packages/qt.scm (qtwebchannel): New variable.
|
|
* gnu/packages/qt.scm (qtserialport): New variable.
|
|
* gnu/packages/qt.scm (qtwayland): New variable.
|
|
* gnu/packages/qt.scm (qtmultimedia): New variable.
|
|
* gnu/packages/qt.scm (qtsensors): New variable.
|
|
* gnu/packages/qt.scm (qtwebsockets): New variable.
|
|
* gnu/packages/qt.scm (qtconnectivity): New variable.
|
|
* gnu/packages/qt.scm (qtdeclarative): New variable.
|
|
* gnu/packages/qt.scm (qtxmlpatterns): New variable.
|
|
* gnu/packages/qt.scm (qtx11extras): New variable.
|
|
* gnu/packages/qt.scm (qtimageformats): New variable.
|
|
* gnu/packages/qt.scm (qtsvg): New variable.
|
|
* 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.
|
|
* 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.
|
|
* gnu/packages/databases.scm (perl-dbi): Update to 1.636.
[home-page]: Update it.
|
|
* gnu/packages/perl.scm (perl-exporter-lite): Update to 0.08.
[home-page]: Update it.
|
|
* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.20.
[home-page]: Update it.
|
|
* gnu/packages/perl.scm (perl-test-deep): Update to 1.120.
[home-page]: Update it.
|
|
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0125.
|
|
* gnu/packages/xml.scm (perl-xml-simple): Update to 2.22.
[propagated-inputs]: Add perl-xml-sax.
[home-page]: Update it.
|
|
* gnu/packages/parallel.scm (parallel): Update to 20160522.
|
|
* 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>
|
|
* gnu/packages/gnome.scm (gnome-shell-extensions): New variable.
|
|
* gnu/packages/bioinformatics.scm (ruby-bio-kseq): New variable.
|
|
* gnu/packages/wget.scm (wget): Update to 1.18.
|
|
* gnu/packages/freedesktop.scm (wayland): Update to 1.11.0.
|
|
* gnu/packages/python.scm (python-pykafka)[source]: Update pypi uri.
|
|
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-59.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
* gnu/packages/plotutils.scm (asymptote): Update to 2.38.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Previously it could have left the file descriptor open.
* guix/utils.scm (with-atomic-file-output): Call 'close-port' in handler.
|
|
* guix/build/syscalls.scm (mkdtemp!, setns, %ioctl, network-interfaces):
(free-ifaddrs): Use 'syscall->procedure'.
|
|
Suggested by Danny Milosavljevic <dannym@scratchpost.org>
at <https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00456.html>.
* guix/build/syscalls.scm (fdatasync): New procedure.
* guix/utils.scm (with-atomic-file-output): Use it. Use 'close-port'
instead of 'close'.
|
|
* gnu/packages/python.scm (python-tables, python2-tables): New
variables.
|
|
* gnu/packages/bioinformatics.scm (piranha): Update to 1.2.1.
|
|
* guix/serialization.scm (write-file): Add #:select? parameter and honor it.
* tests/nar.scm ("write-file #:select? + restore-file"): New test.
|
|
* gnu/packages/ocaml.scm (unison)[arguments]: Add 'install-fsmonitor'
phase.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
Reported at
<https://lists.gnu.org/archive/html/guix-devel/2016-06/msg00368.html>.
* guix/profiles.scm (info-dir-file)[build]: Add explicit call to
'exit'.
* guix/profiles.scm (ghc-package-cache-file)[build]: Likewise.
* guix/profiles.scm (xdg-desktop-database)[build]: Likewise.
* guix/profiles.scm (xdg-mime-database)[build]: Likewise.
|
|
* doc/guix.texi (G-Expressions): The #:recursive? parameter of
'local-file' defaults to #f.
|
|
* gnu/packages/emacs.scm (emacs-rainbow-identifiers): New variable.
|
|
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-9.
|
|
* gnu/packages/games.scm (manaplus): Update to 1.6.6.4.
|
|
* gnu/packages/gnome.scm (arc-icon-theme): New variable.
|
|
* gnu/packages/gnome.scm (moka-icon-theme): New variable.
|