~ruther/guix-local

ref: 42422cc2f1c9c05c7bfb075a8bc360b8bb7eaee4 guix-local/gnu/packages/linux.scm -rw-r--r-- 43.7 KiB
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
220193ad — Ludovic Courtès 12 years ago
gnu: Add UnionFS-FUSE.

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

Conflicts:
	gnu-system.am
e30835e2 — Ludovic Courtès 12 years ago
gnu: Add FUSE.

* gnu/packages/linux.scm (fuse): New variable.
70b33d81 — Ludovic Courtès 12 years ago
gnu: linux: Really build 9p/virtio modules.

* gnu/packages/linux.scm (linux-libre): Add CONFIG_NET_9P and
  CONFIG_9P_FS.
882f034f — Ludovic Courtès 12 years ago
gnu: linux-libre: Build more virtio modules.

* gnu/packages/linux.scm (linux-libre): Append CONFIG_NET_9P_VIRTIO and
  CONFIG_VIRTIO_{NET,BLK,BALLOON} to '.config'.
Next