Age | Commit message (Collapse) | Author |
|
* gnu/packages/python.scm (python-apsw)[license]: Change to
LICENSE:ZLIB.
|
|
* 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.
|
|
* guix/packages.scm (set-grafting): New procedure.
|
|
* guix/tests.scm: Add missing import, needed by 'dummy-package'.
|
|
* gnu/packages/audio.scm (jack-2): Change package name to "jack2" to
distinguish from JACK1.
|
|
* gnu/packages/audio.scm (jack): Add missing inputs to build ALSA backend.
|
|
* gnu/packages/audio.scm (lvtk): New variable.
|
|
* gnu/packages/python.scm (python-pillow, python2-pillow): New variables.
|
|
* gnu/packages/linux.scm (net-tools)[arguments]: Add #:modules.
Add 'remove-redundant-commands' phase.
|
|
* gnu/packages/linux.scm (procps)[arguments]: Add #:modules.
<install phase>: Remove kill* and uptime*.
|
|
* 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.
|
|
* gnu/packages/linux.scm (acpid): New variable.
|
|
* gnu/packages/gnuzilla.scm (nss): Update to 3.17.4.
|
|
* gnu/packages/bioinformatics.scm (bedops): New variable.
|
|
* gnu/packages/xdisorg.scm (xosd): New variable.
|
|
* gnu/packages/lisp.scm (clisp): New variable.
|
|
* gnu/packages/openssl.scm (openssl)[native-search-paths]: New property.
|
|
* gnu/packages/certs.scm (nss-certs): New variable.
|
|
* gnu/packages/certs.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
|
|
* gnu/packages/node.scm (node): Update to 0.12.0.
|
|
* gnu/packages/ruby.scm (ruby): Update to 2.2.0.
|
|
* gnu/artwork.scm (%artwork-repository): Update to new "GuixSD"
branding.
* gnu/system/grub.scm (%background-image, %default-theme): Adjust
accordingly.
|
|
* guix/store.scm (text-file): Add optional 'references' parameter. Pass
it to 'add-text-to-store'.
* doc/guix.texi (The Store Monad): Adjust accordingly.
|
|
* gnu/packages/lisp.scm (ecl): New variable.
|
|
* gnu/packages/python.scm (python-lxml, python2-lxml): New variables.
|
|
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.
|
|
* gnu/packages/python.scm (python-apsw, python2-apsw): New variables.
|
|
* gnu/packages/bioinformatics.scm (hisat): Add "POPCNT_CAPABILITY=0" to
make-flags on architectures other than x86_64.
|
|
* 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.
|
|
* gnu/packages/sdl.scm (sdl-image)[arguments]: New field.
|
|
* gnu/packages/audio.scm (ardour): New variable.
|
|
* gnu/packages/gnome.scm (libgnomecanvasmm): New variable.
|
|
* gnu/packages/audio.scm (rubberband): New variable.
|
|
* gnu/packages/audio.scm (ladspa): New variable.
|
|
* gnu/packages/audio.scm (vamp): New variable.
|
|
* gnu/packages/audio.scm (suil): New variable.
|
|
* gnu/packages/audio.scm (lilv): New variable.
|
|
* gnu/packages/audio.scm (sratom): New variable.
|
|
* gnu/packages/rdf.scm (sord): New variable.
|
|
* gnu/packages/rdf.scm (serd): New variable.
|
|
* gnu/packages/audio.scm (lv2): New variable.
|
|
* 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.
|
|
* gnu/packages/patches/glibc-locales.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/base.scm (glibc-locales): New variable.
|
|
* guix/derivations.scm (graft-derivation)[build]: Add call to
'force-output'.
|
|
Reported by Quentin Pradet <webmasters-comment@gnu.org>.
* doc/guix.texi (System Installation): Use @code instead of @url for the
abstract URL.
|
|
* gnu/packages/gettext.scm (gnu-gettext)[license]: Change to GPLv3+.
|
|
* gnu/packages/bioinformatics.scm (star): New variable.
|
|
* gnu/packages/bioinformatics.scm (hisat): New variable.
|
|
* gnu/packages/ntp.scm (openntpd): New variable.
|
|
* gnu/packages/admin.scm (smartmontools): New variable.
|