| Commit message (Expand) | Author | Age |
* | gnu: Add ruby-ci-reporter.•••* gnu/packages/ruby.scm (ruby-ci-reporter): New variable.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: Add ruby-atoulme-saikuro.•••* gnu/packages/ruby.scm (ruby-atoulme-saikuro): New variable.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: Add ruby-simplecov.•••* gnu/packages/ruby.scm (ruby-simplecov): New variable.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: Add sparsehash.•••* gnu/packages/crypto.scm (sparsehash): New variable.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: Add cereal.•••* gnu/packages/serialization.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus | 2015-11-30 |
* | gnu: xorriso: Update to 1.4.2.•••* gnu/packages/cdrom.scm (xorriso): Update to 1.4.2.
| Efraim Flashner | 2015-11-30 |
* | gnu: python: Move tkinter to "tk" output.•••* gnu/packages/python.scm (python-2)[outputs]: New field.
[arguments]: Add 'move-tk-inter' phase.
(python2-minimal, python-minimal, wrap-python3)[outputs]: New field.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python: Clarify and shorten the list of built-time modules.•••* gnu/packages/python.scm (python-2)[arguments]: Make the #:modules list
shorter.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python: Do not record configure flags.•••This reduces the number of run-time dependencies of python-2 from 25 to
15, corresponding only to ~4 MiB.
* gnu/packages/python.scm (python-2)[arguments]: Add
'do-not-record-configure-flags' phase.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python: Factorize configure flags with minimal variants.•••* gnu/packages/python.scm (python2-minimal, python-minimal)[arguments]:
Reuse the inherited configure flags, and just add
--without-system-ffi.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python: Make 'sys.version' deterministic.•••* gnu/packages/patches/python-2-deterministic-build-info.patch,
gnu/packages/patches/python-3-deterministic-build-info.patch: New
files.
* gnu/packages/python.scm (python-2, python): Use them.
* gnu-system.am (dist_patch_DATA): Add them.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.•••* gnu/packages/python.scm (python-2)[arguments]: Set SOURCE_DATE_EPOCH
to 1 to match what the daemon does.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): Likewise.
| Ludovic Courtès | 2015-11-29 |
* | gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.•••* gnu/packages/patches/python-2.7-source-date-epoch.patch: New file.
* gnu/packages/python.scm (python-2)[source]: Use it.
[arguments]: Set SOURCE_DATE_EPOCH in 'patch-lib-shells' phase.
* guix/build/python-build-system.scm (set-SOURCE-DATE-EPOCH): New
procedure.
(%standard-phases): Add it.
* gnu-system.am (dist_patch_DATA): Add patch.
| Ludovic Courtès | 2015-11-29 |
* | gnu: tcl: Produce 'tclIndex' files deterministically.•••* gnu/packages/patches/tcl-mkindex-deterministic.patch: New patch.
* gnu/packages/tcl.scm (tcl)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Ludovic Courtès | 2015-11-29 |
* | tk: Hardcode path to TK_LIBRARY.•••Fixes <http://bugs.gnu.org/20889>.
* gnu/packages/patches/tk-find-library.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/tcl.scm (tk)[source]: Add patch.
| 宋文武 | 2015-11-29 |
* | gnu: Add perl-dbd-mysql.•••* gnu/packages/databases.scm (perl-dbd-mysql): New variable.
| Ricardo Wurmus | 2015-11-29 |
* | gnu: Add Rakarrack.•••* gnu/packages/audio.scm (rakarrack): New variable.
| Ricardo Wurmus | 2015-11-29 |
* | gnu: xfce-session: Enable shutdown/reboot menu entries.•••* gnu/packages/xfce.scm (xfce-session)[inputs]: Add upower and polkit.
[source]: Replace paths to "shutdown" with "halt" and "restart".
| Ricardo Wurmus | 2015-11-29 |
* | gnu: weechat: Dynamically link against libpython2.7.so.•••* gnu/packages/patches/weechat-python.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/weechat.scm (weechat)[source]: Use it.
| Ludovic Courtès | 2015-11-29 |
* | gnu: guile-next: Update to 2.1.1.•••* gnu/packages/guile.scm (guile-next)[source]: Update to 2.1.1.
[arguments, native-inputs]: Move to...
(guile-for-guile-emacs): ... here. New fields.
| Ludovic Courtès | 2015-11-29 |
* | gnu: jasper: Patch CVE-2008-3522.•••* gnu/packages/patches/jasper-CVE-2008-3522.patch: New file.
* gnu/packages/image.scm (jasper)[source]: Use it.
* gnu-system.am (dist_patch_DATA): Add it.
| Ludovic Courtès | 2015-11-28 |
* | gnu: tor: Update to 0.2.7.5.•••* gnu/packages/tor.scm (tor): Update to 0.2.7.5.
| Ludovic Courtès | 2015-11-27 |
* | gnu: eigen: Really run tests in verbose mode.•••Suggested by Gaël Guennebaud <gael.guennebaud@inria.fr>.
* gnu/packages/algebra.scm (eigen)[arguments]: Remove #:test-target.
Rename 'build-tests' phase to 'check', and have it run 'ctest -V'.
| Ludovic Courtès | 2015-11-27 |
* | gnu: gp2c: Update to 0.0.9pl4.•••* gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl4.
| Andreas Enge | 2015-11-27 |
* | gnu: python-pickleshare: Add python-setuptools to native-inputs.•••* gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add
python-setuptools.
| Efraim Flashner | 2015-11-26 |
* | gnu: python-pathpy: Add python-setuptools to native-inputs.•••* gnu/packages/python.scm (python-pathpy)[native-inputs]: Add
python-setuptools.
| Efraim Flashner | 2015-11-26 |
* | gnu: python2-oauthlib: Override python2-cryptography in inputs.•••* gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited
"python2-cryptography" in inputs.
| Efraim Flashner | 2015-11-26 |
* | gnu: python-oauthlib: Update to 1.0.3.•••* gnu/packages/python.scm (python-oauthlib): Update to 1.0.3.
[native-inputs]: Move python-setuptools, python-nose, python mock here.
Add python-coverage.
[inputs]: Add python-blinker, python-cryptography, python-pyjwt.
| Efraim Flashner | 2015-11-25 |
* | gnu: python2-unittest2: Use python2-setuptools.•••* gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from
python-setuptools to python2-setuptools.
| Efraim Flashner | 2015-11-25 |
* | gnu: Add kodi.•••* gnu/packages/kodi.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| David Thompson | 2015-11-25 |
* | gnu: Add jasper.•••* gnu/packages/image.scm (jasper): New variable.
| David Thompson | 2015-11-25 |
* | gnu: Add tinyxml.•••* gnu/packages/xml.scm (tinyxml): New variable.
* gnu/packages/patches/tinyxml-use-stl.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
| David Thompson | 2015-11-25 |
* | gnu: Add eyeD3.•••* gnu/packages/mp3.scm (eyed3): New variable.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Leo Famulari | 2015-11-25 |
* | gnu: Add Ragel.•••* gnu/packages/ragel.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ricardo Wurmus | 2015-11-25 |
* | gnu: dico: Sort entries in .a files deterministically.•••* gnu/packages/patches/dico-libtool-deterministic.patch: New file.
* gnu/packages/dico.scm (dico)[source]: Use it.
[arguments]: Add #:make-flags.
* gnu-system.am (dist_patch_DATA): Add the patch.
| Ludovic Courtès | 2015-11-25 |
* | gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].•••* gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.3.2
| Leo Famulari | 2015-11-24 |
* | gnu: Add GNU Dico.•••* gnu/packages/dico.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
| Ludovic Courtès | 2015-11-24 |
* | gnu: python-pyjwt: Update to 1.4.0.•••* gnu/packages/python.scm (python-pyjwt): Update to 1.4.0.
[native-inputs]: Move python-setuptools here, add python-pytest-runner.
| Efraim Flashner | 2015-11-24 |
* | gnu: python-pytest-runner: Add python-setuptools as native-input.•••* gnu/packages/python.scm (python-pytest-runner)[native-input]: Add
python-setuptools.
| Efraim Flashner | 2015-11-24 |
* | gnu: python-setuptools-scm: Update to 1.9.0.•••* gnu/packages/python.scm (python-setuptools-scm): Update to 1.9.0.
[native-inputs]: Add python-setuptools.
| Efraim Flashner | 2015-11-24 |
* | gnu: gnuplot: Update to 5.0.1.•••* gnu/packages/maths.scm (gnuplot): Update to 5.0.1.
(native-inputs): 'texlive' -> 'texlive-bin'.
| Eric Bavier | 2015-11-24 |
* | gnu: ruby-simplecov-html: Fix hash and disable tests.•••* gnu/packages/ruby.scm (ruby-simplecov-html)[source]: Replace incorrect
hash.
[arguments]: Disable tests.
| Ricardo Wurmus | 2015-11-24 |
* | gnu: enca: Add file-name field to source.•••* gnu/packages/textutils.scm (enca): Add file-name field to source.
| Taylan Ulrich Bayırlı/Kammer | 2015-11-23 |
* | gnu: recode: Add file-name field to source.•••* gnu/packages/textutils.scm (recode): Add file-name field to source.
| Taylan Ulrich Bayırlı/Kammer | 2015-11-23 |
* | gnu: Fix a few 'source-file-name' lint warnings.•••* gnu/packages/firmware.scm (ath9k-htc-firmware)[source](file-name): New
field.
* gnu/packages/gnunet.scm (guile-gnunet)[source](file-name): New field.
* gnu/packages/guile.scm (guile-next)[source](file-name): New field.
(guile-minikanren)[source](file-name): New field
(guile-gdbm-ffi)[source](file-name): New field.
* gnu/packages/ssh.scm (guile-ssh)[source](file-name): New field.
| Ludovic Courtès | 2015-11-23 |
* | gnu: tig: Update to 2.1.1.•••* gnu/packages/version-control.scm (tig): Update to 2.1.1.
| Efraim Flashner | 2015-11-21 |
* | gnu: cvs: Use external zlib.•••* gnu/packages/version-control.scm (cvs)[arguments]: add configure flag
--with-exernal-zlib.
| Efraim Flashner | 2015-11-21 |
* | gnu: nano: Update to 2.4.3.•••* gnu/packages/nano.scm (nano): Update to 2.4.3.
| Efraim Flashner | 2015-11-21 |
* | gnu: parted: Update to 3.2.•••* gnu/packages/disk.scm (parted): Update to 3.2.
[inputs]: Add lvm2 and remove check. Replace readline-6.2 with its
latest version.
[native-inputs]: Add perl and python for the tests.
[arguments]: Use `modify-phases' and adapt to the new tests.
[home-page]: Use https.
| Mathieu Lirzin | 2015-11-21 |
* | gnu: Add qemu-minimal.•••* gnu/packages/qemu.scm (qemu): Exchange with former QEMU-HEADLESS.
(qemu-headless): Rename to...
(qemu-minimal): ... this. New variable. Pass --target-list.
* gnu/packages/debug.scm (qemu-2.3.0): Inherit from QEMU-MINIMAL.
* gnu/packages/grub.scm (qemu-for-tests): Likewise.
* gnu/system/vm.scm (expression->derivation-in-linux-vm, qemu-image):
Update to name change.
| Ludovic Courtès | 2015-11-21 |