~ruther/guix-local

cc9c1f39 — Ludovic Courtès 10 years ago
doc: Update "Name Service Switch" to new service framework.

* gnu/services/avahi.scm (avahi-service): Mention the extension of
  nscd.
* doc/guix.texi (Networking Services): Update accordingly.
  (Name Service Switch): Remove '%my-base-services' example and
  explanation.
92e75d1e — David Thompson 10 years ago
gnu: geiser: Update to 0.8.

* gnu/packages/emacs.scm (geiser): Update to 0.8.
adc90e0e — Ludovic Courtès 10 years ago
Merge branch 'core-updates'
a8bc747a — Ricardo Wurmus 10 years ago
gnu: lilypond: Hardcode path to "gs" executable.

* gnu/packages/music.scm (lilypond)[arguments]: Add build phase
  "hardcode-path-to-gs".
2b10eb48 — Ricardo Wurmus 10 years ago
gnu: Add python-traitlets.

* gnu/packages/python.scm (python-traitlets, python2-traitlets): New
  variables.
ddc7d8ed — Ricardo Wurmus 10 years ago
gnu: Add python-ipython-genutils.

* gnu/packages/python.scm (python-ipython-genutils,
  python2-ipython-genutils): New variables.
cd6e5189 — Ricardo Wurmus 10 years ago
gnu: Add python-simplegeneric.

* gnu/packages/python.scm (python-simplegeneric, python2-simplegeneric):
  New variables.
0d34e01b — Ricardo Wurmus 10 years ago
gnu: Add python-pickleshare.

* gnu/packages/python.scm (python-pickleshare, python2-pickleshare): New
  variables.
b74270ee — Ricardo Wurmus 10 years ago
gnu: Add python-pathpy.

* gnu/packages/python.scm (python-pathpy, python2-pathpy): New
  variables.
6784f2e3 — Ricardo Wurmus 10 years ago
gnu: Add python-pytest-runner.

* gnu/packages/python.scm (python-pytest-runner, python2-pytest-runner):
  New variables.
229ad120 — Ricardo Wurmus 10 years ago
gnu: Add python-setuptools-scm.

* gnu/packages/python.scm (python-setuptools-scm,
  python2-setuptools-scm): New variables.
cb6d5c54 — Ricardo Wurmus 10 years ago
gnu: Add python-pexpect.

* gnu/packages/python.scm (python-pexpect, python2-pexpect): New
  variables.
db94f8c7 — Ricardo Wurmus 10 years ago
gnu: bwa: Disable on non-x86_64.

* gnu/packages/bioinformatics.scm (bwa)[supported-systems]: Add field.
40e94665 — Alex Kost 10 years ago
gnu: sdl-union: Wrap into a procedure and export it.

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

* gnu/packages/sdl.scm (sdl-union): Make it a procedure returning
  'sdl-union' package.
  (guile-sdl): Use it.
0f6139b1 — Alex Kost 10 years ago
gnu: Add physfs.

* gnu/packages/game-development.scm (physfs): New variable.
ad8b83bd — Alex Kost 10 years ago
emacs: Add 'guix-devel-build-package-source'.

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

* guix/scripts.scm (build-package-source): New procedure.
* emacs/guix-devel.el (guix-devel-build-package-source): New command.
  (guix-devel-keys-map): Add key binding for it.
* doc/emacs.texi (Emacs Development): Document it.
9d373377 — Christopher Allan Webber 10 years ago
gnu: guile: Add guile-wisp.

* gnu/packages/guile.scm (guile-wisp): New variable.
7f39e181 — Ludovic Courtès 10 years ago
services: polkit: Use the right executable name for PAM.

* gnu/services/desktop.scm (%polkit-pam-services): Change "polkit-1" to
  "polkitd", which is the actual name of the executable.
2da4f2dd — Ludovic Courtès 10 years ago
services: upower: Remove unused "upower" account.

* gnu/services/desktop.scm (%upower-accounts): Remove.
  (%upower-activation): Remove references to the "upower" account.
  (upower-service-type): Remove extension of ACCOUNT-SERVICE-TYPE.
c23c50c7 — Ricardo Wurmus 10 years ago
gnu: Add MARS.

* gnu/packages/games.scm (mars): New variable.
* gnu/packages/patches/mars-install.patch: New file.
* gnu/packages/patches/mars-sfml-2.3.patch: New file.
* gnu-system.am (dist_patch_DATA): Add them.
Next