~ruther/guix-local

ref: 882f034fa88361c703f382f08e158e15ce330c1d guix-local/gnu d---------
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'.
a7d46f12 — Ludovic Courtès 12 years ago
gnu: vm: Run QEMU with '-enable-kvm'.

* gnu/system/vm.scm (expression->derivation-in-linux-vm): Pass QEMU
  '-enable-kvm'.
668c06ac — John Darrington 12 years ago
gnu: Add GNU Octave.

* gnu/packages/maths.scm (octave): New variable.

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
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.
a85cb486 — Sree Harsha Totakura 12 years ago
gnu: gnunet: Add gnurl 7.34.0.

* gnu/packages/gnunet.scm (gnurl): New variable. Thanks to Zerwas for
  the initial recipe.

Co-authored-by: Ludovic Courtès <ludo@gnu.org>
Signed-off-by: Ludovic Courtès <ludo@gnu.org>
610b5cd8 — Ludovic Courtès 12 years ago
gnu: libgcrypt: Upgrade to 1.6.1.

* gnu/packages/gnupg.scm (libgcrypt): Upgrade to 1.6.1.
d4254711 — Ludovic Courtès 12 years ago
gnu: linux-initrd: Factorize boot code.

* guix/build/linux-initrd.scm (boot-system): New procedure.
* gnu/system/linux-initrd.scm (qemu-initrd): Add keyword parameters
  'guile-modules-in-chroot?' and 'mounts'.  Change builder to simply
  call 'boot-system'.
  (gnu-system-initrd): Change to a simple call to 'qemu-initrd'.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Call
  'qemu-initrd' with #:guile-modules-in-chroot?.
735c6dd7 — Ludovic Courtès 12 years ago
gnu: Lower initrd makers from packages to monadic procedures.

* gnu/packages/linux-initrd.scm: Remove.
* gnu/system/linux-initrd.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Adjust accordingly.
* gnu/system.scm (<operating-system>): Change default 'initrd' value
  to (gnu-system-initrd).
  (operating-system-derivation): Bind 'operating-system-initrd'.  Pass
  'menu-entry' an initrd file name instead of a package.
* gnu/system/grub.scm (grub-configuration-file): Expect 'initrd' to be
  file name.
b0dd47a8 — Ludovic Courtès 12 years ago
gnu: qemu-initrd: Adjust to allow booting with a non-empty /root.

* gnu/packages/linux-initrd.scm (qemu-initrd): Use 'mkdir-p' instead of
  'mkdir' for /root/xchg and /root/{share,lib}.  When TO-LOAD is a
  symlink, resolve it.
  (gnu-system-initrd): Fix typo in message.
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>
5d80dd08 — Ludovic Courtès 12 years ago
gnu: Add asciidoc.

* gnu/packages/asciidoc.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Add it.
829c095d — Ludovic Courtès 12 years ago
gnu: qemu: Add note about 9p.

* gnu/packages/qemu.scm (qemu/smb-shares): Add comment.
73fed4f8 — John Darrington 12 years ago
gnu: Add gnuplot

* gnu/packages/maths.scm (gnuplot): New variable

Signed-off-by: Ludovic Courtès <ludo@gnu.org>
566146ab — Andreas Enge 12 years ago
gnu: lapack: Update to 3.5.0.

* gnu/packages/maths.scm (lapack): Update to 3.5.0.
22f33e61 — Ludovic Courtès 12 years ago
gnu: sdl: Explicitly link against libXext.

* gnu/packages/sdl.scm (sdl): Add #:configure-flags to 'arguments'.
  Move PKG-CONFIG to 'native-inputs'.
1ca03c04 — Andreas Enge 12 years ago
gnu: apl: Update to 1.2.

* gnu/packages/apl.scm (apl): Update to 1.2.
daaa00c8 — Andreas Enge 12 years ago
gnu: global: Update to 6.2.10.

* gnu/packages/global.scm (global): Update to 6.2.10.
fe9aeab9 — Andreas Enge 12 years ago
gnu: lightning: Update to 2.0.3.

* gnu/packages/lightning.scm (lightning): Update to 2.0.3.
Next