summaryrefslogtreecommitdiff
path: root/gnu/packages
Commit message (Collapse)AuthorAge
* gnu: gcc-final: Remove unnecessary CPPFLAGS.Ludovic Courtès2015-12-11
| | | | | * gnu/packages/commencement.scm (gcc-final)[arguments]: Remove unnecessary CPPFLAGS from #:make-flags.
* gnu: commencement: Restrict allowed references for libstdc++.Ludovic Courtès2015-12-10
| | | | | * gnu/packages/commencement.scm (libstdc++)[arguments]: Add #:allowed-references.
* gnu: texinfo: Remove unneeded dependency on xz.Ludovic Courtès2015-12-10
| | | | | | | | | | The impetus for this is that XZ 5.2.2 requires pthreads. However, when using the bootstrap GCC, using '-pthread' doesn't work because it tries to refer to /nix/store/eeeeee-glibc-2.18. XZ eventually fails to build with undefined references to pthread symbols. * gnu/packages/texinfo.scm (texinfo)[inputs]: Remove XZ, which was unneeded.
* gnu: libarchive: Fix test failure on SELinux systems.Ludovic Courtès2015-12-09
| | | | | | | | | Reported by Jan Synáček <jan.synacek@gmail.com> at <https://lists.gnu.org/archive/html/guix-devel/2015-11/msg00522.html>. * gnu/packages/patches/libarchive-bsdtar-test.patch: New file. * gnu/packages/backup.scm (libarchive)[source]: Use it. * gnu-system.am (dist_patch_DATA): Add it.
* gnu: Move pkg-config to native inputs.Mathieu Lirzin2015-12-06
| | | | | | | * gnu/packages/glib.scm (gobject-introspection)[native-inputs]: Move pkg-config from inputs. * gnu/packages/pulseaudio.scm (libsndfile, libsamplerate) (pulseaudio)[native-inputs]: Likewise.
* gnu: gmp: Drop patch included in release 6.1.0.Andreas Enge2015-12-02
| | | | | | * gnu/packages/multiprecision.scm (gmp)[source]: Drop patch. * gnu/packages/patches/gmp-arm-asm-nothumb.patch: Remove patch. * gnu-system.am (dist_patch_DATA): Unregister patch.
* ld-wrapper: Compute the library search path globally.Ludovic Courtès2015-11-28
| | | | | | | | | | Fixes <http://bugs.gnu.org/21941>. * gnu/packages/ld-wrapper.in (library-search-path): New procedure. (library-files-linked): Add 'library-path' parameter. Use it. Do not thread it in 'fold'. (ld-wrapper): Add call to 'library-search-path' and pass the result to 'library-files-linked'. When debugging, print the value of PATH.
* gnu: gmp: Update to 6.1.0.Andreas Enge2015-11-25
| | | | * gnu/packages/multiprecision.scm (gmp): Update to 6.1.0.
* gnu: procps: Update to 3.3.11.宋文武2015-11-16
| | | | | | | | | | procps-ng is the new upstream. * gnu/packages/procps.scm (procps): Update to 3.3.11. [source]: Adjust formatting. Remove patches. [home-page]: Update URL. * gnu/packages/patches/procps-make-3.82.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove it.
* gnu: file: Update to 5.25.宋文武2015-11-16
| | | | * gnu/packages/file.scm (file): Update to 5.25.
* gnu: emacs: Honor 'SOURCE_DATE_EPOCH'.Alex Kost2015-11-14
| | | | | | | | Suggested by Ludovic Courtès <ludo@gnu.org>. * gnu/packages/patches/emacs-source-date-epoch.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/emacs.scm (emacs)[source]: Use it.
* gnu: xz: Update to 5.2.2.Ludovic Courtès2015-11-07
| | | | * gnu/packages/compression.scm (xz): Update to 5.2.2.
* gnu: grep: Update to 2.22.Ludovic Courtès2015-11-07
| | | | | | | * gnu/packages/base.scm (grep): Upgrade to 2.22. Remove 'grep-CVE-2015-1345.patch'. * gnu/packages/patches/grep-CVE-2015-1345.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
* gnu: ghc: Add GHC_PACKAGE_PATH native search path.Eric Bavier2015-10-29
| | | | | | | | | | | | Benefits include: 'guix environment' more useful for ghc libraries, more useful 'guix package --search-paths' for installed ghc libraries, cleaner package recipes: no longer need to propagate runtime package dependencies. * guix/build/haskell-build-system.scm (configure): Unset GHC_PACKAGE_PATH around cabal configure. (make-ghc-package-database): Use pattern directory search. (register): Install complete package database for the current package. * gnu/packages/haskell.scm (ghc): Add native-search-paths field.
* gnu: unzip: Reorganize security fixes for improved clarity.Mark H Weaver2015-10-23
| | | | | | | | | | * gnu/packages/patches/unzip-fix-overflows-and-infloop.patch: Delete file. Its contents are now split into the following new files: * gnu/packages/patches/unzip-CVE-2015-7696.patch, gnu/packages/patches/unzip-CVE-2015-7697.patch, gnu/packages/patches/unzip-overflow-on-invalid-input.patch: New files. * gnu-system.am (dist_patch_DATA): Adjust accordingly. * gnu/packages/zip.scm (unzip)[source]: Adjust patches accordingly.
* gnu: recutils: Build the Bash builtin, readrec.Leo Famulari2015-10-21
| | | | | | | | * gnu/packages/databases.scm (recutils)[native-inputs]: Add bash:include. [arguments]: Add configure-flag with path to headers provided by bash:include. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bash: Use 'install-file' instead of 'mkdir-p' and 'copy-file'.Leo Famulari2015-10-21
| | | | | | | * gnu/packages/bash.scm (bash): Use 'install-file' instead of 'mkdir-p' and 'copy-file'. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: bash: Install more headers in "include" output.Leo Famulari2015-10-21
| | | | | | | * gnu/packages/bash.com (bash): Include contents of include directory in "include" output. Signed-off-by: Ludovic Courtès <ludo@gnu.org>
* gnu: gnu-pw-mgr: Update to 1.6.Ludovic Courtès2015-10-21
| | | | * gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 1.6.
* gnu: help2man: Update to 1.47.2.Ludovic Courtès2015-10-21
| | | | * gnu/packages/man.scm (help2man): Update to 1.47.2.
* gnu: less: Update to 481.Ludovic Courtès2015-10-21
| | | | * gnu/packages/less.scm (less): Update to 481.
* gnu: freeipmi: Update to 1.4.10.Ludovic Courtès2015-10-21
| | | | * gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.10.
* gnu: Add evilwm.Eric Bavier2015-10-20
| | | | * gnu/packages/wm.scm (evilwm): New variable.
* font-alias: Install dummy fonts.dir files.Eric Bavier2015-10-20
| | | | | * gnu/packages/xorg.scm (font-alias)[arguments]: New 'install-fonts-dir' phase.
* gnu: Add xlsfonts.Eric Bavier2015-10-20
| | | | * gnu/packages/xorg.scm (xlsfonts): New variable.
* Revert "gnu: giflib: Update to 5.1.1."Mark H Weaver2015-10-20
| | | | This reverts commit a5d06c0c53a51a6fc4b5802cf282a961cc24655f.
* Revert "gnu: curl: Update to 7.45.0."Mark H Weaver2015-10-20
| | | | This reverts commit 075c3ebd2dc3d8223e23025ceb5026810dfaa98d.
* gnu: giflib: Update to 5.1.1.Efraim Flashner2015-10-20
| | | | * gnu/packages/image.scm (giflib): Update to 5.1.1.
* gnu: gnurl: Update to 7.45.0.Andreas Enge2015-10-20
| | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.45.0.
* gnu: curl: Update to 7.45.0.Andreas Enge2015-10-20
| | | | * gnu/packages/curl.scm (curl): Update to 7.45.0.
* gnu: units: Update to 2.12.Efraim Flashner2015-10-20
| | | | * gnu/packages/maths.scm (units): Update to 2.12.
* gnu: elogind: Provide the file name of 'halt' and 'reboot'.Ludovic Courtès2015-10-18
| | | | * gnu/packages/freedesktop.scm (elogind)[inputs]: Add DMD.
* gnu: gnurl: Update to 7.44.0.Andreas Enge2015-10-18
| | | | * gnu/packages/gnunet.scm (gnurl): Update to 7.44.0.
* gnu: calibre: Update to 2.41.0.Andreas Enge2015-10-17
| | | | * gnu/packages/ebook.scm (calibre): Update to 2.41.0.
* gnu: youtube-dl: Update to 2015.10.16.Efraim Flashner2015-10-18
| | | | * gnu/packages/video.scm (youtube-dl): Update to 2015.10.16.
* gnu: ngs-sdk: Correct typo.Andreas Enge2015-10-17
| | | | * gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo.
* gnu: ngs-sdk: Remove unsupported systems.Andreas Enge2015-10-17
| | | | | * gnu/packages/bioinformatics.scm (ngs-sdk)[supported-systems]: Keep only x86 based systems.
* gnu: chess: Update to 6.2.2.Efraim Flashner2015-10-17
| | | | * gnu/packages/games.scm (chess): Update to 6.2.2.
* gnu: non-sequencer: Disable SSE when not building on x86_64.Ricardo Wurmus2015-10-17
| | | | | * gnu/packages/music.scm (non-sequencer)[arguments]: Add "--disable-sse" flag when not building on x86_64.
* gnu: fastcap: Remove non-free file.Federico Beffa2015-10-17
| | | | * gnu/packages/engineering.scm (fastcap): Do it.
* gnu: fastcap: Fix 'fix-doc phase.Federico Beffa2015-10-17
| | | | | * gnu/packages/engineering.scm (fastcap): Adapt documentation generation to change in TeXLive 2015.
* gnu: complexity: Update to 1.3.Ludovic Courtès2015-10-17
| | | | * gnu/packages/code.scm (complexity): Update to 1.3.
* gnu: mutt: Update to 1.5.24.Andreas Enge2015-10-16
| | | | | | | * 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.
* gnu: Add bspwm.xd1le2015-10-16
| | | | | | * gnu/packages/wm.scm (bspwm): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add sxhkd.xd1le2015-10-16
| | | | | | * gnu/packages/xdisorg.scm (sxhkd): New variable. Signed-off-by: Alex Kost <alezost@gmail.com>
* gnu: Add python-libarchive-c.Ludovic Courtès2015-10-15
| | | | | * gnu/packages/python.scm (python-libarchive-c, python2-libarchive-c): New variables.
* gnu: Add python-tlsh.Ludovic Courtès2015-10-15
| | | | * gnu/packages/python.scm (python-tlsh, python2-tlsh): New variable.
* gnu: Add ruby-yard.Ben Woodcroft2015-10-15
| | | | * gnu/packages/ruby.scm (ruby-yard): New variable.
* gnu: Add ruby-rspec-2.Ben Woodcroft2015-10-15
| | | | * gnu/packages/ruby.scm (ruby-rspec-2): New variable.
* gnu: Add ruby-rspec-mocks-2.Ben Woodcroft2015-10-15
| | | | * gnu/packages/ruby.scm (ruby-rspec-mocks-2): New variable.