~ruther/guix-local

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.
f19b9b96 — Ludovic Courtès 10 years ago
gnu: gdb: Use 'modify-phases'.

* gnu/packages/gdb.scm (gdb)[arguments]: Use 'modify-phases'.
c0a1ea2c — Ludovic Courtès 10 years ago
gnu: gdb: Update to 7.10.

* gnu/packages/gdb.scm (gdb): Update to 7.10.
0334ef2a — Ludovic Courtès 10 years ago
linux-initrd: Compress cpio archives deterministically.

* gnu/build/linux-initrd.scm (write-cpio-archive): Use '--no-name'.
363ccf9f — 宋文武 10 years ago
gnu: xfce4-settings: Set the default icon theme to "gnome".

Fixes <http://bugs.gnu.org/21217>.

* gnu/packages/patches/xfce4-settings-defaults.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/xfce.scm (xfce4-settings)[source]: Add patch.
Next