Age | Commit message (Expand) | Author |
2015-02-11 | gnu: Add lilv....* gnu/packages/audio.scm (lilv): New variable.
| Ricardo Wurmus |
2015-02-11 | gnu: Add sratom....* gnu/packages/audio.scm (sratom): New variable.
| Ricardo Wurmus |
2015-02-11 | gnu: Add sord....* gnu/packages/rdf.scm (sord): New variable.
| Ricardo Wurmus |
2015-02-11 | gnu: Add serd....* gnu/packages/rdf.scm (serd): New variable.
| Ricardo Wurmus |
2015-02-11 | gnu: Add LV2....* gnu/packages/audio.scm (lv2): New variable.
| Ricardo Wurmus |
2015-02-11 | gexp: Add #:allowed-references parameter to 'gexp->derivation'....* guix/gexp.scm (lower-references): New procedure.
(gexp->derivation): Add #:allowed-references and honor it.
* tests/gexp.scm ("gexp->derivation #:allowed-references",
"gexp->derivation #:allowed-references, disallowed"): New tests.
* doc/guix.texi (G-Expressions): Update 'gexp->derivation' doc.
| Ludovic Courtès |
2015-02-11 | gnu: Add glibc-locales....* gnu/packages/patches/glibc-locales.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc-locales): New variable.
| Ludovic Courtès |
2015-02-11 | derivations: Make the "grafting..." message directly visible....* guix/derivations.scm (graft-derivation)[build]: Add call to
'force-output'.
| Ludovic Courtès |
2015-02-11 | doc: Use @code for the abstract USB image URL....Reported by Quentin Pradet <webmasters-comment@gnu.org>.
* doc/guix.texi (System Installation): Use @code instead of @url for the
abstract URL.
| Ludovic Courtès |
2015-02-10 | gnu: gettext: Change license to GPLv3+....* gnu/packages/gettext.scm (gnu-gettext)[license]: Change to GPLv3+.
| Ludovic Courtès |
2015-02-10 | gnu: Add STAR....* gnu/packages/bioinformatics.scm (star): New variable.
| Ricardo Wurmus |
2015-02-10 | gnu: Add HISAT....* gnu/packages/bioinformatics.scm (hisat): New variable.
| Ricardo Wurmus |
2015-02-10 | gnu: Add openntpd....* gnu/packages/ntp.scm (openntpd): New variable.
| Taylan Ulrich Bayırlı/Kammer |
2015-02-10 | gnu: Add smartmontools....* gnu/packages/admin.scm (smartmontools): New variable.
| Taylan Ulrich Bayırlı/Kammer |
2015-02-10 | lint: handle FTP URIs....* guix/scripts/lint.scm (probe-uri): handle FTP URIs.
| Cyril Roelandt |
2015-02-10 | gnu: Add ltrace....* gnu/packages/linux.scm (ltrace): New variable.
| Taylan Ulrich Bayırlı/Kammer |
2015-02-09 | gnu: linux-libre: Update to 3.19...* gnu/packages/linux.scm (linux-libre): Update to version 3.19.
| Jason Self |
2015-02-09 | linux-initrd: Add 'isci' module, needed for some SAS controllers....Encountered on a Dell Precision T3600.
* gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add isci.
| Ludovic Courtès |
2015-02-09 | profiles: Report "pseudo-upgrades" as upgrades, not downgrades....Reported by Andreas Enge <andreas@enge.fr>
at <http://debbugs.gnu.org/cgi/bugreport.cgi?bug=19764#19>.
* guix/profiles.scm (manifest-transaction-effects): Use 'version>=?'
instead of 'version>?'.
* tests/profiles.scm ("manifest-transaction-effects and
pseudo-upgrades"): New test.
| Ludovic Courtès |
2015-02-09 | utils: Add 'version>=?'....* guix/utils.scm (version>?): Clarify docstring.
(version>=?): New procedure.
| Ludovic Courtès |
2015-02-09 | gnu: ffmpeg: Add 'lame' input....* gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding
configure flag.
| Federico Beffa |
2015-02-09 | gnu: perl-net-ssleay: Update to 1.68....* gnu/packages/openssl.scm (perl-net-ssleay): Update to 1.68.
| Andreas Enge |
2015-02-09 | gnu: openssl: Update to 1.0.2....* gnu/packages/openssl.scm (openssl): Update to 1.0.2.
| Andreas Enge |
2015-02-09 | gnu: Add Sphinx RTD theme....* gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme):
New variables.
| Ricardo Wurmus |
2015-02-09 | gnu: Add flexbar....* gnu/packages/bioinformatics.scm (flexbar): New variable.
| Ricardo Wurmus |
2015-02-09 | gnu: Add seqan....* gnu/packages/bioinformatics.scm (seqan): New variable.
| Ricardo Wurmus |
2015-02-09 | gnu: Add libcap-ng....* gnu/packages/admin.scm (libcap-ng): New variable.
| Taylan Ulrich Bayırlı/Kammer |
2015-02-09 | gnu: Add aubio....* gnu/packages/audio.scm (aubio): New variable.
| Ricardo Wurmus |
2015-02-09 | gnu: Add liblo....* gnu/packages/audio.scm (liblo): New variable.
| Ricardo Wurmus |
2015-02-09 | gnu: Add JACK2....* gnu/packages/audio.scm (jack-2): New variable.
| Ricardo Wurmus |
2015-02-08 | gnu: Add srt2vtt....* gnu/packages/video.scm (srt2vtt): New variable.
| David Thompson |
2015-02-08 | services: lsh: Add graceful handling of daemonic option....* gnu/services/ssh.scm (lsh-service): New #:keys (daemonic?, pid-file?,
pid-file). Build new lshd-command and expand service-requirement
field.
* doc/guix.texi (Networking Services): Update accordingly.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| nebuli |
2015-02-08 | build: Add 'waf-build-system'....* guix/build-system/waf.scm,
guix/build/waf-build-system.scm: New files.
* Makefile.am (MODULES): Add them.
* doc/guix.texi (Build Systems): Document waf-build-system.
| Ricardo Wurmus |
2015-02-08 | doc: Remove ".ko" extension in 'base-initrd' example....Reported by Marek Benc.
* doc/guix.texi (Initial RAM Disk): Remove ".ko" from the 'base-initrd'
example. Add a comment.
| Ludovic Courtès |
2015-02-08 | profiles: Distinguish downgrades from upgrades....Fixes <http://bugs.gnu.org/19764>.
* guix/profiles.scm (manifest-transaction-effects): Return downgraded
packages as a fourth value.
* guix/ui.scm (show-manifest-transaction): Adjust accordingly.
* tests/profiles.scm ("manifest-transaction-effects and downgrades"):
New test.
| Ludovic Courtès |
2015-02-08 | ui: Simplify 'show-manifest-transaction' test....* tests/ui.scm ("show-manifest-transaction"): Remove useless call to
'manifest-transaction-effects'.
| Ludovic Courtès |
2015-02-08 | ui: Properly report '&nar-error' conditions....This is a followup to 46b8aad.
* guix/ui.scm (call-with-error-handling): Add 'nar-error?' case.
| Ludovic Courtès |
2015-02-08 | build: Remove references to 'nix-setuid-helper'....'nix-setuid-helper' vanished in commit d43eb499a (Jan. 2014.)
* pre-inst-env.in: Remove occurrences of 'NIX_SETUID_HELPER'.
| Ludovic Courtès |
2015-02-08 | gnu: guile-ssh: Correct post-installation test....* gnu/packages/ssh.scm (guile-ssh)[arguments]
<fix-libguile-ssh-file-name>: Call 'zero?' to check the return value of
'system*'.
| Ludovic Courtès |
2015-02-08 | gnu: Add p11-kit....* gnu/packages/gnutls.scm (p11-kit): New variable.
| Andreas Enge |
2015-02-08 | gnu: Add libmtp....* gnu/packages/libusb.scm (libmtp): New variable.
| Andreas Enge |
2015-02-07 | gnu: tidy: Run bootstrap phase after the unpack phase....* gnu/packages/web.scm (tidy): Run bootstrap phase after the unpack phase,
rather than before the configure phase.
| David Thompson |
2015-02-07 | gnu: linux-libre: Update to 3.18.6...* gnu/packages/linux.scm (linux-libre): Update to version 3.18.6.
| Jason Self |
2015-02-07 | gnu: Add tidy....* gnu/packages/web.scm (tidy): New variable.
| David Thompson |
2015-02-07 | gnu: lightning: Update to 2.1.0....* gnu/packages/lightning.scm (lightning): Update to 2.1.0.
| Ludovic Courtès |
2015-02-07 | Thank Andrei. | Ludovic Courtès |
2015-02-07 | daemon: Flush upon '\r' when reading the substituter's stderr....* nix/libstore/local-store.cc (LocalStore::getLineFromSubstituter):
Flush when the line contains '\r'.
| Ludovic Courtès |
2015-02-07 | serialization: Check for EOF and incomplete input conditions....Fixes <http://bugs.gnu.org/19756>.
Reported by <sleep_walker@suse.cz>.
* guix/serialization.scm (currently-restored-file): New variable.
(get-bytevector-n*): New procedure.
(read-int, read-long-long, read-string, read-latin1-string,
read-contents): Use it instead of 'get-bytevector-n'.
(restore-file): Parameterize 'currently-restored-file' and set it.
* tests/nar.scm ("restore-file with incomplete input"): New test.
| Ludovic Courtès |
2015-02-07 | doc: Document the location of the build directory....Fixes <http://bugs.gnu.org/19771>.
Reported by Andrei Osipov <andrspv@gmail.com>.
* doc/guix.texi (Invoking guix-daemon): Document the build directory
location.
| Ludovic Courtès |
2015-02-07 | gnu: gimp: Add EXIF and SVG support, plus color management....* gnu/packages/gimp.scm (gimp)[inputs]: Add LIBEXIF, LCMS, and LIBRSVG.
| Ludovic Courtès |