~ruther/guix-local

44157e9f — Eric Bavier 10 years ago
gnu: Add cpulimit.

* gnu/packages/admin.scm (cpulimit): New variable.
8ae95578 — Mark H Weaver 10 years ago
gnu: linux-libre: Update to 4.3.3.

* gnu/packages/linux.scm (linux-libre): Update to 4.3.3.
1ccdc7f0 — Alex Kost 10 years ago
emacs: Use socket instead of port.

Suggested by Florian Paul Schmidt.

* emacs/guix-backend.el (guix-default-port): Remove.
  (guix-repl-socket-file-name-function, guix-repl-current-socket): New
  variables.
  (guix-repl-socket-file-name, guix-repl-delete-socket-maybe): New
  procedures.
  (guix-get-guile-program): Take socket as an optional argument.
  (guix-start-repl-maybe): Adjust accordingly.
7ccb3ad3 — Alex Kost 10 years ago
emacs: 'node-type' is in (guix graph) now.

This is a followup to commit 8fb583714f78d1b283523ef7edbb6e098946182f.

* emacs/guix-main.scm (graph-type-names): Use 'node-type-name'
  from (guix graph) module.
fceac880 — Federico Beffa 10 years ago
gnu: python-ipython: Patch 'ctypes' bug.

* gnu/packages/patches/python-ipython-inputhook-ctype.patch: New patch.
* gnu/packages/python.scm (python-ipython): Use it.
* gnu-system.am (dist_patch_DATA): Add it.
5bd88cf1 — Efraim Flashner 10 years ago
gnu: python-click: Update to 6.2.

* gnu/packages/python.scm (python-click): Update to 6.2.
[source]: Change to pypi syntax.
664e6c3a — Efraim Flashner 10 years ago
gnu: python-keyring: Update to 5.7.1.

* gnu/packages/python.scm (python-keyring): Update to 5.7.1.
[source]: Change to pypi syntax.
[native-inputs]: Add python-setuptools-scm.
[arguments]: Remove argument to replace unpack with unzip.
ba3cb5ab — 宋文武 10 years ago
gnu: gnome-session: Add input gsettings-desktop-schemas.

* gnu/packages/gnome.scm (gnome-session)[build-system]: Switch to
  GLIB-OR-GTK-BUILD-SYSTEM.
[inputs]: Add gsettings-desktop-schemas.
9a3a8b8e — 宋文武 10 years ago
gnu: clutter-gtk: Propagate inputs.

* gnu/packages/gnome.scm (clutter-gtk): Move clutter and gtk+ to 'propagated-inputs'.
ca473fc2 — 宋文武 10 years ago
gnu: tdb: Update to 1.3.8.

* gnu/packages/databases.scm (tdb): Update to 1.3.8.
[source]: Switch to https URI.
2ad9515c — Alex Vong 10 years ago
gnu: youtube-dl: Install man pages and completion files.

* gnu/packages/video.scm (youtube-dl) [arguments]: Add
fix-the-data-directories phase.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
e0508b6b — Ludovic Courtès 10 years ago
doc: Give another example use of 'propagated-inputs'.

Suggested by Leo Famulari <leo@famulari.name>.

* doc/guix.texi (package Reference): Explain 'propagated-inputs' for
non-C languages.
75f52fca — Efraim Flashner 10 years ago
gnu: enlightenment: Update to 0.20.1.

* gnu/packages/enlightenment.scm (enlightenment): Update to 0.20.1.
a036e59d — Leo Famulari 10 years ago
gnu: tmux: Update to 2.1.

* gnu/packages/tmux.scm (tmux): Update to 2.1.
9d3994f7 — Ludovic Courtès 10 years ago
gexp: 'local-file' resolves relative file names.

* guix/gexp.scm (<local-file>): Rename constructor to '%%local-file'.
Add 'absolute' field.
(%local-file, extract-directory, absolute-file-name): New procedures.
(current-source-directory): New macro.
(local-file): Adjust call to '%local-file'.
(local-file-absolute-file-name): New procedure.
(local-file-compiler): Force the 'absolute' field.
* tests/guix-system.sh: Test whether 'local-file' canonicalization
works.
* doc/guix.texi (G-Expressions): Adjust.
4fef1e85 — Ludovic Courtès 10 years ago
profiles: Silence Info installation.

* guix/profiles.scm (info-dir-file)[build]: Pass --silent to
'install-info'.
0c4e7625 — Ricardo Wurmus 10 years ago
gnu: Add ruby-redcloth.

* gnu/packages/ruby.scm (ruby-redcloth): New variable.
d56ff88b — Ricardo Wurmus 10 years ago
gnu: Add ruby-sanitize.

* gnu/packages/ruby.scm (ruby-sanitize): New variable.
ac09beba — Ricardo Wurmus 10 years ago
gnu: Add ruby-pygmentize.

* gnu/packages/ruby.scm (ruby-pygmentize): New variable.
0c80451e — Ricardo Wurmus 10 years ago
gnu: Add ruby-cutest.

* gnu/packages/ruby.scm (ruby-cutest): New variable.
Next