~ruther/guix-local

ref: dbe422aba862b2f4ff204743be13e2d3fb255fa8 guix-local/gnu d---------
b0ded08f — Alex Kost 10 years ago
gnu: Add dunst.

* gnu/packages/dunst.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
60a5617b — Alex Kost 10 years ago
gnu: Add libxdg-basedir.

* gnu/packages/freedesktop.scm (libxdg-basedir): New variable.
661a1d79 — Ludovic Courtès 10 years ago
file-systems: Allow users to specify file system UUIDs as strings.

Fixes <http://bugs.gnu.org/19778>.
Reported by Mark H Weaver <mhw@netris.org>.

* gnu/system/file-systems.scm (%uuid-rx): New variable.
  (string->uuid): New procedure.
  (uuid): New macro.
* tests/file-systems.scm: New file.
* Makefile.am (SCM_TESTS): Add it.
* doc/guix.texi (File Systems): Give an example of UUID.
0ec5ee94 — Ludovic Courtès 10 years ago
file-systems: Implement partition lookup by UUID.

* gnu/build/file-systems.scm (read-ext2-superblock*, partition-predicate): New
  procedures.
  (partition-label-predicate): Rewrite in terms of 'partition-predicate'.
  (partition-uuid-predicate, find-partition-by-uuid, uuid->string): New
  procedures.
  (%network-byte-order): New macro.
  (canonicalize-device-spec)[canonical-title]: Check whether SPEC is a string.
  [resolve]: New procedure.
  Add 'uuid' case and use it.
f8686375 — Ludovic Courtès 10 years ago
gnu: nss: Upgrade to 3.19.2.

* gnu/packages/gnuzilla.scm (nss): Upgrade to 3.19.2.
2de3cd89 — Ludovic Courtès 10 years ago
file-systems: Use (guix build syscalls) at build time if needed.

* gnu/build/file-systems.scm: Wrap 'module-use!' statement in 'eval-when'.
0577ddc4 — Jeff Mickey 10 years ago
gnu: Add rc.

* gnu/packages/rc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
28dbc047 — Mark H Weaver 10 years ago
gnu: linux-libre: Update to 4.1.2.

* gnu/packages/linux.scm (linux-libre): Update to 4.1.2.
8d662672 — Andreas Enge 10 years ago
gnu: boost: Patch to avoid -m32 flag on mips.

* gnu/packages/patches/boost-mips-avoid-m32.patch: New file.
* gnu-system.am (dist_patch_DATA): Register patch.
* gnu/packages/boost.scm (boost): Use it.
31e0ed95 — Andreas Enge 10 years ago
gnu: boost: Update to 1.58.0.

* gnu/packages/boost.scm (boost): Update to 1.58.0.
b57ec5f6 — Mathieu Lirzin 10 years ago
gnu: file-systems: Fix typo.

* gnu/system/file-systems.scm (%container-file-systems): Fix typo in a
  comment.
f0afb0c8 — David Hashe 10 years ago
gnu: Add rhythmbox.

* gnu/packages/gnome.scm (rhythmbox): New variable.
98b385d1 — Ludovic Courtès 10 years ago
gnu: Add 'libstdc++-doc'.

* gnu/packages/gcc.scm (make-libstdc++-doc): New procedure.
  (libstdc++-doc-4.9, libstdc++-doc-5.1): New variables.
e662d644 — Claes Wallin 10 years ago
gnu: Add execline.

* gnu/package/skarnet.scm (execline): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
4e2bd414 — Claes Wallin 10 years ago
gnu: Add skalibs.

* gnu/package/skarnet.scm (skalibs): New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
fd83aa00 — Claes Wallin 10 years ago
gnu: pumpa: Update to 0.9.1.

* gnu/packages/pumpio.scm (pumpa): Update to 0.9.1.  Change URL.

Signed-off-by: Mathieu Lirzin <mthl@openmailbox.org>
c7bdc6bb — Mark H Weaver 10 years ago
gnu: polkit: Update to 0.113.

* gnu/packages/polkit.scm (polkit): Update to 0.113.
087a4e9c — Mark H Weaver 10 years ago
gnu: openssh: Update to 6.9p1.

* gnu/packages/ssh.scm (openssh): Update to 6.9p1.
  [source]: Use http mirrors.  Add mirror from Erlangen.
f8facc18 — Mark H Weaver 10 years ago
install: Fix variable reference to iproute2 package.

This is a followup to commit d43002f64599fb80294d4c00e3a682a2776c885c.

* gnu/system/install.scm (installation-os)[packages]: Refer to IPROUTE instead
  of IPROUTE2.
e52ecc74 — Mark H Weaver 10 years ago
gnu: openssl: Update to 1.0.2d.

* gnu/packages/tls.scm (openssl): Update to 1.0.2d.
Next