Commit Graph

12650 Commits (eef988c82edb3a83bca7b72946e8365dcd96a98e)

Author SHA1 Message Date
Efraim Flashner eef988c82e
gnu: python-pyqt: Use 'modify-phases'.
* gnu/packages/qt.scm (python-pyqt)[arguments]: Use 'modify-phases'.
2016-06-06 10:21:46 +03:00
Efraim Flashner 2be0681367
gnu: python-pyqt: Update to 5.6.
* gnu/packages/qt.scm (python-pyqt, python2-pyqt): Update to 5.6.
(python-pyqt)[native-inputs]: Remove qt, add qtbase.
(python2-pyqt)[native-inputs]: Remove qt, add qtbase.
2016-06-06 10:21:45 +03:00
Efraim Flashner 39766868a5
gnu: python-sip: Use 'modify-phases'.
* gnu/packages/qt.scm (python-sip)[arguments]: Use 'modify-phases'.
2016-06-06 10:21:44 +03:00
Efraim Flashner 8fa7f8d907
gnu: python-sip: Update to 4.18.
* gnu/packages/qt.scm (python-sip, python2-sip): Update to 4.18.
2016-06-06 10:21:43 +03:00
humanitiesNerd f9be43660f
gnu: Add emacs-cider.
* gnu/packages/emacs.scm (emacs-cider): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2016-06-05 12:03:43 +03:00
宋文武 555d02e739
gnu: znc: Update to 1.6.3.
* gnu/packages/messaging.scm (znc): Update to 1.6.3.
2016-06-05 16:55:48 +08:00
宋文武 c3d38b2b9d
gnu: services: Add dicod-service.
* gnu/services/dict.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* doc/guix.texi (Various Services): Document it.
2016-06-05 13:48:15 +08:00
Leo Famulari 64a42a08cd
gnu: ntp: Update to 4.2.8p8 [fixes CVE-2016-{4953, 4954, 4955, 4956, 4957}].
* gnu/packages/ntp.scm (ntp): Update to 4.2.8p8.
2016-06-05 00:16:56 -04:00
Leo Famulari 620ce2ef23
gnu: ntp: Add HTTPS URL.
This works around an HTTP -> HTTPS redirection.

* gnu/packages/ntp.scm (ntp)[source]: Add HTTPS URL.
2016-06-05 00:16:56 -04:00
Leo Famulari 71cb237a7d
services: urandom-seed: Refresh seed at boot.
* gnu/services/base.scm (urandom-seed-shepherd-service): Refresh the random
seed unconditionally at boot. Ensure directory structure for %random-seed-file
exists when shutting down.
(%urandom-seed-activation): Remove variable.
(urandom-seed-service-type): Remove deleted variable from list of extensions.
2016-06-05 00:06:26 -04:00
Ben Woodcroft 5d52ac7453
gnu: krona-tools: Correct paths used internally.
* gnu/packages/web.scm (krona-tools)[arguments]: Add 'check' phase.
Correct paths used internally.
2016-06-05 09:54:33 +10:00
Ludovic Courtès 40d71e44f5
profiles: 'profile-derivation' now honors #:system.
Fixes <http://bugs.gnu.org/23682>.
Reported by Ander GM <anthk@openmailbox.org>.

* guix/profiles.scm (profile-derivation): Pass #:system to
'gexp->derivation'.
* tests/guix-environment.sh: Add 'guix environment -s' test.
2016-06-05 00:05:38 +02:00
Nicolas Goaziou 834a2fc1ff
gnu: Add Wireshark.
* gnu/packages/networking.scm (wireshark): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-05 00:05:38 +02:00
Hartmut Goebel 698bd29799
gnu: Use full SHA1 commit ids.
* gnu/packages/bioinformatics.scm (pbtranscript-tofu, mosaik,
  smithlab-cpp, piranha): Use full SHA1 commit ids.
