~ruther/guix-local

ref: cc4a2aeb984b8cd007c48a2fb140792ce2a70a56 guix-local/gnu/packages/linux.scm -rw-r--r-- 47.5 KiB
5a6a3ba4 — Ludovic Courtès 11 years ago
gnu: util-linux: Remove dependency on Perl.

* gnu/packages/linux.scm (util-linux)[source](patches): New field.
* gnu/packages/patches/util-linux-perl.patch: New file.
* gnu-system.am (dist_patch_DATA): Add it.
bd663902 — Ludovic Courtès 11 years ago
gnu: fuse: Allow use of 'fusermount' taken from $PATH.

* gnu/packages/linux.scm (fuse) <set-file-names>: Set FUSERMOUNT_DIR in
  lib/Makefile.
db288efa — Ludovic Courtès 11 years ago
gnu: Add sshfs-fuse.

* gnu/packages/linux.scm (sshfs-fuse): New variable.
de0b620e — Ludovic Courtès 11 years ago
gnu: Add inotify-tools.

* gnu/packages/linux.scm (inotify-tools): New variable.
b10e9ff6 — Ludovic Courtès 12 years ago
gnu: Add Linux kbd.

* gnu/packages/linux.scm (kbd): New variable.
67b66003 — Ludovic Courtès 12 years ago
gnu: Add numactl.

* gnu/packages/linux.scm (numactl): New variable.
f57d2639 — Ludovic Courtès 12 years ago
gnu: e2fsprogs: Install the libext2fs Info manual.

* gnu/packages/linux.scm (e2fsprogs)[native-inputs]: Add TEXINFO.
0997771a — Ludovic Courtès 12 years ago
gnu: e2fsprogs: Use 'static-package' for the statically-linked variant.

* gnu/packages/linux.scm (e2fsprogs/static): Remove.
  (e2fsck/static): Use (static-package e2fsprogs) instead.
e102f940 — Ludovic Courtès 12 years ago
gnu: Add statically-linked versions of e2fsprogs and the fsck.* commands.

* gnu/packages/linux.scm (e2fsprogs/static, e2fsck/static): New
  variables.
0b7a0c20 — Ludovic Courtès 12 years ago
gnu: unionfs-fuse-static: Remove dependency on util-linux.

* gnu/packages/linux.scm (fuse-static): New variable.
  (unionfs-fuse/static): Use it.
8b8476b8 — Alírio Eyng 12 years ago
gnu: util-linux: Enable ddate.

* gnu/packages/linux.scm (util-linux): Add --enable-ddate configure flag.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
be0d8af8 — Alírio Eyng 12 years ago
gnu: linux-libre: Add SIS hardware compatibility.

* gnu/packages/linux.scm (linux-libre): Add CONFIG_SATA_SIS=y,
  CONFIG_SIS190=y and CONFIG_DEVPTS_MULTIPLE_INSTANCES=y.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
d013fe50 — Ludovic Courtès 12 years ago
gnu: linux-libre: Upgrade to 3.13.7.

* gnu/packages/linux.scm (linux-libre): Update to 3.13.7.
c0888b3f — Alírio Eyng 12 years ago
gnu: linux-libre: Make configuration more robust.

* gnu/packages/linux.scm (linux-libre): Append all configuration instead of
  replacing.  Order configuration like "make oldconfig" output.  Remove
  useless output.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
0d55c356 — Mark H Weaver 12 years ago
gnu: net-tools: Install man pages and locales in share, not usr/share.

* gnu/packages/linux.scm (net-tools): Add 'INSTALLNLSDIR' and 'mandir'
  variables to make flags.
0562dbe5 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
b148bd71 — Ludovic Courtès 12 years ago
gnu: fuse: Refer to the right 'mount' and 'umount' commands.

* gnu/packages/linux.scm (fuse)[inputs]: Change to...
  [native-inputs]: ... this.
  [arguments]: Add #:phases argument.
68276f16 — Ludovic Courtès 12 years ago
gnu: linux-libre: Build the FUSE module.

* gnu/packages/linux.scm (linux-libre): Set CONFIG_FUSE_FS=m.
ed748588 — Ludovic Courtès 12 years ago
gnu: unionfs-fuse: Add statically-linked variant.

* gnu/packages/linux.scm (unionfs-fuse/static): New variable.
e06f7865 — Ludovic Courtès 12 years ago
Merge branch 'master' into core-updates
Next