~ruther/guix-local

e4c3e2cd — Andreas Enge 10 years ago
gnu: bdb: Add configure flag to fix C++ header file.

* gnu/packages/databases.scm (bdb): Build with "--enable-cxx", which causes
  HAVE_CXX_STDHEADERS to be defined in db_cxx.h in the output.
41996f22 — Andreas Enge 10 years ago
gnu: bdb: Fix indentation.

* gnu/packages/databases.scm (bdb): Fix indentation.
6fd66b6c — Ludovic Courtès 10 years ago
gnu: Add emacs-debbugs.

* gnu/packages/emacs.scm (emacs-debbugs): New variable.
78edf44c — Siniša Biđin 10 years ago
gnu: Add ghc-xmonad-contrib.

* gnu/packages/wm.scm (ghc-xmonad-contrib): New variable.

Signed-off-by: Eric Bavier <bavier@member.fsf.org>
6e38c4be — Siniša Biđin 10 years ago
gnu: Add xmonad.

* gnu/packages/wm.scm (xmonad): New variable.

Co-authored-by: Eric Bavier <bavier@member.fsf.org>
574d9db2 — Mark H Weaver 10 years ago
services: elogind-configuration: Disable hibernation key by default.

* gnu/services/desktop.scm (<elogind-configuration>): Change the default value
  of the 'handle-hibernate-key' field to 'ignore'.
4307c476 — Mark H Weaver 10 years ago
services: Add udev rules for (upower colord elogind) to %desktop-services.

* gnu/services/desktop.scm (%desktop-services): Replace the 'udev-service'
  from %base-services.
* gnu/services/base.scm (%base-services): Add a comment to keep them in sync.
14454f0b — Mark H Weaver 10 years ago
file-systems: Add %elogind-file-systems; add it to %base-file-systems.

* gnu/system/file-systems.scm (%elogind-file-systems): New variable.
  (%base-file-systems): Add %elogind-file-systems.
3f208ad7 — Ludovic Courtès 10 years ago
guix build: '--log-file' can return URLs.

* guix/scripts/build.scm (%default-log-urls): New variable.
  (log-url): New procedure.
  (guix-build): Use it.
* doc/guix.texi (Invoking guix build): Document it.
6b02a448 — Ludovic Courtès 10 years ago
http-client: Backport delimited input port fix from Guile.

* guix/http-client.scm (make-delimited-input-port): Backport Guile
  commit 5a10e41.
  Monkey-patch 'make-delimited-input-port' for any Guile <= 2.0.11.
1c01a30d — Ludovic Courtès 10 years ago
http-client: Remove redundant import clause.

* guix/http-client.scm: Remove redundant #:use-module (guix utils).
8b94dffd — Eric Bavier 10 years ago
gnu: gnucash: Add Finance::Quote support.

* gnu/packages/patches/gnucash-price-quotes-perl.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/gnucash.scm (gnucash)[source]: Use it.
  [inputs]: Add perl-date-manip and perl-finance-quote.
  [arguments]: Add 'wrap-programs' phase.  Move below inputs.
a6d0b306 — Eric Bavier 10 years ago
guix: packages: Add transitive-input-references.

* guix/packages.scm (transitive-input-references): New procedure.
* gnu/packages/version-control.scm (package-transitive-propagated-labels*)
  (package-propagated-input-refs): Delete.
  (git)[arguments]: Adjust to transitive-input-references.
8b459932 — Eric Bavier 10 years ago
gnu: Add perl-finance-quote.

* gnu/packages/web.scm (perl-finance-quote): New variable.
* gnu/packages/patches/perl-finance-quote-unuse-mozilla-ca.patch: New patch.
* gnu-system.am (dist_patch_DATA): Add it.
bb1ba6b8 — Eric Bavier 10 years ago
gnu: Add perl-date-manip.

* gnu/packages/perl.scm (perl-date-manip): New variable.
9cf6c9fc — Eric Bavier 10 years ago
gnu: Add perl-html-tableextract.

* gnu/packages/web.scm (perl-html-tableextract): New variable.
c1b9e7e7 — Eric Bavier 10 years ago
gnu: Add perl-html-element-extended.

* gnu/packages/web.scm (perl-html-element-extended): New variable.
a1121a7f — Efraim Flashner 10 years ago
gnu: ffmpeg: Update to 2.8.

* gnu/packages/video.scm (ffmpeg): Update to 2.8.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
ef30b974 — Ludovic Courtès 10 years ago
pull: Update to the new cgit snapshot URL.

* guix/scripts/pull.scm (%snapshot-url): Update to the new URL.
2fecbdbd — Ludovic Courtès 10 years ago
gnu: gdb: Remove headers and libraries already in Binutils.

* gnu/packages/gdb.scm (gdb)[arguments]: Add #:modules.  Rename
  'post-install' phase to 'remove-libs-already-in-binutils'.  Change it
  to compute the intersection of the set of headers and libraries of GDB
  vs. Binutils and to remove each of the files found in both.
Next