* gnu/packages/ci.scm (hydra): Likewise.
* gnu/packages/compression.scm (sfarkxtc): Likewise.
* gnu/packages/emacs.scm (emacs-ob-ipython): Likewise.
* gnu/packages/games.scm (mars, emulation-station): Likewise.
* gnu/packages/gnunet.scm (guile-gnunet): Likewise.
* gnu/packages/music.scm (non-sequencer): Likewise.
* gnu/packages/version-control.scm (git-flow, git-test-sequence): Likewise.
* gnu/packages/xorg.scm (xf86-video-intel): Likewise.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-05 00:05:38 +02:00
Ludovic Courtès 1713c37f83
doc: Mention the 'ip' command.
Suggested by Alex Kost <alezost@gmail.com>.

* doc/guix.texi (Preparing for Installation): Mention 'ip'.
2016-06-05 00:05:38 +02:00
Andreas Enge 7868000fe4
gnu: Add qtbase.
* gnu/packages/qt.scm (qtbase): New variable.

Co-authored by: Efraim Flashner <efraim@flashner.co.il>
2016-06-04 17:23:20 +02:00
Matthew Jordan ae60900199
gnu: Add emacs-helm.
* gnu/packages/emacs.scm (emacs-helm): New variable.

Signed-off-by: Alex Kost <alezost@gmail.com>
2016-06-04 15:45:32 +03:00
Alex Kost a88825d965
gnu: lirc: Update to 0.9.4.
* gnu/packages/lirc.scm (lirc): Update to 0.9.4.
[arguments]: Add 'patch-lirc-make-devinput' and 'patch-doc/Makefile.in'
phases.
[inputs]: Add 'libusb-compat' and 'linux-libre-headers'.
2016-06-04 15:43:47 +03:00
宋文武 da3aeeb62b
gnu: Add python-twisted and python2-twisted.
* gnu/packages/python.scm (python-twisted, python2-twisted): New variables.
2016-06-04 16:05:07 +08:00
宋文武 d79a343b91
gnu: Add python-gevent and python2-gevent.
* gnu/packages/python.scm (python-gevent, python2-gevent): New variables.
2016-06-04 15:07:11 +08:00
宋文武 68b9d2422c
gnu: Add python-greenlet and python2-greenlet.
* gnu/packages/python.scm (python-greenlet, python2-greenlet):
New variables.
2016-06-04 15:07:03 +08:00
Leo Famulari 85de436530
gnu: smartmontools: Update to 6.5.
* gnu/packages/admin.scm (smartmontools): Update to 6.5.
2016-06-03 23:13:21 -04:00
Ben Woodcroft 6ac0a0fbe7
gnu: diamond: Update to 0.8.5.
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.5.
2016-06-04 09:28:54 +10:00
Matthew Jordan 3aeb6e1d1a
gnu: Add ruby-spring.
* gnu/packages/rails.scm (ruby-spring): New variable.
2016-06-04 09:16:07 +10:00
Matthew Jordan 90322fdbe3
gnu: Add ruby-debug-inspector.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
* gnu/packages/rails.scm: New file.
2016-06-04 09:15:57 +10:00
Leo Famulari 1c5ee417f4
gnu: imagemagick: Update to 6.9.4-7.
* gnu/packages/patches/imagemagick-CVE-2016-5118.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/imagemagick.scm (imagemagick): Update to 6.9.4-7.
[source]: Remove patch.
2016-06-03 16:45:13 -04:00
Danny Milosavljevic b37b854e2d
gnu: wxwidgets: Enable support for "advanced" regular expressions.
* gnu/packages/wxwidgets.scm (wxwidgets)[arguments]: Enable support for
"advanced" regular expressions.

Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-03 16:23:41 -04:00
Leo Famulari d0533afa3b
gnu: certbot, python-acme: Update to 0.8.0.
These packages should be updated together.

