| Commit message (Collapse) | Author | Age |
|
|
|
| |
* 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.
|
|
|
|
| |
* guix/scripts/lint.scm (probe-uri): handle FTP URIs.
|
|
|
|
| |
* gnu/packages/linux.scm (ltrace): New variable.
|
|
|
|
| |
* gnu/packages/linux.scm (linux-libre): Update to version 3.19.
|
|
|
|
|
|
| |
Encountered on a Dell Precision T3600.
* gnu/system/linux-initrd.scm (base-initrd)[linux-modules]: Add isci.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* guix/utils.scm (version>?): Clarify docstring.
(version>=?): New procedure.
|
|
|
|
|
| |
* gnu/packages/video.scm (ffmpeg): Add 'lame' input and corresponding
configure flag.
|
|
|
|
| |
* gnu/packages/openssl.scm (perl-net-ssleay): Update to 1.68.
|
|
|
|
| |
* gnu/packages/openssl.scm (openssl): Update to 1.0.2.
|
|
|
|
|
| |
* gnu/packages/python.scm (python-sphinx-rtd-theme, python2-sphinx-rtd-theme):
New variables.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (flexbar): New variable.
|
|
|
|
| |
* gnu/packages/bioinformatics.scm (seqan): New variable.
|
|
|
|
| |
* gnu/packages/admin.scm (libcap-ng): New variable.
|
|
|
|
| |
* gnu/packages/audio.scm (aubio): New variable.
|
|
|
|
| |
* gnu/packages/audio.scm (liblo): New variable.
|
|
|
|
| |
* gnu/packages/audio.scm (jack-2): New variable.
|
|
|
|
| |
* gnu/packages/video.scm (srt2vtt): New variable.
|
|
|
|
|
|
|
|
|
| |
* 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>
|
|
|
|
|
|
|
| |
* 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.
|
|
|
|
|
|
|
| |
Reported by Marek Benc.
* doc/guix.texi (Initial RAM Disk): Remove ".ko" from the 'base-initrd'
example. Add a comment.
|
|
|
|
|
|
|
|
|
|
| |
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.
|
|
|
|
|
| |
* tests/ui.scm ("show-manifest-transaction"): Remove useless call to
'manifest-transaction-effects'.
|
|
|
|
|
|
| |
This is a followup to 46b8aad.
* guix/ui.scm (call-with-error-handling): Add 'nar-error?' case.
|
|
|
|
|
|
| |
'nix-setuid-helper' vanished in commit d43eb499a (Jan. 2014.)
* pre-inst-env.in: Remove occurrences of 'NIX_SETUID_HELPER'.
|