Ricardo Wurmus
fda85ca67d
gnu: Add Csound.
...
* gnu/packages/audio.scm (csound): New variable.
2015-04-07 08:34:01 +02:00
宋文武
3f7bf86a71
gnu: Add libiec61883.
...
* gnu/packages/linux.scm (libiec61883): New variable.
2015-04-07 13:25:23 +08:00
Mark H Weaver
d70a4a5e87
gnu: apl: Update to 1.5.
...
* gnu/packages/apl.scm (apl): Update to 1.5.
2015-04-06 22:24:15 -04:00
Mark H Weaver
ff03ef0b3a
gnu: parallel: Update to 20150322.
...
* gnu/packages/parallel.scm (parallel): Update to 20150322.
2015-04-06 22:24:15 -04:00
宋文武
6e1bb64201
gnu: Add libsoup.
...
* gnu/packages/gnome.scm (libsoup): New variable.
2015-04-07 10:17:52 +08:00
Ludovic Courtès
d45d8904b0
gnu: lsof: Add mirrors.
...
Reported by Tomáš Čech.
* gnu/packages/lsof.scm (lsof)[source]: Add two mirrors.
2015-04-06 20:50:35 +02:00
Eric Bavier
d507b277eb
gnu: Perl GD: Add real patch.
...
Replaces the stub patch added in 43754738e0
.
* gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch:
Update patch.
43754738e0
2015-04-06 10:20:23 -05:00
Mark H Weaver
07d4d9b751
gnu: icecat: Fix source URI.
...
* gnu/packages/gnuzilla.scm (icecat)[source]: Fix source URI computation.
2015-04-06 09:47:40 -04:00
Mark H Weaver
7e84e1994a
gnu: icecat: Update to 31.6.0-gnu1.
...
* gnu/packages/patches/icecat-CVE-2015-0801.patch,
gnu/packages/patches/icecat-CVE-2015-0807.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt2.patch,
gnu/packages/patches/icecat-CVE-2015-0815-pt3.patch,
gnu/packages/patches/icecat-CVE-2015-0816.patch,
gnu/packages/patches/icecat-CVE-2015-0817.patch,
gnu/packages/patches/icecat-CVE-2015-0818-pt1.patch,
gnu/packages/patches/icecat-CVE-2015-0818-pt2.patch,
gnu/packages/patches/icecat-bug-1127780.patch,
gnu/packages/patches/icecat-bug-1145870.patch: Remove files.
* gnu-system.am (dist_patch_DATA): Remove them.
* gnu/packages/gnuzilla.scm (icecat): Update to 31.6.0-gnu1. Remove patches.
2015-04-06 02:14:27 -04:00
Mark H Weaver
2bb9b5de7d
gnu: nss: Update to 3.18.
...
* gnu/packages/gnuzilla.scm (nss): Update to 3.18. Compute source URI
automatically based on version.
2015-04-05 23:04:03 -04:00
Mark H Weaver
5180717e64
Remove unused module import (gnu packages ed) from (gnu packages commencement).
...
* gnu/packages/commencement.scm: Remove (gnu packages ed) module import.
2015-04-05 23:03:42 -04:00
Mark H Weaver
8ba4dc6380
gnu: emacs: Add librsvg to inputs.
...
* gnu/packages/emacs.scm (emacs)[inputs]: Add librsvg.
(emacs-no-x)[inputs]: Remove librsvg from inherited inputs.
2015-04-05 23:03:28 -04:00
Mark H Weaver
025523f1e4
gnu: linux-libre: Fix drm_wait_one_vblank warnings.
...
* gnu/packages/patches/linux-libre-vblank-fix.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/linux.scm (linux-libre)[source]: Add patch.
2015-04-05 23:03:21 -04:00
宋文武
f2ca414acb
gnu: Add glib-networking.
...
* gnu/packages/gnome.scm (glib-networking): New variable.
2015-04-06 08:23:51 +08:00
Ludovic Courtès
e26d5076df
linux-initrd: Add virtio drivers by default.
...
* gnu/system/linux-initrd.scm (base-initrd): Change #:virtio? default
to #t. This will facilitate the use of GuixSD in VM guests.
2015-04-05 23:15:20 +02:00
Andy Wingo
0d275f4aa3
system: Take kernel modules from the user-specified kernel.
...
* gnu/system/linux-initrd.scm (base-initrd): Add #:linux option to
specify the linux kernel to use.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Propagate
#:linux to base-initrd.
* gnu/system.scm (operating-system-initrd-file): Pass #:linux to
'make-initrd'.
Co-authored-by: Ludovic Courtès <ludo@gnu.org>
2015-04-05 23:15:20 +02:00
David Thompson
59446b208c
gnu: nginx: Clean up installation directories.
...
* gnu/packages/web.scm (nginx): Add 'fix-root-dirs' phase.
2015-04-05 16:13:29 -04:00
David Thompson
a71c315bc2
gnu: nginx: Use modify-phases syntax.
...
* gnu/packages/web.scm (nginx): Use modify-phases syntax.
2015-04-05 13:06:24 -04:00
David Thompson
e16fde1447
gnu: Add livestreamer.
...
* gnu/packages/video.scm (livestreamer): New variable.
2015-04-05 12:42:36 -04:00
David Thompson
0234ca06ce
gnu: Add python-singledispatch.
...
* gnu/packages/python.scm (python-singledispatch, python2-singledispatch): New
variables.
2015-04-05 12:42:36 -04:00
David Thompson
ae64112828
gnu: python-requests: Fix Python 2 version and add support for Python 3.
...
* gnu/packages/python.scm (python-requests): New variable.
(python2-requests): Generate based on Python 3 variant.
2015-04-05 12:38:48 -04:00
宋文武
121398e7d4
gnu: gnome-mines: Update to 3.16.0.
...
* gnu/packages/gnome.scm (gnome-mines): Update to 3.16.0.
2015-04-05 23:55:57 +08:00
宋文武
7211944a4f
gnu: gsettings-desktop-schemas: Enable GObject introspection.
...
* gnu/packages/gnome.scm (gsettings-desktop-schemas)[native-inputs]:
Add gobject-introspection.
2015-04-05 22:55:51 +08:00
宋文武
67bdcfbcc5
gnu: gsettings-desktop-schemas: Update to 3.16.0.
...
* gnu/packages/gnome.scm (gsettings-desktop-schemas): Update to 3.16.0.
2015-04-05 22:55:51 +08:00
宋文武
6b2c6be0c3
gnu: Add aalib.
...
* gnu/packages/video.scm (aalib): New variable.
2015-04-05 11:52:41 +08:00
宋文武
01b90919ef
gnu: Add WavPack.
...
* gnu/packages/audio.scm (wavpack): New variable.
2015-04-05 10:37:59 +08:00
宋文武
9d44ab95a6
gnu: Add libshout.
...
* gnu/packages/xiph.scm (libshout): New varibale.
2015-04-05 10:37:59 +08:00
宋文武
68e3c29d20
gnu: Add libavc1394.
...
* gnu/packages/linux.scm (libavc1394): New variable.
2015-04-05 10:37:59 +08:00
宋文武
0a588bf956
gnu: Add libraw1394.
...
* gnu/packages/linux.scm (libraw1394): New variable.
2015-04-05 10:37:59 +08:00
David Thompson
6ef1c223aa
gnu: Add icecast.
...
* gnu/packages/xiph.scm (icecast): New variable.
2015-04-04 20:26:33 -04:00
David Thompson
4cd27cd60a
gnu: node: Update to 0.12.2.
2015-04-04 13:48:17 -04:00
Andy Wingo
88f7066591
gnu: Add gnome-terminal.
...
* gnu/packages/gnome.scm (gnome-terminal): New variable.
2015-04-04 13:15:07 -04:00
Mark H Weaver
43754738e0
gnu: Perl GD: Add stub patch.
...
This is a temporary fix to enable hydra to complete evaluations, which were
broken by f7ee7a9b06
due to a missing patch
file. The real patch will be put into place in a later commit.
* gnu/packages/patches/perl-gd-options-passthrough-and-fontconfig.patch:
New file. This is just a stub.
* gnu-system.am (dist_patch_DATA): Add it.
2015-04-04 11:15:30 -04:00
Mark H Weaver
f905286b11
gnu: source-highlight: Remove obsolete patch.
...
This should have been done in a952b10c23
.
* gnu/packages/patches/source-highlight-regexrange-test.patch: Remove.
* gnu-system.am (dist_patch_DATA): Remove it.
* gnu/packages/pretty-print.scm (source-highlight)[source]: Remove patch.
2015-04-04 11:02:34 -04:00
Mark H Weaver
a952b10c23
gnu: source-highlight: Update to 3.1.8.
...
* gnu/packages/pretty-print.scm (source-highlight): Update to 3.1.8.
2015-04-04 03:46:14 -04:00
Federico Beffa
5868a8bf9d
gnu: ghc: Fix i686 build.
...
* gnu/packages/haskell.scm (ghc-bootstrap-7.8.4): Replace with ...
(ghc-bootstrap-i686-7.8.4, ghc-bootstrap-x86_64-7.8.4): ... these.
(ghc)[native-inputs]: Select the appropriate bootstrap.
2015-04-04 09:11:30 +02:00
Eric Bavier
c985cfe624
gnu: Add Catalyst-View-JSON.
...
* gnu/packages/web.scm (perl-catalyst-view-json): New variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
419dd41152
gnu: Add Perl YAML.
...
* gnu/packages/perl.scm (perl-yaml): New variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
41778634e2
gnu: Add Test-YAML.
...
* gnu/packages/perl.scm (perl-test-yaml): New variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
0ca74e1d25
gnu: Add Test-Base.
...
* gnu/packages/perl.scm (perl-test-base): New variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
54268c43c9
gnu: Add Spiffy.
...
* gnu/packages/perl.scm (perl-spiffy): New variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
83261658fb
gnu: Add Catalyst-View-Download.
...
* gnu/packages/web.scm (perl-catalyst-view-download): New variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
13b2552cdb
gnu: Add Test-WWW-Mechanize-Catalyst.
...
* gnu/packages/web.scm (perl-test-www-mechanize-catalyst): New
variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
bc834d7339
gnu: Add Text-CSV.
...
* gnu/packages/perl.scm (perl-text-csv): New variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
cbe8f0cdd6
gnu: Add Test-utf8.
...
* gnu/packages/perl.scm (perl-test-utf8): New variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
b902eb1ccd
gnu: Add Catalyst-TraitFor-Request-ProxyBase.
...
* gnu/packages/web.scm (perl-catalyst-traitfor-request-proxybase): New
variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
227687ae65
gnu: Add CatalystX-RoleApplicator.
...
* gnu/packages/web.scm (perl-catalystx-roleapplicator): New variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
107671a202
gnu: Add MooseX-RelatedClassRoles.
...
* gnu/packages/perl.scm (perl-moosex-relatedclassroles): New variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
996f41102f
gnu: Add Catalyst-Plugin-StackTrace.
...
* gnu/packages/web.scm (perl-catalyst-plugin-stacktrace): New
variable.
2015-04-04 00:46:04 -05:00
Eric Bavier
47533b6f69
gnu: Add Catalyst-Plugin-Session-Store-FastMmap.
...
* gnu/packages/web.scm (perl-catalyst-plugin-session-store-fastmmap): New
variable.
2015-04-04 00:46:03 -05:00