Commit Graph

12763 Commits (da675305ddf2ba574e309e515d18ae1f778297be)

Author SHA1 Message Date
Ludovic Courtès da675305dd
packages: The 'source' can be any lowerable object.
* 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-15 15:26:30 +02:00
Ludovic Courtès 789510640d
packages: 'origin->derivation' expects an origin and nothing else.
* guix/packages.scm (origin->derivation): Rename 'source' parameter to
'origin'.  Move cases where SOURCE is a string to...
(package-source-derivation): ... here.
2016-06-15 15:26:30 +02:00
Ludovic Courtès 5257ab6de2
packages: Recognize the '.Z' extension.
Reported by thomasd on #guix.

* guix/packages.scm (patch-and-repack)[decompression-type]: Add "Z".
2016-06-15 15:26:30 +02:00
Efraim Flashner 6dc554fa2a
gnu: pumpa: Build with qtbase.
* gnu/packages/pumpio.scm (pumpa)[inputs]: Remove qt, add qtbase.
2016-06-15 11:39:53 +03:00
Efraim Flashner e2788cef13
gnu: pinentry-qt: Build with qtbase.
* gnu/packages/gnupg.scm (pinentry-qt)[inputs]: Remove qt, add qtbase.
2016-06-15 11:26:10 +03:00
Efraim Flashner d438c9683b
gnu: Add qttools.
* gnu/packages/qt.scm (qttools): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner d5ca54ce47
gnu: Add qtlocation.
* gnu/packages/qt.scm (qtlocation): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner f5377013d6
gnu: Add qtwebchannel.
* gnu/packages/qt.scm (qtwebchannel): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner 00806f2bb9
gnu: Add qtserialport.
* gnu/packages/qt.scm (qtserialport): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner bc8ede0150
gnu: Add qtwayland.
* gnu/packages/qt.scm (qtwayland): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner 15378f93b9
gnu: Add qtmultimedia.
* gnu/packages/qt.scm (qtmultimedia): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner 3474767cbd
gnu: Add qtsensors.
* gnu/packages/qt.scm (qtsensors): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner cac893ec09
gnu: Add qtwebsockets.
* gnu/packages/qt.scm (qtwebsockets): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner e98cb96d69
gnu: Add qtconnectivity.
* gnu/packages/qt.scm (qtconnectivity): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner e3a2ed8151
gnu: Add qtdeclarative.
* gnu/packages/qt.scm (qtdeclarative): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner 98eec71280
gnu: Add qtxmlpatterns.
* gnu/packages/qt.scm (qtxmlpatterns): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner f6c13613af
gnu: Add qtx11extras.
* gnu/packages/qt.scm (qtx11extras): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner 9b69421021
gnu: Add qtimageformats.
* gnu/packages/qt.scm (qtimageformats): New variable.
2016-06-15 11:11:56 +03:00
Efraim Flashner 19c1763113
gnu: Add qtsvg.
* gnu/packages/qt.scm (qtsvg): New variable.
2016-06-15 11:11:56 +03:00
Cyril Roelandt 266785d21e import: pypi: read requirements from wheels.
* 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-14 22:03:22 +02:00
Ricardo Wurmus 4f54a63e1e
gnu: julia: Use unbundled release tarball.
* 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-14 16:27:19 +02:00
Efraim Flashner 6138dedec9
gnu: perl-dbi: Update to 1.636.
* gnu/packages/databases.scm (perl-dbi): Update to 1.636.
[home-page]: Update it.
2016-06-14 15:06:48 +03:00
Efraim Flashner 0e8186eb12
gnu: perl-exporter-lite: Update to 0.08.
* gnu/packages/perl.scm (perl-exporter-lite): Update to 0.08.
[home-page]: Update it.
2016-06-14 15:04:09 +03:00
Efraim Flashner 67abcc05ba
gnu: perl-image-exiftool: Update to 10.20.
* gnu/packages/photo.scm (perl-image-exiftool): Update to 10.20.
[home-page]: Update it.
2016-06-14 15:01:35 +03:00
Efraim Flashner cf4a71322b
gnu: perl-test-deep: Update to 1.120.
* gnu/packages/perl.scm (perl-test-deep): Update to 1.120.
[home-page]: Update it.
2016-06-14 14:31:58 +03:00
Efraim Flashner 54c3c140ce
gnu: perl-xml-libxml: Update to 2.0125.
* gnu/packages/xml.scm (perl-xml-libxml): Update to 2.0125.
2016-06-14 14:29:03 +03:00
Efraim Flashner e831256ff5
gnu: perl-xml-simple: Update to 2.22.
* gnu/packages/xml.scm (perl-xml-simple): Update to 2.22.
[propagated-inputs]: Add perl-xml-sax.
[home-page]: Update it.
2016-06-14 14:08:07 +03:00
Efraim Flashner d0d2b0f9cd
gnu: parallel: Update to 20160522.
* gnu/packages/parallel.scm (parallel): Update to 20160522.
2016-06-14 10:08:14 +03:00
Alex Vong feb5c55403
gnu: youtube-dl: Update to 2016.06.14.
* 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-14 09:07:02 +03:00
David Thompson 32ac717c5f gnu: Add gnome-shell-extensions.
* gnu/packages/gnome.scm (gnome-shell-extensions): New variable.
2016-06-13 19:22:54 -04:00
Ben Woodcroft e4a44a6aa5
gnu: Add ruby-bio-kseq.
* gnu/packages/bioinformatics.scm (ruby-bio-kseq): New variable.
2016-06-14 07:57:09 +10:00
Ludovic Courtès d3ef652aa1
gnu: wget: Update to 1.18.
* gnu/packages/wget.scm (wget): Update to 1.18.
2016-06-13 23:13:16 +02:00
Efraim Flashner 65089213c8
gnu: wayland: Update to 1.11.0.
* gnu/packages/freedesktop.scm (wayland): Update to 1.11.0.
2016-06-13 22:37:35 +03:00
Efraim Flashner c6bccf713b
gnu: python-pykafka: Change uri.
* gnu/packages/python.scm (python-pykafka)[source]: Update pypi uri.
2016-06-13 21:31:13 +03:00
Nicolas Goaziou 2fb3dddabf
gnu: giac-xcas: Update to 1.2.2-59
* gnu/packages/algebra.scm (giac-xcas): Update to 1.2.2-59.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-13 18:05:54 +02:00
Nicolas Goaziou 2e2c6e9655
gnu: asymptote: Update to 2.38
* gnu/packages/plotutils.scm (asymptote): Update to 2.38.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-13 18:05:54 +02:00
Ludovic Courtès c25637dfe8
utils: 'with-atomic-file-output' closes the port upon exception.
Previously it could have left the file descriptor open.

