summary refs log tree commit diff
path: root/gnu
AgeCommit message (Collapse)Author
2015-10-17gnu: fastcap: Remove non-free file.Federico Beffa
* gnu/packages/engineering.scm (fastcap): Do it.
2015-10-17gnu: fastcap: Fix 'fix-doc phase.Federico Beffa
* gnu/packages/engineering.scm (fastcap): Adapt documentation generation to change in TeXLive 2015.
2015-10-17install: Set the mtime in the binary tarball to 1.Ludovic Courtès
Reported by anthk_ on #guix in Sept. 2015. * gnu/system/install.scm (self-contained-tarball): Use --mtime=@1 instead of --mtime=@0.
2015-10-17gnu: complexity: Update to 1.3.Ludovic Courtès
* gnu/packages/code.scm (complexity): Update to 1.3.
2015-10-17file-systems: Do not truncate mount points that already exist.Ludovic Courtès
Reported by David Thompson <dthompson2@worcester.edu> at <https://lists.gnu.org/archive/html/guix-devel/2015-10/msg00284.html>. * gnu/build/file-systems.scm (mount-file-system): When SOURCE matches 'regular-file?', do not create MOUNT-POINT if it already exists. This fixes a bug whereby we would be truncating MOUNT-POINT if it already existed.
2015-10-16gnu: mutt: Update to 1.5.24.Andreas Enge
* gnu/packages/patches/mutt-CVE-2014-9116.patch: Delete file. * gnu/packages/mail.scm (mutt): Update to 1.5.24. [source]: Update and remove patch. * gnu-system.am (dist_patch_DATA): Unregister removed patch.
2015-10-16gnu: Add bspwm.xd1le
* gnu/packages/wm.scm (bspwm): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-10-16gnu: Add sxhkd.xd1le
* gnu/packages/xdisorg.scm (sxhkd): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
2015-10-15system: Define 'GST_PLUGIN_PATH' in /etc/profile.Ludovic Courtès
* gnu/system.scm (operating-system-etc-service)[profile]: Add 'GST_PLUGIN_PATH' definition.
2015-10-15gnu: Add python-libarchive-c.Ludovic Courtès
* gnu/packages/python.scm (python-libarchive-c, python2-libarchive-c): New variables.
2015-10-15gnu: Add python-tlsh.Ludovic Courtès
* gnu/packages/python.scm (python-tlsh, python2-tlsh): New variable.
2015-10-15gnu: Add ruby-yard.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-yard): New variable.
2015-10-15gnu: Add ruby-rspec-2.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-rspec-2): New variable.
2015-10-15gnu: Add ruby-rspec-mocks-2.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-rspec-mocks-2): New variable.
2015-10-15gnu: Add ruby-rspec-expectations-2.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-rspec-expectations-2): New variable.
2015-10-15gnu: Add ruby-rspec-core-2.Ben Woodcroft
* gnu/packages/ruby.scm (ruby-rspec-core-2): New variable.
2015-10-15gnu: python-scipy: Add phase to fix tests.Ricardo Wurmus
* gnu/packages/python.scm (python-scipy)[arguments]: Add build phase "fix-tests".
2015-10-15gnu: python-scipy: Add numpydoc to native-inputs.Ricardo Wurmus
* gnu/packages/python.scm (python-numpydoc)[native-inputs]: Add python-numpydoc.
2015-10-14services: Unmount user file systems after process termination.Ludovic Courtès
* gnu/services/base.scm (user-unmount-service-type): Change label and dmd name to 'user-file-systems'. (user-processes-service-type)[requirement]: Add 'user-file-systems'.
2015-10-14services: Add 'dmd-service-back-edges'.Ludovic Courtès
* gnu/services/dmd.scm (dmd-service-back-edges): New procedure. * tests/services.scm ("dmd-service-back-edges"): New test.
2015-10-14services: Prefix <dmd-service> accessors with 'dmd-'.Ludovic Courtès
* gnu/services/dmd.scm (<dmd-service>): Prefix accessor identifiers with 'dmd-', as was intended. Update users accordingly.
2015-10-14services: 'dmd-service-type' takes a service name.Ludovic Courtès
* gnu/services/dmd.scm (dmd-service-type): Add 'service-name' parameter. * gnu/services/base.scm, gnu/services/networking.scm, gnu/system/install.scm: Adjust callers.
2015-10-14services: Export 'service-back-edges'.Ludovic Courtès
* gnu/services.scm: Export 'service-back-edges' and <service-type> accessors. * tests/services.scm ("service-back-edges"): New test.
2015-10-14gnu: diamond: Restrict supported systems to x86_64-linux.Ben Woodcroft
* gnu/packages/bioinformatics.scm (diamond) [supported-systems]: Restrict to x86_64-linux.
2015-10-14gnu: abbaye: Use 'sdl-union'.Alex Kost
* gnu/packages/games.scm (abbaye)[inputs]: Use 'sdl-union'. [arguments]: Adjust 'set-sdl-paths' phase accordingly.
2015-10-14gnu: icecat: Update to 38.3.0-gnu1.Mark H Weaver
* gnu/packages/patches/icecat-CVE-2015-4473-partial.patch, gnu/packages/patches/icecat-CVE-2015-4482.patch, gnu/packages/patches/icecat-CVE-2015-4488.patch, gnu/packages/patches/icecat-CVE-2015-4489.patch, gnu/packages/patches/icecat-CVE-2015-4491.patch, gnu/packages/patches/icecat-CVE-2015-4492.patch, gnu/packages/patches/icecat-CVE-2015-4495.patch, gnu/packages/patches/icecat-enable-acceleration-and-webgl.patch, gnu/packages/patches/icecat-libvpx-1.4.patch: Delete files. * gnu/packages/patches/icecat-avoid-bundled-includes.patch: New file. * gnu-system.am (dist_patch_DATA): Add new patch. Remove the deleted ones. * gnu/packages/gnuzilla.scm (icecat): Update to 38.3.0-gnu1. [source]: Add new patch. Remove the deleted ones. [inputs]: Add libxcomposite. [arguments]: Add 'ensure-no-mtimes-pre-1980' phase. Adapt 'remove-h264parse-from-blacklist' and 'arrange-to-link-libxul-with-libraries-it-might-dlopen' phases to the new version.
2015-10-13gnu: geiser: Update to 0.8.1.Alex Kost
* gnu/packages/emacs.scm (geiser): Update to 0.8.1.
2015-10-13gnu: python-rpy2: Add "zlib" to native-inputs.Ricardo Wurmus
* gnu/packages/python.scm (python-rpy2)[native-inputs]: Add "zlib".
2015-10-13gnu: python-scipy, python2-scipy: Update to 0.16.0.Ricardo Wurmus
* gnu/packages/python.scm (python-scipy, python2-scipy): Update to 0.16.0.
2015-10-13gnu: python-scipy, python2-scipy: Propagate Python inputs.Ricardo Wurmus
* gnu/packages/python.scm (python-scipy)[inputs]: Move "python-numpy", "python-matplotlib", and "python-pyparsing" to propagated-inputs; move "python-nose" and "python-sphinx" to native-inputs. [propagated-inputs]: New field. [native-inputs]: Move "python-nose" and "python-sphinx" from inputs field here. (python2-scipy): Modify propagated-inputs instead of inputs field.
2015-10-13gnu: icedtea6: Update to 1.13.8.Ricardo Wurmus
* gnu/packages/java.scm (icedtea6): Update to 1.13.8.
2015-10-13gnu: icedtea6: Replace "ant-bootstrap" with "ant".Ricardo Wurmus
* gnu/packages/java.scm (icedtea6)[native-inputs]: Replace "ant-bootstrap" with "ant". [arguments]: Remove steps to unpack and use "ant-bootstrap". (icedtea7)[native-inputs]: Remove explicit references to "ant-bootstrap" and "ant".
2015-10-13gnu: ant: Build with GCJ.Ricardo Wurmus
* gnu/packages/java.scm (ant)[native-inputs]: Replace "icedtea6" with "gcj".
2015-10-13gnu: gcj-4.8, gcj: Update to default GCC version.Ricardo Wurmus
* gnu/packages/gcc.scm (gcj-4.8): Inherit from "gcc" package and rename variable to... (gcj): ...this new variable. (ecj-bootstrap-4.8): Rename variable to... (ecj-bootstrap): ...this, updating to version 4.9. * gnu/packages/java.scm (icedtea6)[native-inputs]: Replace "gcj-4.8" with "gcj". * gnu/packages/music.scm (tuxguitar)[native-inputs]: Likewise.
2015-10-13gnu: abbaye: Use 'modify-phases'.Alex Kost
* gnu/packages/games.scm (abbaye)[arguments]: Use 'modify-phases'.
2015-10-13gnu: Add manaplus.Alex Kost
* gnu/packages/games.scm (manaplus): New variable.
2015-10-13doc: Update "Name Service Switch" to new service framework.Ludovic Courtès
* gnu/services/avahi.scm (avahi-service): Mention the extension of nscd. * doc/guix.texi (Networking Services): Update accordingly. (Name Service Switch): Remove '%my-base-services' example and explanation.
2015-10-12gnu: geiser: Update to 0.8.David Thompson
* gnu/packages/emacs.scm (geiser): Update to 0.8.
2015-10-12Merge branch 'core-updates'Ludovic Courtès
2015-10-12gnu: lilypond: Hardcode path to "gs" executable.Ricardo Wurmus
* gnu/packages/music.scm (lilypond)[arguments]: Add build phase "hardcode-path-to-gs".
2015-10-12gnu: Add python-traitlets.Ricardo Wurmus
* gnu/packages/python.scm (python-traitlets, python2-traitlets): New variables.
2015-10-12gnu: Add python-ipython-genutils.Ricardo Wurmus
* gnu/packages/python.scm (python-ipython-genutils, python2-ipython-genutils): New variables.
2015-10-12gnu: Add python-simplegeneric.Ricardo Wurmus
* gnu/packages/python.scm (python-simplegeneric, python2-simplegeneric): New variables.
2015-10-12gnu: Add python-pickleshare.Ricardo Wurmus
* gnu/packages/python.scm (python-pickleshare, python2-pickleshare): New variables.
2015-10-12gnu: Add python-pathpy.Ricardo Wurmus
* gnu/packages/python.scm (python-pathpy, python2-pathpy): New variables.
2015-10-12gnu: Add python-pytest-runner.Ricardo Wurmus
* gnu/packages/python.scm (python-pytest-runner, python2-pytest-runner): New variables.
2015-10-12gnu: Add python-setuptools-scm.Ricardo Wurmus
* gnu/packages/python.scm (python-setuptools-scm, python2-setuptools-scm): New variables.
2015-10-12gnu: Add python-pexpect.Ricardo Wurmus
* gnu/packages/python.scm (python-pexpect, python2-pexpect): New variables.
2015-10-12gnu: bwa: Disable on non-x86_64.Ricardo Wurmus
* gnu/packages/bioinformatics.scm (bwa)[supported-systems]: Add field.
2015-10-12gnu: sdl-union: Wrap into a procedure and export it.Alex Kost
Suggested by Ludovic Courtès <ludo@gnu.org>. * gnu/packages/sdl.scm (sdl-union): Make it a procedure returning 'sdl-union' package. (guile-sdl): Use it.