~ruther/guix-local

ref: 7e1c735f0bcbbc846a236bd66de7649204d47ab4 guix-local/gnu/packages/linux.scm -rw-r--r-- 39.9 KiB
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'.
f914963e — Ludovic Courtès 12 years ago
gnu: linux-libre: Build virtio modules.

* gnu/packages/linux.scm (linux-libre): Build modules matching
  CONFIG.*VIRTIO.
7b99ba4a — Ludovic Courtès 12 years ago
gnu: linux-libre: Upgrade to 3.13.

* gnu/packages/linux.scm (linux-libre): Upgrade to 3.13.
35cebf01 — Ludovic Courtès 12 years ago
gnu: iotop: Fix typos.

* gnu/packages/linux.scm (iotop): Fix typos introduced by myself.
7c0dbe78 — Sree Harsha Totakura 12 years ago
gnu: linux: Add iotop-0.6.

* gnu/packages/linux.scm (iotop): New variable.

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