summaryrefslogtreecommitdiff
path: root/gnu
Commit message (Collapse)AuthorAge
* gnu: python: Make 'sys.version' deterministic.Ludovic Courtès2015-11-29
| | | | | | | | * 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.
* gnu: python: Set SOURCE_DATE_EPOCH to 1 instead of 0.Ludovic Courtès2015-11-29
| | | | | | * 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.
* gnu: python-2: Honor 'SOURCE_DATE_EPOCH'.Ludovic Courtès2015-11-29
| | | | | | | | | | * 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.
* gnu: tcl: Produce 'tclIndex' files deterministically.Ludovic Courtès2015-11-29
| | | | | | * 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.
* tk: Hardcode path to TK_LIBRARY.宋文武2015-11-29
| | | | | | | | 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.
* gnu: Add perl-dbd-mysql.Ricardo Wurmus2015-11-29
| | | | * gnu/packages/databases.scm (perl-dbd-mysql): New variable.
* gnu: Add Rakarrack.Ricardo Wurmus2015-11-29
| | | | * gnu/packages/audio.scm (rakarrack): New variable.
* services: Add pkexec to setuid programs.Ricardo Wurmus2015-11-29
| | | | | * gnu/services/desktop.scm (polkit-setuid-programs): Add pkexec to list of setuid programs.
* gnu: xfce-session: Enable shutdown/reboot menu entries.Ricardo Wurmus2015-11-29
| | | | | * gnu/packages/xfce.scm (xfce-session)[inputs]: Add upower and polkit. [source]: Replace paths to "shutdown" with "halt" and "restart".
* gnu: weechat: Dynamically link against libpython2.7.so.Ludovic Courtès2015-11-29
| | | | | | * gnu/packages/patches/weechat-python.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/weechat.scm (weechat)[source]: Use it.
* gnu: guile-next: Update to 2.1.1.Ludovic Courtès2015-11-29
| | | | | | * gnu/packages/guile.scm (guile-next)[source]: Update to 2.1.1. [arguments, native-inputs]: Move to... (guile-for-guile-emacs): ... here. New fields.
* gnu: jasper: Patch CVE-2008-3522.Ludovic Courtès2015-11-28
| | | | | | * 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.
* services: tor: Store private data under /var/lib/tor.Ludovic Courtès2015-11-27
| | | | | | | | | * gnu/services/networking.scm (tor-configuration->torrc): Add 'DataDirectory' clause. Change 'HiddenServiceDir' to /var/lib/tor/hidden-services/NAME. (tor-hidden-service-activation): Create /var/lib/tor. (tor-hidden-service): Adjust docstring. * doc/guix.texi (Networking Services): Adjust accordingly.
* services: tor: Write to syslog.Ludovic Courtès2015-11-27
| | | | | | * gnu/services/networking.scm (tor-configuration->torrc): Add "Log notice syslog". (tor-dmd-service): Add 'syslogd' to 'requirement'.
* services: Add 'tor-hidden-service'.Ludovic Courtès2015-11-27
| | | | | | | | | | | | | * gnu/services/networking.scm (<tor-configuration>, <hidden-service>): New record types. (tor-configuration->torrc): New procedure. (tor-dmd-service): Use it. (tor-hidden-service-activation): New procedure. (tor-service-type)[extensions]: Extend ACTIVATION-SERVICE-TYPE. [compose, extend]: New fields. (tor-service): Use 'tor-configuration'. (tor-hidden-service-type): New variable. (tor-hidden-service): New procedure.
* services: lsh: Correctly handle #:interfaces option.Ludovic Courtès2015-11-27
| | | | | * gnu/services/ssh.scm (lsh-dmd-service)[lsh-command]: Pass a series of --interface flags instead of the nonexistent --interfaces option.
* gnu: tor: Update to 0.2.7.5.Ludovic Courtès2015-11-27
| | | | * gnu/packages/tor.scm (tor): Update to 0.2.7.5.
* gnu: eigen: Really run tests in verbose mode.Ludovic Courtès2015-11-27
| | | | | | | 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'.
* gnu: gp2c: Update to 0.0.9pl4.Andreas Enge2015-11-27
| | | | * gnu/packages/algebra.scm (gp2c): Update to 0.0.9pl4.
* gnu: python-pickleshare: Add python-setuptools to native-inputs.Efraim Flashner2015-11-26
| | | | | * gnu/packages/python.scm (python-pickleshare)[native-inputs]: Add python-setuptools.
* gnu: python-pathpy: Add python-setuptools to native-inputs.Efraim Flashner2015-11-26
| | | | | * gnu/packages/python.scm (python-pathpy)[native-inputs]: Add python-setuptools.
* gnu: python2-oauthlib: Override python2-cryptography in inputs.Efraim Flashner2015-11-26
| | | | | * gnu/packages/python.scm (python2-oauthlib)[inputs]: Override inherited "python2-cryptography" in inputs.
* services: Add network-manager-service.宋文武2015-11-26
| | | | | | * gnu/services/networking.scm (network-manager-service): New procedure. (network-manager-service-type, %network-manager-activation): New variables. (network-manager-dmd-service): New procedure.
* gnu: python-oauthlib: Update to 1.0.3.Efraim Flashner2015-11-25
| | | | | | | * 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.
* gnu: python2-unittest2: Use python2-setuptools.Efraim Flashner2015-11-25
| | | | | * gnu/packages/python.scm (python2-unittest2)[inputs]: Switch from python-setuptools to python2-setuptools.
* services: xorg: Export additional symbols.David Thompson2015-11-25
| | | | | | | | 'slim-configuration' and 'slim-service-type' are needed if one wishes to use 'modify-services' on a service list that includes the slim service. * gnu/services/xorg.scm: Export 'slim-configuration' and 'slim-service-type'.
* gnu: Add kodi.David Thompson2015-11-25
| | | | | * gnu/packages/kodi.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* gnu: Add jasper.David Thompson2015-11-25
| | | | * gnu/packages/image.scm (jasper): New variable.
* gnu: Add tinyxml.David Thompson2015-11-25
| | | | | | * gnu/packages/xml.scm (tinyxml): New variable. * gnu/packages/patches/tinyxml-use-stl.patch: New file. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Add eyeD3.Leo Famulari2015-11-25
| | | | | | * gnu/packages/mp3.scm (eyed3): New variable. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: Add Ragel.Ricardo Wurmus2015-11-25
| | | | | * gnu/packages/ragel.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* services: dmd: Spawn a REPL upon failure to load a service definition.Ludovic Courtès2015-11-25
| | | | | | | | Fixes <http://bugs.gnu.org/19779>. Reported by Mark H Weaver <mhw@netris.org>. * gnu/services/dmd.scm (dmd-configuration-file)[config]: Wrap 'primitive-load' calls in 'call-with-error-handling'.
* services: dmd: Strip the default list of modules.Ludovic Courtès2015-11-25
| | | | | | | | * gnu/services/dmd.scm (%default-imported-modules): Remove (gnu build file-systems). (%default-modules): Likewise, and remove (ice-9 ftw). * gnu/services/base.scm (file-system-service-type): Add 'modules' and 'imported-modules' fields.
* services: dmd: Add 'modules' and 'imported-modules' fields.Ludovic Courtès2015-11-25
| | | | | | | | | | | | | | * gnu/services/dmd.scm (%default-imported-modules, %default-modules): New variables. * gnu/services/dmd.scm (<dmd-service>)[modules, imported-modules]: New field. * gnu/services/dmd.scm (dmd-service-file-name, dmd-service-file): New procedures. (dmd-configuration-file)[modules]: Compute based on the 'imported-modules' field of SERVICES. (dmd-configuration-file): Remove 'use-modules' form. Use 'dmd-service-file', and call 'primitive-load' on each file. * doc/guix.texi (dmd Services): Document the new fields.
* gnu: dico: Sort entries in .a files deterministically.Ludovic Courtès2015-11-25
| | | | | | | * 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.
* gnu: libreoffice: Update to 5.0.3.2 [fixes CVE-2015-5214].Leo Famulari2015-11-24
| | | | * gnu/packages/libreoffice.scm (libreoffice): Update to 5.0.3.2
* gnu: Add GNU Dico.Ludovic Courtès2015-11-24
| | | | | * gnu/packages/dico.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
* services: dmd: Error out upon unmet dmd requirements.Ludovic Courtès2015-11-24
| | | | | | | | | * gnu/services/dmd.scm (assert-no-duplicates): Rename to... (assert-valid-graph): ... this. [provisions]: New variable. [assert-satisfied-requirements]: New procedure. Use it. * tests/guix-system.sh: Add test with unmet dmd requirements.
* gnu: python-pyjwt: Update to 1.4.0.Efraim Flashner2015-11-24
| | | | | * gnu/packages/python.scm (python-pyjwt): Update to 1.4.0. [native-inputs]: Move python-setuptools here, add python-pytest-runner.
* gnu: python-pytest-runner: Add python-setuptools as native-input.Efraim Flashner2015-11-24
| | | | | * gnu/packages/python.scm (python-pytest-runner)[native-input]: Add python-setuptools.
* gnu: python-setuptools-scm: Update to 1.9.0.Efraim Flashner2015-11-24
| | | | | * gnu/packages/python.scm (python-setuptools-scm): Update to 1.9.0. [native-inputs]: Add python-setuptools.
* gnu: gnuplot: Update to 5.0.1.Eric Bavier2015-11-24
| | | | | * gnu/packages/maths.scm (gnuplot): Update to 5.0.1. (native-inputs): 'texlive' -> 'texlive-bin'.
* gnu: ruby-simplecov-html: Fix hash and disable tests.Ricardo Wurmus2015-11-24
| | | | | | * gnu/packages/ruby.scm (ruby-simplecov-html)[source]: Replace incorrect hash. [arguments]: Disable tests.
* gnu: enca: Add file-name field to source.Taylan Ulrich Bayırlı/Kammer2015-11-23
| | | | * gnu/packages/textutils.scm (enca): Add file-name field to source.
* gnu: recode: Add file-name field to source.Taylan Ulrich Bayırlı/Kammer2015-11-23
| | | | * gnu/packages/textutils.scm (recode): Add file-name field to source.
* gnu: Fix a few 'source-file-name' lint warnings.Ludovic Courtès2015-11-23
| | | | | | | | | | * 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.
* gnu: tig: Update to 2.1.1.Efraim Flashner2015-11-21
| | | | * gnu/packages/version-control.scm (tig): Update to 2.1.1.
* gnu: cvs: Use external zlib.Efraim Flashner2015-11-21
| | | | | * gnu/packages/version-control.scm (cvs)[arguments]: add configure flag --with-exernal-zlib.
* gnu: nano: Update to 2.4.3.Efraim Flashner2015-11-21
| | | | * gnu/packages/nano.scm (nano): Update to 2.4.3.
* gnu: parted: Update to 3.2.Mathieu Lirzin2015-11-21
| | | | | | | | | * 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.