Age | Commit message (Expand) | Author |
2015-12-06 | gnu: Move pkg-config to native inputs....* gnu/packages/glib.scm (gobject-introspection)[native-inputs]: Move
pkg-config from inputs.
* gnu/packages/pulseaudio.scm (libsndfile, libsamplerate)
(pulseaudio)[native-inputs]: Likewise.
| Mathieu Lirzin |
2015-12-02 | gnu: gmp: Drop patch included in release 6.1.0....* 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.
| Andreas Enge |
2015-11-28 | ld-wrapper: Compute the library search path globally....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.
| Ludovic Courtès |
2015-11-25 | gnu: gmp: Update to 6.1.0....* gnu/packages/multiprecision.scm (gmp): Update to 6.1.0.
| Andreas Enge |
2015-11-16 | gnu: procps: Update to 3.3.11....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.
| 宋文武 |
2015-11-16 | gnu: file: Update to 5.25....* gnu/packages/file.scm (file): Update to 5.25.
| 宋文武 |
2015-11-14 | gnu: emacs: Honor 'SOURCE_DATE_EPOCH'....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.
| Alex Kost |
2015-11-07 | gnu: xz: Update to 5.2.2....* gnu/packages/compression.scm (xz): Update to 5.2.2.
| Ludovic Courtès |
2015-11-07 | gnu: grep: Update to 2.22....* 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.
| Ludovic Courtès |
2015-10-29 | gnu: ghc: Add GHC_PACKAGE_PATH native search path....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.
| Eric Bavier |
2015-10-23 | gnu: unzip: Reorganize security fixes for improved clarity....* 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.
| Mark H Weaver |
2015-10-21 | gnu: recutils: Build the Bash builtin, readrec....* 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>
| Leo Famulari |
2015-10-21 | gnu: bash: Use 'install-file' instead of 'mkdir-p' and 'copy-file'....* gnu/packages/bash.scm (bash): Use 'install-file' instead of 'mkdir-p'
and 'copy-file'.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Leo Famulari |
2015-10-21 | gnu: bash: Install more headers in "include" output....* gnu/packages/bash.com (bash): Include contents of include directory in
"include" output.
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
| Leo Famulari |
2015-10-21 | packages: Update 'check-package-freshness' to use (guix upstream)....This is a followup to 0a7c5a0.
Reported by Efraim Flashner <efraim@flashner.co.il>.
* gnu/packages.scm (check-package-freshness): Update to the new (guix
upstream) interface.
| Ludovic Courtès |
2015-10-21 | gnu: gnu-pw-mgr: Update to 1.6....* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 1.6.
| Ludovic Courtès |
2015-10-21 | gnu: help2man: Update to 1.47.2....* gnu/packages/man.scm (help2man): Update to 1.47.2.
| Ludovic Courtès |
2015-10-21 | gnu: less: Update to 481....* gnu/packages/less.scm (less): Update to 481.
| Ludovic Courtès |
2015-10-21 | gnu: freeipmi: Update to 1.4.10....* gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.10.
| Ludovic Courtès |
2015-10-20 | gnu: Add evilwm....* gnu/packages/wm.scm (evilwm): New variable.
| Eric Bavier |
2015-10-20 | services: xorg: Include font-alias in default FontPath....* gnu/services/xorg.scm (xorg-configuration-file): Add font-alias directories
to xserver.conf FontPath.
| Eric Bavier |
2015-10-20 | font-alias: Install dummy fonts.dir files....* gnu/packages/xorg.scm (font-alias)[arguments]: New 'install-fonts-dir'
phase.
| Eric Bavier |
2015-10-20 | gnu: Add xlsfonts....* gnu/packages/xorg.scm (xlsfonts): New variable.
| Eric Bavier |
2015-10-20 | Revert "gnu: giflib: Update to 5.1.1."...This reverts commit a5d06c0c53a51a6fc4b5802cf282a961cc24655f.
| Mark H Weaver |
2015-10-20 | Revert "gnu: curl: Update to 7.45.0."...This reverts commit 075c3ebd2dc3d8223e23025ceb5026810dfaa98d.
| Mark H Weaver |
2015-10-20 | gnu: giflib: Update to 5.1.1....* gnu/packages/image.scm (giflib): Update to 5.1.1.
| Efraim Flashner |
2015-10-20 | gnu: gnurl: Update to 7.45.0....* gnu/packages/gnunet.scm (gnurl): Update to 7.45.0.
| Andreas Enge |
2015-10-20 | gnu: curl: Update to 7.45.0....* gnu/packages/curl.scm (curl): Update to 7.45.0.
| Andreas Enge |
2015-10-20 | gnu: units: Update to 2.12....* gnu/packages/maths.scm (units): Update to 2.12.
| Efraim Flashner |
2015-10-18 | gnu: elogind: Provide the file name of 'halt' and 'reboot'....* gnu/packages/freedesktop.scm (elogind)[inputs]: Add DMD.
| Ludovic Courtès |
2015-10-18 | gnu: gnurl: Update to 7.44.0....* gnu/packages/gnunet.scm (gnurl): Update to 7.44.0.
| Andreas Enge |
2015-10-17 | gnu: calibre: Update to 2.41.0....* gnu/packages/ebook.scm (calibre): Update to 2.41.0.
| Andreas Enge |
2015-10-18 | gnu: youtube-dl: Update to 2015.10.16....* gnu/packages/video.scm (youtube-dl): Update to 2015.10.16.
| Efraim Flashner |
2015-10-17 | gnu: ngs-sdk: Correct typo....* gnu/packages/bioinformatics.scm (ngs-sdk): Correct typo.
| Andreas Enge |
2015-10-17 | gnu: ngs-sdk: Remove unsupported systems....* gnu/packages/bioinformatics.scm (ngs-sdk)[supported-systems]: Keep only x86
based systems.
| Andreas Enge |
2015-10-17 | gnu: chess: Update to 6.2.2....* gnu/packages/games.scm (chess): Update to 6.2.2.
| Efraim Flashner |
2015-10-17 | gnu: non-sequencer: Disable SSE when not building on x86_64....* gnu/packages/music.scm (non-sequencer)[arguments]: Add "--disable-sse"
flag when not building on x86_64.
| Ricardo Wurmus |
2015-10-17 | gnu: fastcap: Remove non-free file....* gnu/packages/engineering.scm (fastcap): Do it.
| Federico Beffa |
2015-10-17 | gnu: fastcap: Fix 'fix-doc phase....* gnu/packages/engineering.scm (fastcap): Adapt documentation generation to
change in TeXLive 2015.
| Federico Beffa |
2015-10-17 | install: Set the mtime in the binary tarball to 1....Reported by anthk_ on #guix in Sept. 2015.
* gnu/system/install.scm (self-contained-tarball): Use --mtime=@1
instead of --mtime=@0.
| Ludovic Courtès |
2015-10-17 | gnu: complexity: Update to 1.3....* gnu/packages/code.scm (complexity): Update to 1.3.
| Ludovic Courtès |
2015-10-17 | file-systems: Do not truncate mount points that already exist....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.
| Ludovic Courtès |
2015-10-16 | gnu: mutt: Update to 1.5.24....* 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.
| Andreas Enge |
2015-10-16 | gnu: Add bspwm....* gnu/packages/wm.scm (bspwm): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| xd1le |
2015-10-16 | gnu: Add sxhkd....* gnu/packages/xdisorg.scm (sxhkd): New variable.
Signed-off-by: Alex Kost <alezost@gmail.com>
| xd1le |
2015-10-15 | system: Define 'GST_PLUGIN_PATH' in /etc/profile....* gnu/system.scm (operating-system-etc-service)[profile]: Add
'GST_PLUGIN_PATH' definition.
| Ludovic Courtès |
2015-10-15 | gnu: Add python-libarchive-c....* gnu/packages/python.scm (python-libarchive-c, python2-libarchive-c):
New variables.
| Ludovic Courtès |
2015-10-15 | gnu: Add python-tlsh....* gnu/packages/python.scm (python-tlsh, python2-tlsh): New variable.
| Ludovic Courtès |
2015-10-15 | gnu: Add ruby-yard....* gnu/packages/ruby.scm (ruby-yard): New variable.
| Ben Woodcroft |
2015-10-15 | gnu: Add ruby-rspec-2....* gnu/packages/ruby.scm (ruby-rspec-2): New variable.
| Ben Woodcroft |