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
Lukas Gradl
4ff2060524
gnu: Add libiax2.
...
* gnu/packages/telephony.scm (libiax2): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2016-06-01 21:32:22 -04:00
Leo Famulari
234d0b6914
gnu: certbot, python-acme: Update to 0.7.0.
...
These packages should be updated together.
* gnu/packages/tls.scm (certbot): Update to 0.7.0.
(arguments): Adjust 'docs' phase to new build system and work around upstream
typo.
(python-acme, python2-acme): Update to 0.7.0.
2016-06-01 20:31:54 -04:00
Hartmut Goebel
99c866a0bb
doc: Update specification for Python packages
...
* doc/guix.texi (Python Packages): Add rule for packages with upstream
name starting with "py".
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-01 23:02:04 +02:00
Ludovic Courtès
d23ef788b3
doc: Clarify non-interference when installed on a foreign distro.
...
Suggested by Hartmut Goebel <h.goebel@crazy-compilers.com>.
* doc/guix.texi (Installation): Add paragraph explaining that files live
in two directories.
2016-06-01 22:56:33 +02:00
Hartmut Goebel
4a23818659
gnu: Add python2-ipaddr.
...
* gnu/packages/python.scm: (python2-ipaddr): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-01 22:42:35 +02:00
Hartmut Goebel
1a024de45e
gnu: Add python-sqlparse and python2-sqlparse.
...
* gnu/packages/python.scm (python-sqlparse, python2-sqlparse):
New variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-01 22:38:45 +02:00
Hartmut Goebel
b8fdbca320
gnu: Add python-tblib and python2-tblib.
...
* gnu/packages/python.scm (python-tblib, python2-tblib): New
variables.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
2016-06-01 22:31:26 +02:00
Hartmut Goebel
af3166c335
gnu: Add dfu-util.
...
* gnu/packages/flashing-tools.scm (dfu-util): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2016-06-01 22:26:06 +02:00
Ludovic Courtès
b2e13aa287
doc: Suggest pgp.mit.edu.
...
* doc/guix.texi (Binary Installation): Use pgp.mit.edu instead of
keys.gnupg.net, which seems to be dead.
2016-06-01 22:25:57 +02:00
McKinley Olsen
c44fb4df8a
gnu: Add vte-ng.
...
* gnu/packages/gnome.scm (vte-ng): New variable.
Signed-off-by: 宋文武 <iyzsong@gmail.com>
2016-06-01 21:25:16 +08:00
Leo Famulari
1c6303fae0
gnu: icedtea: Update to 1.13.11.
...
Fixes CVE-2016-{0686, 0687, 0695, 3425, 3427}.
* gnu/packages/patches/icedtea-remove-overrides.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/java.scm (icedtea): Update to 1.13.11.
[source]: Use the patch.
[inputs]: Add libxcomposite.
2016-06-01 02:29:01 -04:00
Mark H Weaver
f0e60e89cb
gnu: autogen: Fix source URL.
...
* gnu/packages/autogen.scm (autogen)[source]: Fix source URL.
2016-06-01 00:00:36 -04:00
Ludovic Courtès
0adabad72d
install: 'cow-store' now bind-mounts the target's /tmp.
...
Reported by Matthew Jordan <matthewjordandevops@yandex.com>
at <https://lists.gnu.org/archive/html/guix-devel/2016-05/msg00967.html >.
* gnu/system/install.scm (make-cow-store): Bind-mount TARGET's /tmp
on /tmp.
2016-05-31 23:38:51 +02:00
Ludovic Courtès
405d043ddd
import: github: Tiny cosmetic change.
...
* guix/import/github.scm (find-extension): Use a one-argument lambda.
2016-05-31 23:38:51 +02:00
Danny Milosavljevic
f40dfcd055
gnu: rofi: New variable.
...
* gnu/packages/xdisorg.scm (rofi): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
2016-05-31 17:21:11 -04:00
Alex Kost
37dbfc5084
gnu: emacs-constants: Fix source file-name.
...
Fixes a regression introduced in f99f3f24ef
.
* gnu/packages/emacs.scm (emacs-constants)[source]: Fix file-name.
2016-05-31 23:51:54 +03:00
Alex Kost
b097dd72c4
emacs: Add "Build Log" button to Package Info.
...
* emacs/guix-main.scm (package-build-log-file): New procedure.
* emacs/guix-ui-package.el (guix-package-build-log-file)
(guix-package-find-build-log)
(guix-package-info-insert-build-log-button): New procedures.
(guix-package-info-button-functions): Add
'guix-package-info-insert-build-log-button'.
2016-05-31 23:51:54 +03:00
Alex Kost
e98316e69f
emacs: Add "Build" button to Package Info.
...
* emacs/guix-main.scm: Use (guix scripts) module for 'build-package'
procedure.
* emacs/guix-base.el (guix-build-package): New procedure.
* emacs/guix-ui-package.el (guix-package-info-insert-build-button): New
procedure.
(guix-package-info-button-functions): New variable.
(guix-package-info-insert-misc): Insert buttons using it.
2016-05-31 23:51:54 +03:00
Alex Kost
65e5fe54ba
emacs: Extend 'guix-mapinsert'.
...
* emacs/guix-utils.el (guix-mapinsert): Add 'indent' and 'column'
keyword arguments.
2016-05-31 23:51:54 +03:00
Alex Kost
d01ebd05d1
emacs: Show built output directories in Package Info.
...
* emacs/guix-main.scm (package-store-path): New procedure.
* emacs/guix-base.el (guix-package-store-path): New procedure.
* emacs/guix-ui-package.el (guix-package-info-auto-find-package): New
variable.
(guix-package-info-show-store-path, guix-package-info-insert-misc): New
procedures.
(guix-package-info-format, guix-output-info-format): Add
'guix-package-info-insert-misc'.
2016-05-31 23:51:54 +03:00
Tomáš Čech
7a0094a5f2
gnu: taskwarrior: Update to 2.5.1
...
* gnu/packages/task-management.scm (taskwarrior): Update to 2.5.1.
2016-05-31 22:14:52 +02:00
Tomáš Čech
6ba8ca17fb
gnu: Add py3status.
...
* gnu/packages/python.scm (python-py3status): New variable.
2016-05-31 22:08:10 +02:00
Efraim Flashner
c095330a8c
gnu: nginx: Update to 1.10.1 [Fixes CVE-2016-4450].
...
* gnu/packages/web.scm (nginx): Update to 1.10.1.
2016-05-31 22:50:41 +03:00
Efraim Flashner
99e4aa54a6
gnu: autogen: Use 'modify-phases'.
...
* gnu/packages/autogen.scm (autogen)[arguments]: Use 'modify-phases'.
2016-05-31 22:24:59 +03:00
Efraim Flashner
e85ff3e2fd
gnu: autogen: Update to 5.18.10.
...
* gnu/packages/autogen.scm (autogen): Update to 5.18.10.
2016-05-31 22:20:57 +03:00
Efraim Flashner
d5047266a9
gnu: scrot: Use 'modify-phases'.
...
* gnu/packages/xdisorg.scm (scrot)[arguments]: Use 'modify-phases'.
2016-05-31 22:11:35 +03:00
Efraim Flashner
c5d15d41b7
gnu: scrot: Fix typo in source uri.
...
* gnu/packages/xdisorg.scm (scrot)[source]: Fix typo in uri.
This is a follow-up to 9da459f350
.
2016-05-31 22:09:43 +03:00
Efraim Flashner
2fe176be0f
gnu: emms: Use 'modify-phases'.
...
* gnu/packages/emacs.scm (emms)[arguments]: Use 'modify-phases'.
2016-05-31 22:05:44 +03:00
Efraim Flashner
0985f5269c
gnu: emms: Update to 4.1.
...
* gnu/packages/emacs.scm (emms): Update to 4.1.
2016-05-31 22:05:44 +03:00
Efraim Flashner
b1b8497925
gnu: librecad: Update to 2.0.11.
...
* gnu/packages/engineering.scm (librecad): Update to 2.0.11.
2016-05-31 22:05:44 +03:00
Efraim Flashner
805117827c
gnu: dosfstools: Update to 4.0.
...
* gnu/packages/disk.scm (dosfstools): Update to 4.0.
[arguments]: Re-enable the 'configure phase.
2016-05-31 22:05:44 +03:00
Efraim Flashner
2b8ca5fcb4
gnu: microscheme: Update to 0.9.3.
...
* gnu/packages/avr.scm (microscheme): Update to 0.9.3.
2016-05-31 22:05:44 +03:00
Efraim Flashner
b52ae4de46
gnu: munge: Update to 0.5.12.
...
* gnu/packages/admin.scm (munge): Update to 0.5.12.
2016-05-31 22:05:44 +03:00
Efraim Flashner
b93efac026
import github: Add to extension list.
...
* guix/import/github.scm (find-extension): Add '.tgz' extension.
2016-05-31 22:05:44 +03:00
Efraim Flashner
57d83cd29b
gnu: obs: Update to 0.14.2.
...
* gnu/packages/video.scm (obs): Update to 0.14.2.
2016-05-31 22:05:44 +03:00
David Thompson
13384842f8
gnu: emacs-better-defaults: Specify source file name.
...
* gnu/packages/emacs.scm (emacs-better-defaults)[source]: Specify a
useful file name, as usual with tarballs from GitHub.
2016-05-31 13:41:15 -04:00
Leo Famulari
e88eb07110
gnu: imagemagick: Fix CVE-2016-5118.
...
* gnu/packages/patches/imagemagick-CVE-2016-5118.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/imagemagick.scm (imagemagick): Use it.
2016-05-31 13:38:40 -04:00