| Commit message (Collapse) | Author | Age |
|
|
|
|
|
| |
* gnu/packages/gtk.scm (guile-gnome): New variable.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (diamond): Update to 0.8.3.
|
|
|
|
| |
* gnu/packages/dictionaries.scm (gcide): New variable.
|
|
|
|
|
|
|
| |
Fixes <http://bugs.gnu.org/22709> and <http://bugs.gnu.org/23260>.
* gnu/packages/math.scm (wxmaxima)[arguments]: Wrap with
GSETTINGS_SCHEMA_DIR and XDG_DATA_DIRS.
|
|
|
|
|
| |
* gnu/packages/gprolog.scm (gprolog)[arguments]: Pass '--with-install-dir'
to #:configure-flags.
|
|
|
|
| |
* gnu/packages/database.scm (wiredtiger): New variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
On a warm cache, "guix lint -c cve vorbis-tools" goes down
from 6.5s to 2.4s.
* guix/cve.scm (cpe->package-name): Change to return two values instead
of a pair.
(cpe->product-alist): New procedure.
(%parse-vulnerability-feed): Use it instead of 'filter-map'.
(fetch-vulnerabilities): Bump sexp format version to 1.
(vulnerabilities->lookup-proc): Adjust accordingly. When #:version is
omitted, return a list of vulnerabilities instead of a list of
version/vulnerability pairs.
* tests/cve.scm (%expected-vulnerabilities)
("vulnerabilities->lookup-proc): Adjust accordingly.
|
|
|
|
|
|
|
|
|
|
|
| |
Previously, 'guix package -i emacs --with-source=./emacs-42.tar.gz'
would fail to use "42" as the version number in the manifest entry.
Reported by piyo on #guix.
* guix/scripts/package.scm (process-actions)[transform-entry]: Inherit
the version number from the result of TRANSFORM when it's a package.
* tests/guix-package.sh: Test it.
|
|
|
|
|
|
|
| |
* gnu/packages/patches/gd-CVE-2016-3074.patch: Delete file.
* gnu/local.mk (dist_patch_DATA): Remove it.
* gnu/packages/gd.scm (gd): Update to 2.2.1.
[source]: Remove patch. Update source URL.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (scrot)[source]: Add fossies mirror.
|
|
|
|
|
| |
* gnu/packages/web.scm (serf)[source]: Releases are now hosted by Apache.
[home-page]: Project is now hosted by Apache.
|
|
|
|
| |
* gnu/packages/xdisorg.scm (xlockmore): Update to 5.47.
|
|
|
|
| |
* gnu/packages/fontutils.scm (t1lib)[souce]: Add fossies mirror.
|
|
|
|
| |
* gnu/packages/synergy.scm (synergy): Update to 1.7.6.
|
|
|
|
| |
* gnu/packages/synergy.scm (synergy)[arguments]; Use 'modify-phases'.
|
|
|
|
|
| |
* gnu/packages/synergy.scm (synergy)[source]: Use new location.
[home-page]: Use project's new website.
|
|
|
|
| |
* gnu/packages/mp3.scm (eyed3): Update to 0.7.9.
|
|
|
|
| |
* gnu/packages/mp3.scm (mpc123)[arguments]: Use 'modify-phases'.
|
|
|
|
|
| |
* gnu/packages/mp3.scm (mpc123)[source]: Add Debian mirror.
[home-page]: Project has moved to Github.
|
|
|
|
|
|
|
|
| |
* guix/build/download.scm (ftp-fetch): Add #:timeout and pass it to
'ftp-open'.
(http-fetch): Add #:timeout and pass it to 'open-connection-for-uri' and
in recursive calls.
(url-fetch): Add #:timeout and pass it to 'http-fetch' and 'ftp-fetch'.
|
|
|
|
|
|
|
|
| |
This fixes a bug whereby 'http-fetch' would be passed a string instead
of a URI object.
* guix/build/download.scm (url-fetch): Rename 'content-addressed-urls'
to 'content-addressed-uris', and call 'string->uri'.
|
|
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-epl): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
|
|
|
|
| |
* gnu/packages/emacs.scm (emacs-async): Update to 1.9.
|
|
|
|
| |
* gnu/packages/emacs.scm (magit): Update to 2.7.0.
|
|
|
|
| |
* gnu/packages/moreutils.scm (moreutils)[arguments]: Use 'modify-phases'.
|
|
|
|
| |
* gnu/packages/moreutils.scm (moreutils): Update to 0.58.
|
|
|
|
|
| |
* gnu/packages/qemu.scm (qemu)[arguments]: Add 'make-gtester-verbose'
phase.
|
|
|
|
| |
* gnu/packages/qemu.scm (qemu)[arguments]: Use 'install-file'.
|
|
|
|
| |
* gnu/packages/qemu.scm (qemu)[arguments]: Use 'modify-phases'.
|
|
|
|
|
| |
* gnu/packages/qemu.scm (qemu)[arguments]: Re-add #:parallel-tests? #f,
which had been removed in a2ccaa0d790004c1c303a4421f7494ef73b65bd5.
|
|
|
|
|
| |
* guix/cve.scm (fetch-vulnerabilities): Add 'format' call.
(current-vulnerabilities): Include the 3 previous years.
|
|
|
|
| |
* gnu/packages/admin.scm (isc-dhcp)[properties]: New field.
|
|
|
|
|
|
| |
* gnu/packages/patches/rush-CVE-2013-6889.patch: New file.
* gnu/local.mk (dist_patch_DATA): Add it.
* gnu/packages/rush.scm (rush): Use it.
|
|
|
|
|
| |
* po/packages/POTFILES.in: Adjust to texlive.scm rename in
commit 8f9ac90182c022c69600f17ef9c1149e029bc301.
|
|
|
|
|
| |
* guix/scripts/substitute.scm (process-substitution): I18n "Downloading"
message.
|
|
|
|
|
| |
* gnu/packages/speech.scm: New file.
* gnu/local.mk (GNU_SYSTEM_MODULES): Add it.
|
|
|
|
| |
* gnu/packages/autotools.scm (autoconf-archive): New variable.
|
|
|
|
| |
* doc/guix.texi (Derivations): Add 's' to "contain".
|
|
|
|
| |
* gnu/packages/hurd.scm (hurd-core-headers): New variable.
|
|
|
|
| |
* gnu/packages/tex.scm (texmaker): New variable.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* gnu/local.mk (GNU_SYSTEM_MODULES): Rename texlive.scm to tex.scm.
* gnu/packages/texlive.scm: Rename file to tex.scm.
* gnu/packages/tex.scm: Renamed from texlive.scm.
* gnu/packages/algebra.scm: Adjust accordingly.
* gnu/packages/docbook.scm: Likewise.
* gnu/packages/engineering.scm: Likewise.
* gnu/packages/gettext.scm: Likewise.
* gnu/packages/gnome.scm: Likewise.
* gnu/packages/lisp.scm: Likewise.
* gnu/packages/maths.scm: Likewise.
* gnu/packages/music.scm: Likewise.
* gnu/packages/ocaml.scm: Likewise.
* gnu/packages/photo.scm: Likewise.
* gnu/packages/plotutils.scm: Likewise.
* gnu/packages/python.scm: Likewise.
* gnu/packages/scheme.scm: Likewise.
|
|
|
|
|
|
|
| |
* gnu/packages/bittorrent.scm (aria2): Update to 1.23.0.
[inputs]: Move cppunit ...
[native-inputs]: ... to here.
[home-page]: Update to new Github website.
|
|
|
|
|
|
|
|
|
|
|
| |
Currently, with several grafts applicable to Inkscape, this makes:
guix gc -R $(guix build inkscape -d) | wc -l
go from 2376 to 2266 (4.6%).
* guix/grafts.scm (cumulative-grafts): Pass 'graft-derivation/shallow'
the subset of GRAFTS that applies to DRV.
|
|
|
|
|
| |
* gnu/packages/machine-learning.scm (randomjungle)[native-inputs]: Add
gfortran:lib.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.8.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (elementary): Update to 1.17.1.
|
|
|
|
| |
* gnu/packages/enlightenment.scm (efl): Update to 1.17.1.
|
|
|
|
| |
* gnu/packages/python.scm (python-llfuse, python2-llfuse): Update to 1.1.
|
|
|
|
|
| |
* gnu/packages/linux.scm (fuse): Update to 2.9.6.
[home-page]: Update home-page URL.
|
|
|
|
| |
* gnu/packages/dns.scm (dnsmasq): Update to 2.76.
|