~ruther/guix-local

ref: 4e720137b28db63ba37fe9d2e1fb74b8ede0ff6a guix-local/gnu d---------
52d76b64 — Ludovic Courtès 10 years ago
gnu: xz: Add alternate URL.

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

* gnu/packages/compression.scm (xz)[source]: Add alternate URL.
7824d445 — Ludovic Courtès 10 years ago
Revert "services: polkit: Use the right executable name for PAM."

This reverts commit 7f39e181dfb34db8f245f3ffafe34eec9cee910d.

Polkit actually uses the name "polkit-1" in calls to 'pam_start'.
b798dfde — Efraim Flashner 10 years ago
gnu: youtube-dl: Minor fixes.

* gnu/packages/video.scm (youtube-dl)[url]: Change to http.
  [description]: Fix capitalization.
4da85bc3 — Efraim Flashner 10 years ago
gnu: youtube-dl: Update to 2015.11.01.

* gnu/packages/video.scm (youtube-dl): Update to 2015.11.01.
2b9e0a94 — Ludovic Courtès 10 years ago
services: Add 'udisks-service'.

* gnu/services/desktop.scm (<udisks-configuration>): New record type.
  (udisks-service-type): New variable.
  (udisks-service): New procedure.
  (%desktop-services): Use it.
* doc/guix.texi (Desktop Services): Document it.
daa3b04c — Ludovic Courtès 10 years ago
gnu: udisks: Separate HTML documentation.

* gnu/packages/freedesktop.scm (udisks)[outputs]: New field.
  [arguments]: Pass the --with-html-dir configure flag.
35263cd8 — Ludovic Courtès 10 years ago
gnu: udisks: Mount things under /media.

* gnu/packages/freedesktop.scm (udisks)[arguments]: Add
  --enable-fhs-media.
5905114a — Ludovic Courtès 10 years ago
gnu: udisks: Find the 'mount' command.

* gnu/packages/freedesktop.scm (udisks)[inputs]: Add UTIL-LINUX.
  [arguments]: Add 'set-mount-file-name' phase.
222e3319 — Ludovic Courtès 10 years ago
services: 'polkit-service-type' can now be extended.

* gnu/packages/polkit.scm (polkit)[source]: Adjust snippet so that rules
  and actions are looked for under /etc/polkit-1.
* gnu/services/desktop.scm (<polkit-configuration>): New record type.
  (polkit-directory, polkit-etc-files, polkit-setuid-programs): New
  procedures.
  (polkit-service-type)[compose, extend]: New fields.
  (polkit-service): Refine docstring.
  (colord-service-type): Extend POLKIT-SERVICE-TYPE.
  (elogind-configuration-file): Extend POLKIT-SERVICE-TYPE.
* doc/guix.texi (Desktop Services): Update 'polkit-service'
  documentation.
67010dd8 — Manolis Ragkousis 10 years ago
gnu: hurd-headers: Update to 0.7

* gnu/packages/hurd.scm (hurd-headers): Update to version 0.7.
212c6648 — Manolis Ragkousis 10 years ago
gnu: mig: Update to 1.6

* gnu/packages/hurd.scm (mig): Update to version 1.6.
c5152589 — Manolis Ragkousis 10 years ago
gnu: gnumach-headers: Update to 1.6

* gnu/packages/hurd.scm (gnumach-headers): Update to version 1.6.
08859404 — Andreas Enge 10 years ago
gnu: Remove aarddict.

* gnu/packages/aarddict.scm: Remove file.
* gnu-system.am (GNU_SYSTEM_MODULES): Unregister file.
d9b9454c — Ludovic Courtès 10 years ago
Merge branch 'dbus-update'
375c6108 — Ludovic Courtès 10 years ago
services: 'tor-service' takes a 'config-file' parameter.

* gnu/services/networking.scm (tor-dmd-service): Take a 'config'
  parameter and honor it.
  (tor-service): Take a 'config-file' parameter.  Pass it in the
  service's value.
* doc/guix.texi (Networking Services): Adjust accordingly.
3c3e6972 — Ludovic Courtès 10 years ago
gnu: guitarix: Compile in C++11 mode.

* gnu/packages/patches/guitarix-c++11.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
* gnu/packages/audio.scm (guitarix)[source]: Use it.
  [arguments]: Add --cxxflags to #:configure-flags.
ef89cb42 — Ludovic Courtès 10 years ago
gnu: lablgtk: Build sequentially.

* gnu/packages/ocaml.scm (lablgtk)[arguments]: Add #:parallel-build? #f.
34760ae7 — Ludovic Courtès 10 years ago
system: Add 'locale-libcs' field.

* gnu/system/locale.scm (localedef-command)[maybe-version-directory]:
  New procedure.
  Use it.
  (locale-directory): Rename to...
  (single-locale-directory): ... this.  Check the version of LIBC to
  determine whether to create a "X.Y" sub-directory or to make it a
  symlink to ".".  Add the version number in the derivation name.
  (locale-directory): New procedure.
  (%default-locale-libcs): New variable.
* gnu/system.scm (<operating-system>)[locale-libcs]: New field.
  (operating-system-locale-directory): Pass it to 'locale-directory'.
* doc/guix.texi (operating-system Reference): Document 'locale-libcs'.
  (Locales)[Locale Data Compatibility Considerations]: New section.
137d957e — Ludovic Courtès 10 years ago
gnu: glibc: Add version 2.21.

* gnu/packages/base.scm (glibc-2.21): New variable.
c8dab7f4 — Andy Patterson 10 years ago
gnu: ffmpeg: Enable gnutls support.

* gnu/package/video.scm (ffmpeg)[inputs]: Add gnutls.
  [arguments]: Enable it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
Next