Commit Graph

5313 Commits (9002e17c5ab64bc833e46bad2952df1e8ea9e46f)

Author SHA1 Message Date
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
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 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 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
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