| Commit message (Collapse) | Author | Age |
|
|
|
| |
* gnu/packages/lxde.scm (lxsession)[source](snippet): New field.
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/games.scm (hyperrogue): Update to 9.4c.
[source]: Remove snippet.
[arguments]: Remove #:make-flags; adjust configure and install phases; add
install-data phase.
[native-inputs]: Add hyperrogue-data and unzip.
[license]: Add cc-by-sa4.0 and cc0 licenses for sounds.
|
|
|
|
| |
* gnu/packages/tls.scm (libressl): Update to 2.5.2.
|
|
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-monroe)[version]: Change to 0.3.1.
[source]: Use github instead of melpa. Add (file-name).
[home-page]: Use HTTPS.
Signed-off-by: Marius Bakke <mbakke@fastmail.com>
|
|
|
|
|
|
|
| |
Fixes <https://bugs.gnu.org/26286>.
* gnu/packages/python.scm (python-pexpect, python2-pexpect)[arguments]: Add
"-v" to "nosetests" command.
|
|
|
|
|
|
| |
* gnu/packages/lxde.scm (lxde): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/lxde.scm (lxpanel): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/wm.scm (keybinder): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/lxde.scm (lxsession): New variable.
* gnu/packages/patches/lxsession-use-gapplication.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/lxde.scm (lxinput): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/lxde.scm (lxde-common): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/lxde.scm (lxde-icon-theme): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/lxde.scm (lxmenu-data): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-elfeed): Update to 2.1.0.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (python-pysam)[arguments] <check>:
Use (negate proc) instead of (compose not proc).
* guix/import/cran.scm (recursive-import): Likewise.
* guix/import/elpa.scm (filter-dependencies): Use 'remove' instead of
'(filter (compose not proc) ...)'.
|
|
|
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-pytest-2.9.2): Replace with ...
(python-pytest-3.0): ... new variable.
(python2-pytest-3.0): New variable.
(python-cryptography, python2-cryptography, python-sphinx-1.5.3)[native-inputs]:
Replace python-pytest-2.9.2 with python-pytest-3.0.
* gnu/packages/backup.scm (borg)[native-inputs]: Likewise.
gnu/packages/calendar.scm (khal)[native-inputs]: Likewise.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-mando, python2-mando): New variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-paramunittest, python2-paramunittest): New
variables.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/python.scm (python-sphinx-1.5.3): New variable.
|
|
|
|
|
|
| |
* gnu/packages/python.scm (python-pytest-3.0.7): New variable.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/password-utils.scm (shroud)[source]: Use HTTPS URL.
|
|
|
|
|
|
| |
* gnu/packages/password-utils.scm (shroud)[home-page]: Update URL.
Signed-off-by: Leo Famulari <leo@famulari.name>
|
|
|
|
| |
* gnu/packages/databases.scm (rocksdb): Update to 5.2.1.
|
|
|
|
| |
* gnu/packages/linux.scm (rdma-core): New variable.
|
|
|
|
| |
* gnu/packages/linux.scm (multipath-tools): New variable.
|
|
|
|
| |
* gnu/packages/benchmark.scm (fio)[inputs]: Add ceph:lib.
|
|
|
|
|
|
|
|
| |
* gnu/packages/storage.scm,
gnu/packages/patches/ceph-disable-cpu-optimizations.patch,
gnu/packages/patches/ceph-skip-collect-sys-info-test.patch,
gnu/packages/patches/ceph-skip-unittest_blockdev.patch: New files.
* gnu/local.mk (GNU_SYSTEM_MODULES, dist_patch_DATA): Register it.
|
|
|
|
| |
* gnu/packages/xml.scm (xmlstarlet)[arguments]: Add phase to disable two tests.
|
|
|
|
|
|
|
| |
Rocksdb fails to build with this version:
https://github.com/facebook/rocksdb/issues/1947
This reverts commit 9baab9aeeda394408290613c597bff1d96004dfb.
|
|
|
|
|
| |
* gnu/packages/benchmark.scm (fio)[outputs]: New field.
[arguments]: Rename 'wrap-python-scripts' phase to 'move-outputs'. Keep wrapper.
|
|
|
|
| |
* guix/scripts/import/cran.scm (guix-import-cran): Reverse list of packages.
|
|
|
|
|
| |
* guix/import/cran.scm (needs-fortran?, needs-zlib?): New procedures.
(description->package): Use them.
|
|
|
|
|
|
|
|
|
|
|
| |
Fixes a regression introduced in
a4f542341511f33ece18d16b68118214da8143ec.
Reported by Hartmut Goebel.
* guix/build/download.scm (ftp-fetch): Account for the case where
'uri-userinfo' returns #f. Remove the case where it returns "" since
that cannot happen.
|
|
|
|
|
| |
* gnu/packages/linux.scm (%linux-libre-version): Update to 4.10.6.
(%linux-libre-hash): Update hash.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.9): Update to 4.9.18.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre-4.4): Update to 4.4.57.
|
|
|
|
|
|
|
|
|
|
|
|
| |
This avoids connections to substitute servers for derivations that are
not substitutable anyway, such as profiles.
Reported by Andy Wingo.
* guix/derivations.scm (substitution-oracle): Skip derivations that do
not pass 'substitutable-derivation?'.
* tests/derivations.scm ("substitution-oracle and #:substitute? #f"):
New test.
|
|
|
|
| |
* gnu/packages/gnome.scm (epiphany): Update to 3.22.7.
|
|
|
|
|
|
|
|
|
|
|
| |
WebKitGTK+ 2.16.0 is the first stable release of WebKitGTK+ that uses libgcrypt
instead of GnuTLS for some cryptographic functions:
<https://bugs.webkit.org/show_bug.cgi?id=163125>
<http://trac.webkit.org/changeset/208297/webkit>
* gnu/packages/webkit.scm (webkitgtk): Update to 2.16.0.
[inputs]: Replace gnutls with libgcrypt.
|
|
|
|
|
| |
* gnu/packages/game-development.scm (grafx2)[description]: Remove
invisible <U+200B> (‘zero-width space’) character.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/libgit2-use-after-free.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/version-control.scm (libgit2)[inputs]: Add it.
[arguments] <#:phases>: Add 'apply-patch' phase.
|
|
|
|
| |
* gnu/packages/linux.scm (lm-sensors)[source]: Add file-name field.
|
|
|
|
| |
* gnu/packages/linux.scm (mcelog): Update to 149.
|
|
|
|
|
| |
* gnu/packages/ssh.scm (corkscrew)[arguments]: Add a very basic
‘install-documentation’ phase.
|
|
|
|
| |
* gnu/packages/guile.scm (haunt): Disable test suite.
|
|
|
|
| |
* gnu/packages/game-development.scm (grafx2): New variable.
|
|
|
|
| |
* gnu/packages/gnome.scm (geoclue): Update to 2.4.6.
|
|
|
|
|
|
| |
* gnu/packages/ssh.scm (corkscrew)[synopsis, description]: Fix typos and
condense. Remove scary warning (the tunnel is always encrypted through
SSH) and speculation.
|
|
|
|
|
| |
* gnu/packages/ssh.scm (corkscrew)[source]: Use
‘https://downloads.openwrt.org’.
|
|
|
|
| |
* gnu/packages/ssh.scm (mosh): Update to 1.3.0.
|