| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/python.scm (python-matplotlib): Do it.
|
|
|
|
| |
* gnu/packages/python.scm (python-ipython): Do it.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-matplotlib, python2-matplotlib): Do it.
* gnu/packages/patches/matplotlib-setupext-tk.patch: New file.
* gnu-system.am (dist_patch_DATA): Add the new patch.
|
|
|
|
| |
* gnu/packages/xiph.scm (opus): Update to 1.1.1.
|
|
|
|
| |
* gnu/packages/video.scm (libbluray): Update to 0.9.2.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-six): Update to 1.10.0.
[source]: Change uri to pypi format.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-babel): Update to 2.1.1.
[source]: Change uri to pypi format.
|
|
|
|
|
| |
* gnu/packages/openstack.scm (python-oslo.utils): Update to 3.0.0.
[source]: Change uri to pypi format.
|
|
|
|
|
| |
* gnu/packages/openstack.scm (python-oslo.serialization): Update to 2.0.0.
[source]: Change uri to pypi format.
|
|
|
|
|
| |
* gnu/packages/openstack.scm (python-oslo.i18n): Update to 3.0.0.
[source]: Change uri to pypi format.
|
|
|
|
|
| |
* gnu/packages/openstack.scm (python-oslo.context): Update to 1.0.0.
[source]: Change uri to pypi format.
|
|
|
|
| |
* gnu/packages/openstack.scm (python-tempest-lib): Update to 0.11.0.
|
|
|
|
|
| |
* gnu/packages/openstack.scm (python-stevedore): Update to 1.9.0.
[source]: Change uri to pypi format.
|
|
|
|
|
| |
* gnu/packages/openstack.scm (python-requests-mock): Update to 0.7.0.
[source]: Change uri to pypi format.
|
|
|
|
|
| |
* gnu/packages/openstack.scm (python-os-client-config): Update to 1.12.0.
[source]: Change uri to pypi format.
|
|
|
|
|
| |
* gnu/packages/openstack.scm (python-debtcollector): Update to 1.0.0.
[source]: Change uri to pypi format.
|
|
|
|
|
| |
* gnu/packages/openstack.scm (python-mox3): Update to 0.12.0.
[source]: Change uri to pypi format.
|
|
|
|
|
| |
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.0.
[arguments]: Add '--enable-mount-eeze' to configure-flags.
|
|
|
|
| |
* gnu/packages/openstack.scm (python-pbr): Update to 1.8.1.
|
|
|
|
| |
* gnu/packages/parallel.scm (parallel): Update to 20151122.
|
|
|
|
|
| |
* gnu/packages/python.scm (python2-keyring)[inputs]: Force building
with python2-pycrypto.
|
|
|
|
|
| |
* gnu/packages/python.scm (python2-pycrypto)[inputs]: Force building
with python2.
|
|
|
|
|
|
|
|
| |
* gnu/packages/ssh.scm (openssh)[arguments]: Install "ssh-copy-id" and
documentation.
Fixes <http://bugs.gnu.org/22024>.
Reported by Florian Paul Schmidt <mista.tapas@gmx.net>.
|
|
|
|
| |
* gnu/packages/ssh.scm (openssh)[arguments]: Use modify-phases syntax.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-tins): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-sdoc): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-pry-editline): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-ci-reporter): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-atoulme-saikuro): New variable.
|
|
|
|
| |
* gnu/packages/ruby.scm (ruby-simplecov): New variable.
|
|
|
|
| |
* gnu/packages/crypto.scm (sparsehash): New variable.
|
|
|
|
|
| |
* gnu/packages/serialization.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
| |
* gnu/packages/cdrom.scm (xorriso): Update to 1.4.2.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-2)[outputs]: New field.
[arguments]: Add 'move-tk-inter' phase.
(python2-minimal, python-minimal, wrap-python3)[outputs]: New field.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list
shorter.
|
|
|
|
|
|
|
|
| |
This reduces the number of run-time dependencies of python-2 from 25 to
15, corresponding only to ~4 MiB.
* gnu/packages/python.scm (python-2)[arguments]: Add
'do-not-record-configure-flags' phase.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python2-minimal, python-minimal)[arguments]:
Reuse the inherited configure flags, and just add
--without-system-ffi.
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/python-2-deterministic-build-info.patch,
gnu/packages/patches/python-3-deterministic-build-info.patch: New
files.
* gnu/packages/python.scm (python-2, python): Use them.
* gnu-system.am (dist_patch_DATA): Add them.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-2)[arguments]: Set SOURCE_DATE_EPOCH
to 1 to match what the daemon does.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Likewise.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/patches/python-2.7-source-date-epoch.patch: New file.
* gnu/packages/python.scm (python-2)[source]: Use it.
[arguments]: Set SOURCE_DATE_EPOCH in 'patch-lib-shells' phase.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): New
procedure.
(%standard-phases): Add it.
* gnu-system.am (dist_patch_DATA): Add patch.
|
|
|
|
|
|
| |
* gnu/packages/patches/tcl-mkindex-deterministic.patch: New patch.
* gnu/packages/tcl.scm (tcl)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/20889>.
* gnu/packages/patches/tk-find-library.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tk)[source]: Add patch.
|
|
|
|
| |
* gnu/packages/databases.scm (perl-dbd-mysql): New variable.
|
|
|
|
| |
* gnu/packages/audio.scm (rakarrack): New variable.
|
|
|
|
|
| |
* gnu/services/desktop.scm (polkit-setuid-programs): Add pkexec to
list of setuid programs.
|
|
|
|
|
| |
* gnu/packages/xfce.scm (xfce-session)[inputs]: Add upower and polkit.
[source]: Replace paths to "shutdown" with "halt" and "restart".
|
|
|
|
|
|
| |
* gnu/packages/patches/weechat-python.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/weechat.scm (weechat)[source]: Use it.
|
|
|
|
|
|
| |
* gnu/packages/guile.scm (guile-next)[source]: Update to 2.1.1.
[arguments, native-inputs]: Move to...
(guile-for-guile-emacs): ... here. New fields.
|
|
|
|
|
|
| |
* gnu/packages/patches/jasper-CVE-2008-3522.patch: New file.
* gnu/packages/image.scm (jasper)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
|
|
|
|
|
|
|
|
|
| |
* gnu/services/networking.scm (tor-configuration->torrc): Add
'DataDirectory' clause. Change 'HiddenServiceDir' to
/var/lib/tor/hidden-services/NAME.
(tor-hidden-service-activation): Create /var/lib/tor.
(tor-hidden-service): Adjust docstring.
* doc/guix.texi (Networking Services): Adjust accordingly.
|