* gnu/packages/tls.scm (certbot): Update to 0.8.0.
[arguments]: Remove substitution in 'docs' phase.
(python-acme, python-acme): Update to 0.8.0.
2016-06-03 15:38:22 -04:00
David Thompson e08580c5c3
gnu: emacs-yaml-mode: Fix source hash.
* gnu/packages/emacs.scm (emacs-yaml-mode)[source]: Fix hash.
2016-06-03 11:42:17 -04:00
David Thompson 7529c883af
gnu: Add emacs-web-mode.
* gnu/packages/emacs.scm (emacs-web-mode): New variable.
2016-06-03 08:54:25 -04:00
David Thompson 63de1231e2
gnu: Add emacs-yaml-mode.
* gnu/packages/emacs.scm (emacs-yaml-mode): New variable.
2016-06-03 08:54:25 -04:00
David Thompson 529fe99204
gnu: Add emacs-ido-ubiquitous.
* gnu/packages/emacs.scm (emacs-ido-ubiquitous): New variable.
2016-06-03 08:54:25 -04:00
David Thompson 65b49ae702
gnu: Add emacs-ido-completing-read+.
* gnu/packages/emacs.scm (emacs-ido-completing-read+): New variable.
2016-06-03 08:54:25 -04:00
David Thompson c86f0207ce
gnu: Add emacs-rainbow-delimiters.
* gnu/packages/emacs.scm (emacs-rainbow-delimiters): New variable.
2016-06-03 08:54:25 -04:00
David Thompson 4aea1e0160
gnu: Add emacs-elfeed.
* gnu/pacakges/emacs.scm (emacs-elfeed): New variable.
2016-06-03 08:54:25 -04:00
David Thompson a2670dde10
gnu: Add emacs-projectile.
* gnu/packages/emacs.scm (emacs-projectile): New variable.
2016-06-03 08:54:25 -04:00
David Thompson b78b6e8040
gnu: Add emacs-markdown-mode.
* gnu/packages/emacs.scm (emacs-markdown-mode): New variable.
2016-06-03 08:54:25 -04:00
David Thompson 3e5be84b69
gnu: Add emacs-js2-mode.
* gnu/packages/emacs.scm (emacs-js2-mode): New variable.
2016-06-03 08:54:25 -04:00
David Thompson c5c08f1b1e
gnu: Add emacs-smex.
* gnu/packages/emacs.scm (emacs-smex): New variable.
2016-06-03 08:54:25 -04:00
Ludovic Courtès ad1c453731
gnu: ipopt: Use libblas from LAPACK, and fix 'Libs' in 'ipopt.pc'.
* gnu/packages/maths.scm (ipopt)[inputs]: Remove OPENBLAS.
[arguments]: New field.
2016-06-03 14:37:26 +02:00
Ludovic Courtès f9940ef1e8
gnu: Add ceres-solver.
* gnu/packages/maths.scm (ceres): New variable.
2016-06-03 13:54:39 +02:00
Ludovic Courtès 4b4e1b4b26
gnu: Add gflags.
* gnu/packages/popt.scm (gflags): New variable.
2016-06-03 13:54:39 +02:00
Efraim Flashner 085115ed8c
gnu: gdb: Update to 7.11.1.
* gnu/packages/gdb.scm (gdb): Update to 7.11.1.
2016-06-03 13:52:23 +03:00
McKinley Olsen 89978a0a0d
gnu: Add Termite.
* gnu/packages/terminals.scm (termite): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-03 10:26:42 +02:00
Ludovic Courtès 0e69cf67cb
doc: Explain that packages can be installed in the installation system.
* doc/guix.texi (Preparing for Installation): Add paragraph about
package installation in the installation system.
2016-06-03 10:26:42 +02:00
Mark H Weaver d9e61683cc
gnu: linux-libre: Update to 4.6.1.
* gnu/packages/linux.scm (linux-libre): Update to 4.6.1.
2016-06-03 03:51:58 -04:00
Mark H Weaver 7f125616ca
gnu: linux-libre-4.4: Update to 4.4.12.
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.12.
2016-06-03 03:50:20 -04:00
Ludovic Courtès 6cde5c34a1
gnu: icecat: Install '.desktop' entry.
Fixes <http://bugs.gnu.org/23094>.
Reported by Danny Milosavljevic <dannym@scratchpost.org>.

* gnu/packages/gnuzilla.scm (icecat)[arguments]: Add
'install-desktop-entry' phase.
2016-06-02 19:11:14 +02:00
Ludovic Courtès 005c787d59
gnu: Add IpOpt.
* gnu/packages/maths.scm (ipopt): New variable.
2016-06-02 19:11:14 +02:00
David Thompson 7cd9b01407 gnu: bundler: Update to 1.12.5.
* guix/packages/ruby.scm (bundler): Update to 1.12.5.
2016-06-02 10:47:06 -04:00