Taylan Ulrich Bayırlı/Kammer
b702b52de3
gnu: Add SBCL.
...
* gnu/packages/lisp.scm (sbcl): New variable.
2015-02-15 15:31:05 +01:00
Andreas Enge
be6bfa7d82
gnu: httpd: Update to 2.4.12.
...
* gnu/packages/web.scm (httpd): Update to 2.4.12.
2015-02-15 11:43:07 +01:00
Andreas Enge
60357f99c4
gnu: Add python-netifaces.
...
* gnu/packages/python.scm (python-netifaces, python2-netifaces):
New variables.
2015-02-15 10:46:43 +01:00
Andreas Enge
0b0e11a9d8
gnu: Add xdg-utils.
...
* gnu/packages/freedesktop.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-02-14 19:57:23 +01:00
Andreas Enge
880ff77c17
gnu: Add python-cssselect.
...
* gnu/packages/python.scm (python-cssselect, python2-cssselect):
New variables.
2015-02-14 19:39:20 +01:00
Andreas Enge
092e86f54f
gnu: Add python2-cssutils.
...
* gnu/packages/python.scm (python2-cssutils): New variable.
2015-02-14 19:25:55 +01:00
Andreas Enge
bec07a7c08
gnu: Add python2-pil.
...
* gnu/packages/python.scm (python2-pil): New variable.
2015-02-14 18:58:13 +01:00
Mark H Weaver
8722166cfa
gnu: linux-libre: Update to 3.18.7.
...
* gnu/packages/linux.scm (linux-libre): Update to 3.18.7.
2015-02-14 10:20:25 -05:00
Mark H Weaver
a48ba458a3
Revert "gnu: linux-libre: Update to 3.19"
...
Linux-libre 3.19 doesn't work on the Libreboot X60.
This reverts commit 1f4edec4fd
.
2015-02-14 10:06:50 -05:00
Taylan Ulrich Bayırlı/Kammer
8d872ae001
gnu: Add moreutils.
...
* gnu/packages/moreutils.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-02-14 12:43:56 +01:00
Ricardo Wurmus
da49086a59
gnu: Add lash.
...
* gnu/packages/audio.scm (lash): New variable.
2015-02-14 10:13:59 +01:00
Ludovic Courtès
abde5f375f
gnu: python-apsw: Fix license.
...
* gnu/packages/python.scm (python-apsw)[license]: Change to
LICENSE:ZLIB.
2015-02-14 00:43:41 +01:00
Ludovic Courtès
ce45eb4c38
gexp: Add #:graft? parameter to 'gexp->derivation'.
...
* guix/gexp.scm (gexp->derivation): Add #:graft? parameter and honor it.
* tests/gexp.scm ("gexp->derivation vs. grafts"): New test.
* doc/guix.texi (G-Expressions): Update 'gexp->derivation'
documentation.
2015-02-13 23:19:49 +01:00
Ludovic Courtès
b8bedf6051
packages: Add 'set-grafting' procedure.
...
* guix/packages.scm (set-grafting): New procedure.
2015-02-13 23:19:49 +01:00
Ludovic Courtès
2bba832f88
tests: Add missing import.
...
* guix/tests.scm: Add missing import, needed by 'dummy-package'.
2015-02-13 23:19:49 +01:00
Ricardo Wurmus
314275c776
gnu: JACK2: rename package to "jack2".
...
* gnu/packages/audio.scm (jack-2): Change package name to "jack2" to
distinguish from JACK1.
2015-02-13 23:18:42 +01:00
Ricardo Wurmus
2f9ae82f4b
gnu: jack: build ALSA backend.
...
* gnu/packages/audio.scm (jack): Add missing inputs to build ALSA backend.
2015-02-13 23:18:23 +01:00
Ricardo Wurmus
c1718190d5
gnu: Add lvtk.
...
* gnu/packages/audio.scm (lvtk): New variable.
2015-02-13 23:13:35 +01:00
Andreas Enge
4ed206639b
gnu: Add python-pillow.
...
* gnu/packages/python.scm (python-pillow, python2-pillow): New variables.
2015-02-13 21:03:48 +01:00
Ludovic Courtès
c9e0a44eec
gnu: net-tools: Remove the 'hostname' and *domainname commands.
...
* gnu/packages/linux.scm (net-tools)[arguments]: Add #:modules.
Add 'remove-redundant-commands' phase.
2015-02-13 20:38:05 +01:00
Ludovic Courtès
80393eeda2
gnu: procps: Remove the 'kill' and 'uptime' commands.
...
* gnu/packages/linux.scm (procps)[arguments]: Add #:modules.
<install phase>: Remove kill* and uptime*.
2015-02-13 20:27:38 +01:00
Ludovic Courtès
aa72d9afdf
gexp: Implement 'imported-modules' & co. using 'gexp->derivation'.
...
* guix/derivations.scm (imported-files): Keep private.
(%imported-modules, %compiled-modules, build-expression->derivation):
Mark as deprecated.
(imported-modules, compiled-modules): Remove.
* guix/gexp.scm (%mkdir-p-definition): New variable.
(imported-files, search-path*, imported-modules, compiled-modules):
New procedures.
* tests/derivations.scm ("imported-files"): Remove.
* tests/gexp.scm ("imported-files", "gexp->derivation #:modules"): New
tests.
2015-02-13 17:28:19 +01:00
Ludovic Courtès
57a516d3ec
gnu: Add acpid.
...
* gnu/packages/linux.scm (acpid): New variable.
2015-02-13 17:28:19 +01:00
Andreas Enge
5deea4fcc9
gnu: nss: Update to 3.17.4.
...
* gnu/packages/gnuzilla.scm (nss): Update to 3.17.4.
2015-02-13 15:55:23 +01:00
Ricardo Wurmus
8dd4ff1133
gnu: Add bedops.
...
* gnu/packages/bioinformatics.scm (bedops): New variable.
2015-02-13 15:51:10 +01:00
Alex Kost
11447a7927
gnu: Add xosd.
...
* gnu/packages/xdisorg.scm (xosd): New variable.
2015-02-13 15:54:12 +03:00
Taylan Ulrich Bayırlı/Kammer
560f51d060
gnu: Add CLISP.
...
* gnu/packages/lisp.scm (clisp): New variable.
2015-02-13 11:28:14 +01:00
Andreas Enge
148cb1c270
gnu: openssl: Add search path definition for root certificates.
...
* gnu/packages/openssl.scm (openssl)[native-search-paths]: New property.
2015-02-13 11:19:53 +01:00
Andreas Enge
6e6e241409
gnu: Add nss-certs, certificates extracted from nss.
...
* gnu/packages/certs.scm (nss-certs): New variable.
2015-02-13 11:19:45 +01:00
Andreas Enge
cf053a4f06
gnu: Add certdata2pem Python script.
...
* gnu/packages/certs.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
2015-02-13 11:19:37 +01:00
David Thompson
44e10a4d4c
gnu: node: Update to 0.12.0.
...
* gnu/packages/node.scm (node): Update to 0.12.0.
2015-02-12 21:33:08 -05:00
David Thompson
96c232ba8f
gnu: ruby: Update to 2.2.0.
...
* gnu/packages/ruby.scm (ruby): Update to 2.2.0.
2015-02-12 21:33:08 -05:00
Ludovic Courtès
9c09760a78
artwork: Update snapshot to GuixSD branding.
...
* gnu/artwork.scm (%artwork-repository): Update to new "GuixSD"
branding.
* gnu/system/grub.scm (%background-image, %default-theme): Adjust
accordingly.
2015-02-12 23:43:18 +01:00
Ludovic Courtès
ad3729536a
store: Add optional 'references' parameter to 'text-file'.
...
* guix/store.scm (text-file): Add optional 'references' parameter. Pass
it to 'add-text-to-store'.
* doc/guix.texi (The Store Monad): Adjust accordingly.
2015-02-12 23:43:18 +01:00
Taylan Ulrich Bayırlı/Kammer
00ab945823
gnu: Add ECL.
...
* gnu/packages/lisp.scm (ecl): New variable.
2015-02-12 22:25:34 +01:00
Andreas Enge
26b307e2cc
gnu: Add python-lxml.
...
* gnu/packages/python.scm (python-lxml, python2-lxml): New variables.
2015-02-12 21:14:38 +01:00
Andreas Enge
bd3fa66676
gnu: python: Prefix expat license by "license:" to avoid conflicts with
...
expat from the xml module.
* gnu/packages/python.scm: Prefix expat license imported from
(guix licenses).
* gnu/packages/python.scm (python-lockfile, python-mock, python-pysam,
python-extras, python-mimeparse, python-py, python-pytest,
python-scripttest, python-jsonschema, python-pyjwt, python-virtualenv,
python-sphinx-rtd-theme, python-pyparsing, python-cffi, python-xcffib,
python-html5lib, python-dbus): Adapt license field.
2015-02-12 21:07:14 +01:00
Andreas Enge
a6ac8332be
gnu: Add python-apsw.
...
* gnu/packages/python.scm (python-apsw, python2-apsw): New variables.
2015-02-12 20:19:31 +01:00
Ricardo Wurmus
e58d01faf5
gnu: hisat: fix build on non-x86_64.
...
* gnu/packages/bioinformatics.scm (hisat): Add "POPCNT_CAPABILITY=0" to
make-flags on architectures other than x86_64.
2015-02-12 14:09:00 +01:00
宋文武
3ff733901a
gnu: sdl-mixer: Don't use dlopen for shared object loading.
...
* gnu/packages/sdl.scm (sdl-mixer)[arguments]<#:configure-flags>: Add
--disable-music-mod-shared --disable-music-fluidsynth-shared
--disable-music-ogg-shared --disable-music-flac-shared
--disable-music-mp3-shared.
2015-02-12 14:21:40 +08:00
宋文武
7c3e60fbe6
gnu: sdl-image: Don't use dlopen for shared object loading.
...
* gnu/packages/sdl.scm (sdl-image)[arguments]: New field.
2015-02-12 14:16:44 +08:00
Ricardo Wurmus
88efb2c327
gnu: Add ardour.
...
* gnu/packages/audio.scm (ardour): New variable.
2015-02-11 23:45:32 +01:00
Ricardo Wurmus
eadc734e30
gnu: Add libgnomecanvasmm.
...
* gnu/packages/gnome.scm (libgnomecanvasmm): New variable.
2015-02-11 23:45:26 +01:00
Ricardo Wurmus
57238ff2b4
gnu: Add rubberband.
...
* gnu/packages/audio.scm (rubberband): New variable.
2015-02-11 23:45:21 +01:00
Ricardo Wurmus
2cc7ce317b
gnu: Add LADSPA.
...
* gnu/packages/audio.scm (ladspa): New variable.
2015-02-11 23:45:08 +01:00
Ricardo Wurmus
db46f2fcf4
gnu: Add Vamp SDK.
...
* gnu/packages/audio.scm (vamp): New variable.
2015-02-11 23:45:02 +01:00
Ricardo Wurmus
f3ab6ad3d1
gnu: Add suil.
...
* gnu/packages/audio.scm (suil): New variable.
2015-02-11 23:41:43 +01:00
Ricardo Wurmus
332aad1b00
gnu: Add lilv.
...
* gnu/packages/audio.scm (lilv): New variable.
2015-02-11 23:41:37 +01:00
Ricardo Wurmus
5279eb6fce
gnu: Add sratom.
...
* gnu/packages/audio.scm (sratom): New variable.
2015-02-11 23:41:33 +01:00
Ricardo Wurmus
a035e6ffef
gnu: Add sord.
...
* gnu/packages/rdf.scm (sord): New variable.
2015-02-11 23:41:29 +01:00