~ruther/guix-local

e946b609 — Ludovic Courtès 10 years ago
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.
90c59e97 — Andreas Enge 10 years ago
gnu: gmp: Update to 6.1.0.

* gnu/packages/multiprecision.scm (gmp): Update to 6.1.0.
0cc22848 — 宋文武 10 years ago
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.
b85d0984 — 宋文武 10 years ago
gnu: file: Update to 5.25.

* gnu/packages/file.scm (file): Update to 5.25.
6f4b23e6 — Alex Kost 10 years ago
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.
f7dbeb37 — Alex Kost 10 years ago
build-system/gnu: Set 'SOURCE_DATE_EPOCH'.

Suggested by Ludovic Courtès <ludo@gnu.org>.

* guix/build/gnu-build-system.scm (gnu-build): Set SOURCE_DATE_EPOCH for
  deterministic builds.
4655f515 — Ludovic Courtès 10 years ago
gnu: xz: Update to 5.2.2.

* gnu/packages/compression.scm (xz): Update to 5.2.2.
9eb681a0 — Ludovic Courtès 10 years ago
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.
e17d5133 — Eric Bavier 10 years ago
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.
c6e030b2 — Eric Bavier 10 years ago
utils: Have search-path-as-list pattern search for directories.

* guix/build/utils.scm (search-path-as-list)[pattern]: Check requested file
  type.  Check pattern against directory names.
* guix/search-paths.scm (evaluate-search-paths)[pattern]: Remove symlink hack.
71eb8438 — Mark H Weaver 10 years ago
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.
b747a9db — Leo Famulari 10 years ago
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>
c30f6523 — Leo Famulari 10 years ago
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>
3dcbb75f — Leo Famulari 10 years ago
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>
861be0cc — Ludovic Courtès 10 years ago
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.
1a1553db — Ludovic Courtès 10 years ago
gnu: gnu-pw-mgr: Update to 1.6.

* gnu/packages/gnu-pw-mgr.scm (gnu-pw-mgr): Update to 1.6.
74dc959c — Ludovic Courtès 10 years ago
gnu: help2man: Update to 1.47.2.

* gnu/packages/man.scm (help2man): Update to 1.47.2.
ee53a144 — Ludovic Courtès 10 years ago
gnu: less: Update to 481.

* gnu/packages/less.scm (less): Update to 481.
641dd73d — Ludovic Courtès 10 years ago
gnu: freeipmi: Update to 1.4.10.

* gnu/packages/freeipmi.scm (freeipmi): Update to 1.4.10.
102eac2a — Ludovic Courtès 10 years ago
import: cran: Add copyright notice.

Add notice for commit d882c23.
Next