~ruther/guix-local

72b891e5 — Ludovic Courtès 10 years ago
vm: Make the list of partitions to build a parameter.

* gnu/build/vm.scm (<partition>): New record type.
  (fold2): New procedure.
  (initialize-partition-table): Remove #:bootable? and
  'partition-size' parameters.  Add 'partitions' parameter.  Invoke 'parted'
  with '--script'.
  (initialize-root-partition): Remove.
  (initialize-partition, root-partition-initializer): New procedures.
  (initialize-hard-disk): Remove #:system-directory, #:disk-image-size,
  #:file-system-type, #:file-system-label, #:closures, #:copy-closures?,
  #:bootable?, and #:register-closures? parameters.  Add #:partitions.
  Rewrite to use 'initialize-partition' for each item of PARTITIONS.
* gnu/system/vm.scm (expression->derivation-in-linux-vm): Add (guix records)
  to #:modules default value.
  (qemu-image): Adjust accordingly.
5b9da1f9 — Ludovic Courtès 10 years ago
system: Add 'ping6' to %SETUID-PROGRAMS.

* gnu/system.scm (%setuid-programs): Add 'ping6'.
b81cb1f2 — Ben Woodcroft 10 years ago
gnu: bedtools: Add patch to fix compilation on 32 bit systems.

* gnu/packages/patches/bedtools-32bit-compilation.patch: New file.
* gnu/packages/bioinformatics.scm (bedtools)[source]: Add patch.
* gnu-system.am (dist_patch_DATA): Register patch.

Signed-off-by: Andreas Enge <andreas@enge.fr>
c6c86cd7 — Andreas Enge 10 years ago
gnu: vlc: Update input Qt to version 5.

* gnu/packages/video.scm (vlc)[inputs]: Switch from Qt version 4 to 5.
9c55bae6 — Andreas Enge 10 years ago
gnu: vlc: Update to 2.2.1.

* gnu/packages/video.scm (vlc): Update to 2.2.1.
e7f5691d — Ludovic Courtès 10 years ago
syscalls: Add 'network-interfaces', which wraps libc's 'getifaddrs'.

Based on discussions with Rohan Prinja <rohan.prinja@gmail.com>.

* guix/build/syscalls.scm (<interface>): New record type.
  (write-interface, values->interface, unfold-interface-list,
  network-interfaces, free-ifaddrs): New procedures.
  (ifaddrs): New C struct.
  (%struct-ifaddrs-type, %sizeof-ifaddrs): New macros.
* tests/syscalls.scm ("network-interfaces returns one or more interfaces",
  "network-interfaces returns \"lo\""): New tests.
573b4c1f — Ludovic Courtès 10 years ago
syscalls: 'define-c-struct' properly align reads.

* guix/build/syscalls.scm (alignof*, align): New macros.
  (write-types, read-types): Use 'align' to compute the actual offset to
  read/write a value of TYPE0.
3ca33769 — Ludovic Courtès 10 years ago
syscalls: 'read-socket-address' gracefully handles unsupported families.

* guix/build/syscalls.scm (PF_PACKET, AF_PACKET): New variables.
  (read-socket-address): Make 'index' optional.  Return (vector FAMILY) when
  FAMILY is neither AF_INET nor AF_INET6.
4a30e84e — Ludovic Courtès 10 years ago
syscalls: 'define-c-struct' distinguishes pointers from integers.

* guix/build/syscalls.scm (read-type): Add special-case for when TYPE is '*.
b89e7405 — Ludovic Courtès 10 years ago
syscalls: Rename 'network-interfaces' and 'all-network-interfaces'.

* guix/build/syscalls.scm (network-interfaces): Rename to...
  (network-interface-names): ... this.
  (all-network-interfaces): Rename to...
  (all-network-interface-names): ... this.
* gnu/services/networking.scm (dhcp-client-service): Adjust accordingly.
* tests/syscalls.scm ("all-network-interfaces"): Rename to...
  ("all-network-interface-names"): ... this, and adjust accordingly.
  ("network-interfaces"): Rename to...
  ("network-interface-names"): ... this, and adjust accordingly.
53de532f — Ludovic Courtès 10 years ago
doc: Make "Application Setup" more prominent.

* doc/guix.texi (Binary Installation): Add reference to "Application Setup".
bd4af2f9 — Ben Woodcroft 11 years ago
gnu: bedtools: Update to 2.24.0.

* gnu/packages/bioinformatics.scm (bedtools): Update to 2.24.0.
7409c8d4 — Mark H Weaver 10 years ago
gnu: e2fsprogs: Update to 1.42.13.

* gnu/packages/linux.scm (e2fsprogs): Update to 1.42.13.  Change the source
  URI to use the .tar.xz file from kernel.org.
6bb5a8a1 — Andreas Enge 10 years ago
gnu: Add liblxqt.

* gnu/packages/lxqt.scm (liblxqt): New variable.
4a827670 — Andreas Enge 10 years ago
gnu: Add kwindowsystem.

* gnu/packages/kde-frameworks.scm (kwindowsystem): New variable.
f272987a — Andreas Enge 10 years ago
gnu: Add extra-cmake-modules.

* gnu/packages/kde-frameworks.scm: New file.
* gnu-system.am (GNU_SYSTEM_MODULES): Register it.
d0dfc066 — Andreas Enge 10 years ago
gnu: ripperX: Update to 2.8.0.

* gnu/packages/mp3.scm (ripperx): Update to 2.8.0. Drop one patch and
  add another one.
* gnu/packages/patches/ripperx-libm.patch: Remove file.
* gnu/packages/patches/ripperx-missing-file.patch: New file.
* gnu-system.am (dist_patch_DATA): Register one patch and unregister the
  other.
10b1f688 — Andreas Enge 11 years ago
gnu: Add cm.

* gnu/packages/algebra.scm (cm): New variable.
9f51293c — Andreas Enge 11 years ago
gnu: algebra: Prefix imported licenses.

* gnu/packages/algebra.scm (mpfrcx, fplll, pari-gp, gp2c, flint, arb,
  bc, fftw, eigen)[license]: Prefix imported licenses.
878c8f3f — Andreas Enge 11 years ago
gnu: mpfrcx: Propagate inputs.

* gnu/packages/algebra.scm (mpfrcx): Propagate inputs gmp, mpfr and mpc.
Next