Ricardo Wurmus
f65784d50e
gnu: Add serd.
...
* gnu/packages/rdf.scm (serd): New variable.
2015-02-11 23:41:21 +01:00
Ricardo Wurmus
e24201912f
gnu: Add LV2.
...
* gnu/packages/audio.scm (lv2): New variable.
2015-02-11 23:38:07 +01:00
Ludovic Courtès
605217beaa
Merge branch 'master' into core-updates
2015-02-11 22:28:21 +01:00
Ludovic Courtès
c8351d9a40
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.
2015-02-11 22:10:14 +01:00
Ludovic Courtès
a4a17ec36e
gnu: bison: Update to 3.0.4.
...
* gnu/packages/bison.scm (bison): Update to 3.0.4.
2015-02-11 14:20:23 +01:00
Ludovic Courtès
d6718df416
gnu: glibc: Add search path specification for 'LOCPATH'.
...
* gnu/packages/base.scm (glibc)[native-search-paths]: New field.
2015-02-11 14:16:29 +01:00
Ludovic Courtès
fdaae61371
gnu: glibc: Update to 2.21.
...
* gnu/packages/base.scm (glibc): Update to 2.21. Remove 3 patches no
longer needed.
* gnu/packages/patches/glibc-CVE-2012-3406.patch,
gnu/packages/patches/glibc-CVE-2014-7817.patch,
gnu/packages/patches/glibc-mips-dangling-vfork-ref.patch: Remove.
* gnu-system.am (dist_patch_DATA): Adjust accordingly.
2015-02-11 14:11:14 +01:00
Ludovic Courtès
f6408bc584
gnu: patch: Update to 2.7.4.
...
* gnu/packages/base.scm (patch): Update to 2.7.4. Remove
'replacement'. Remove outdated comment.
(patch-2.7.4, patch-CVE-2015-1196): Remove.
2015-02-11 11:23:46 +01:00
Ludovic Courtès
aee6180c10
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.
2015-02-11 11:19:29 +01:00
Ludovic Courtès
fbe952c99f
derivations: Make the "grafting..." message directly visible.
...
* guix/derivations.scm (graft-derivation)[build]: Add call to
'force-output'.
2015-02-11 11:11:01 +01:00
Ludovic Courtès
ab3872de4f
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.
2015-02-11 10:36:48 +01:00
Ludovic Courtès
1c301e4861
gnu: gettext: Change license to GPLv3+.
...
* gnu/packages/gettext.scm (gnu-gettext)[license]: Change to GPLv3+.
2015-02-10 21:25:25 +01:00
Eric Bavier
d5b3de6af2
utils: Strip duplicates from search path.
...
* guix/build/utils.scm (search-path-as-list): Delete duplicate input
directories before searching.
2015-02-10 13:31:56 -06:00
Ricardo Wurmus
ce7155d5dd
gnu: Add STAR.
...
* gnu/packages/bioinformatics.scm (star): New variable.
2015-02-10 14:37:14 +01:00
Ricardo Wurmus
346a829a85
gnu: Add HISAT.
...
* gnu/packages/bioinformatics.scm (hisat): New variable.
2015-02-10 14:37:13 +01:00
Taylan Ulrich Bayırlı/Kammer
4ee696247b
gnu: Add openntpd.
...
* gnu/packages/ntp.scm (openntpd): New variable.
2015-02-10 10:50:57 +01:00
Taylan Ulrich Bayırlı/Kammer
d02f2cc48c
gnu: Add smartmontools.
...
* gnu/packages/admin.scm (smartmontools): New variable.
2015-02-10 09:28:48 +01:00
Cyril Roelandt
c9815b5deb
lint: handle FTP URIs.
...
* guix/scripts/lint.scm (probe-uri): handle FTP URIs.
2015-02-10 00:24:30 +01:00
Taylan Ulrich Bayırlı/Kammer
e1e277372a
gnu: Add ltrace.
...
* gnu/packages/linux.scm (ltrace): New variable.
2015-02-10 00:00:12 +01:00
Jason Self
1f4edec4fd
gnu: linux-libre: Update to 3.19
...
* gnu/packages/linux.scm (linux-libre): Update to version 3.19.
2015-02-09 14:46:04 -08:00
Ludovic Courtès
34875383c1
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.
2015-02-09 18:18:41 +01:00
Ludovic Courtès
3bea13bb1f
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.
2015-02-09 18:18:41 +01:00
Ludovic Courtès
cde1e967cf
utils: Add 'version>=?'.
...
* guix/utils.scm (version>?): Clarify docstring.
(version>=?): New procedure.
2015-02-09 18:18:41 +01:00
Federico Beffa
d4f12db8c0
gnu: ffmpeg: Add 'lame' input.
...
* gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding
configure flag.
2015-02-09 16:13:23 +01:00
Andreas Enge
fc2bf70dfe
gnu: perl-net-ssleay: Update to 1.68.
...
* gnu/packages/openssl.scm (perl-net-ssleay): Update to 1.68.
2015-02-09 14:29:39 +01:00
Andreas Enge
c7ab5a12f4
gnu: openssl: Update to 1.0.2.
...
* gnu/packages/openssl.scm (openssl): Update to 1.0.2.
2015-02-09 13:43:06 +01:00
Ricardo Wurmus
ad320b20ee
gnu: Add Sphinx RTD theme.
...
* gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme):
New variables.
2015-02-09 10:29:55 +01:00
Ricardo Wurmus
d7678942f9
gnu: Add flexbar.
...
* gnu/packages/bioinformatics.scm (flexbar): New variable.
2015-02-09 10:26:28 +01:00
Ricardo Wurmus
d3517eda25
gnu: Add seqan.
...
* gnu/packages/bioinformatics.scm (seqan): New variable.
2015-02-09 10:26:20 +01:00
Taylan Ulrich Bayırlı/Kammer
da6c3749e4
gnu: Add libcap-ng.
...
* gnu/packages/admin.scm (libcap-ng): New variable.
2015-02-09 09:59:47 +01:00
Ricardo Wurmus
d55f912a31
gnu: Add aubio.
...
* gnu/packages/audio.scm (aubio): New variable.
2015-02-09 09:21:36 +01:00
Ricardo Wurmus
f47cba0efb
gnu: Add liblo.
...
* gnu/packages/audio.scm (liblo): New variable.
2015-02-09 09:14:12 +01:00
Ricardo Wurmus
c54a89811f
gnu: Add JACK2.
...
* gnu/packages/audio.scm (jack-2): New variable.
2015-02-09 09:00:02 +01:00
David Thompson
2cd85cf9e1
gnu: Add srt2vtt.
...
* gnu/packages/video.scm (srt2vtt): New variable.
2015-02-08 21:08:06 -05:00
nebuli
5833bf33a2
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>
2015-02-08 21:52:26 +01:00
Ricardo Wurmus
a677c7267b
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.
2015-02-08 19:21:58 +01:00
Ludovic Courtès
027981d6d7
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.
2015-02-08 19:00:39 +01:00
Ludovic Courtès
46b23e1a43
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.
2015-02-08 19:00:39 +01:00
Ludovic Courtès
77ee4a96f4
ui: Simplify 'show-manifest-transaction' test.
...
* tests/ui.scm ("show-manifest-transaction"): Remove useless call to
'manifest-transaction-effects'.
2015-02-08 19:00:39 +01:00
Ludovic Courtès
b7071bc5bb
ui: Properly report '&nar-error' conditions.
...
This is a followup to 46b8aad
.
* guix/ui.scm (call-with-error-handling): Add 'nar-error?' case.
2015-02-08 19:00:39 +01:00
Ludovic Courtès
0919f5f466
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'.
2015-02-08 19:00:39 +01:00
Ludovic Courtès
843b196287
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*'.
2015-02-08 19:00:39 +01:00
Andreas Enge
27e86bed53
gnu: Add p11-kit.
...
* gnu/packages/gnutls.scm (p11-kit): New variable.
2015-02-08 16:23:44 +01:00
Andreas Enge
75be6b7c06
gnu: Add libmtp.
...
* gnu/packages/libusb.scm (libmtp): New variable.
2015-02-08 14:36:55 +01:00
David Thompson
5294768ce3
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.
2015-02-07 21:12:21 -05:00
Jason Self
59c4cceea8
gnu: linux-libre: Update to 3.18.6
...
* gnu/packages/linux.scm (linux-libre): Update to version 3.18.6.
2015-02-07 16:21:04 -08:00
David Thompson
18cb3df837
gnu: Add tidy.
...
* gnu/packages/web.scm (tidy): New variable.
2015-02-07 18:48:53 -05:00
Ludovic Courtès
0cb804117f
gnu: lightning: Update to 2.1.0.
...
* gnu/packages/lightning.scm (lightning): Update to 2.1.0.
2015-02-07 23:30:05 +01:00
Ludovic Courtès
cce629c027
Thank Andrei.
2015-02-07 23:17:33 +01:00
Ludovic Courtès
9ba0b8d3d0
daemon: Flush upon '\r' when reading the substituter's stderr.
...
* nix/libstore/local-store.cc (LocalStore::getLineFromSubstituter):
Flush when the line contains '\r'.
2015-02-07 23:16:56 +01:00