* guix/utils.scm (with-atomic-file-output): Call 'close-port' in handler.
2016-06-13 18:05:54 +02:00
Ludovic Courtès d1f33ba44b
syscalls: Use 'syscall->procedure' everywhere.
* guix/build/syscalls.scm (mkdtemp!, setns, %ioctl, network-interfaces):
(free-ifaddrs): Use 'syscall->procedure'.
2016-06-13 18:05:54 +02:00
Ludovic Courtès 1752a17a1e
utils: 'with-atomic-file-output' calls 'fdatasync'.
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'.
2016-06-13 18:05:54 +02:00
Ricardo Wurmus 9f8ee3fe0e
gnu: Add python-tables.
* gnu/packages/python.scm (python-tables, python2-tables): New
  variables.
2016-06-13 18:01:02 +02:00
Ricardo Wurmus 883302daf2
gnu: piranha: Update to 1.2.1.
* gnu/packages/bioinformatics.scm (piranha): Update to 1.2.1.
2016-06-13 11:53:38 +02:00
Ludovic Courtès fe585be9aa
serialization: Add #:select? parameter to 'write-file'.
* guix/serialization.scm (write-file): Add #:select? parameter and honor it.
* tests/nar.scm ("write-file #:select? + restore-file"): New test.
2016-06-12 23:55:22 +02:00
Orivej Desh 31d968fbcf
gnu: unison: Install unison-fsmonitor.
* gnu/packages/ocaml.scm (unison)[arguments]: Add 'install-fsmonitor'
phase.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-12 23:55:16 +02:00
Ludovic Courtès 4d4c3614c8
profiles: Make sure hook derivations fail upon error.
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.
2016-06-12 23:54:00 +02:00
Ludovic Courtès 52530805b3
doc: Fix default value of #:recursive? for 'local-file'.
* doc/guix.texi (G-Expressions): The #:recursive? parameter of
'local-file' defaults to #f.
2016-06-12 23:54:00 +02:00
Roel Janssen d95e8e0170
gnu: Add emacs-rainbow-identifiers.
* gnu/packages/emacs.scm (emacs-rainbow-identifiers): New variable.
2016-06-12 23:37:12 +02:00
Leo Famulari 6e46836c76
gnu: imagemagick: Update to 6.9.4-9.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-9.
2016-06-12 16:04:22 -04:00
Alex Kost 11b8e66a4c
gnu: manaplus: Update to 1.6.6.4.
* gnu/packages/games.scm (manaplus): Update to 1.6.6.4.
2016-06-12 17:43:48 +03:00
David Thompson 6fd8f8d6fc gnu: Add arc-icon-theme.
* gnu/packages/gnome.scm (arc-icon-theme): New variable.
2016-06-11 21:21:16 -04:00
David Thompson 9987c57c74 gnu: Add moka-icon-theme.
* gnu/packages/gnome.scm (moka-icon-theme): New variable.
2016-06-11 21:21:16 -04:00