- Jun 27, 2014
-
-
David Thompson authored
* gnu/packages/video.scm (ffmpeg): Add libvpx input.
-
- Jun 26, 2014
-
-
Ludovic Courtès authored
* gnu/system.scm (<operating-system>)[file-systems]: Remove default. [locale]: Add default value.
-
Ludovic Courtès authored
* guix/scripts/system.scm (%system-profile): New variable. (switch-to-system, previous-grub-entries): New procedures. (unless-file-not-found): New macro. (show-help): Add 'reconfigure'. (guix-system): Handle it. * gnu/system.scm: Export 'operating-system-activation-script'. * doc/guix.texi (Invoking guix system): Document it.
-
Ludovic Courtès authored
This is a followup to e2fcc23a. The /etc/group file would be cleared when booting. * guix/build/activation.scm (activate-users+groups)[touch]: Rewrite so it does not wipe out FILE's contents.
-
Ludovic Courtès authored
* guix/scripts/system.scm (read-operating-system) <catch handler>: Add case for 'syntax-error'. Correct message for default case. * guix/scripts/offload.scm (build-machines) <catch handler>: Add case for 'syntax-error'. * tests/guix-system.sh: New file. * Makefile.am (SH_TESTS): Add it.
-
David Thompson authored
* gnu-system.am (GNU_SYSTEM_MODULES): Add crypto.scm. * gnu/packages/crypto.scm: New file.
-
David Thompson authored
* gnu/packages/gl.scm (guile-opengl): New variable.
-
David Thompson authored
* gnu/packages/video.scm (libvpx): New variable.
-
John Darrington authored
* gnu/packages/aidc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
- Jun 25, 2014
-
-
Ludovic Courtès authored
* gnu/system.scm (operating-system-grub.cfg): Add 'old-entries' parameter. Pass it to 'grub-configuration-file'. * gnu/system/grub.scm (grub-configuration-file): Add #:old-entries parameter. Honor it.
-
Ludovic Courtès authored
* gnu/system.scm (operating-system-parameters-file): New procedure. (operating-system-derivation): Use it to produce a 'parameters' files.
-
Ludovic Courtès authored
* gnu/system.scm (kernel->grub-label): New procedure. (operating-system-grub.cfg): Use it.
-
Eric Bavier authored
* gnu/packages/cursynth.scm (cursynth)[source]: Upgrade to 1.5. New 'patches' field. * gnu/packages/patches/cursynth-wave-rand.patch: New patch. * gnu-system.am (dist_patch_DATA): Add it.
-
Ludovic Courtès authored
* gnu/packages/gnunet.scm (libmicrohttpd): Upgrade to 0.9.37.
-
Ludovic Courtès authored
* gnu/packages/gnupg.scm (gnupg): Upgrade to 2.0.24. (gnupg-1): Upgrade to 1.4.17.
-
Ludovic Courtès authored
* gnu/packages/gnupg.scm (libgpg-error): Upgrade to 1.13.
-
Ludovic Courtès authored
* gnu/packages/nano.scm (nano): Upgrade to 2.3.4.
-
Ludovic Courtès authored
* gnu/packages/lightning.scm (lightning): Upgrade to 2.0.4.
-
Ludovic Courtès authored
* gnu/packages/disk.scm (ddrescue): Upgrade to 1.18.1.
-
Ludovic Courtès authored
* gnu/packages/guile.scm (mcron): Upgrade to 1.0.8.
-
Ludovic Courtès authored
* gnu/packages/gnutls.scm (libtasn1): Upgrade to 3.6.
-
Ludovic Courtès authored
* gnu/packages/nettle.scm (nettle-3): New variable.
-
Eric Bavier authored
* gnu/packages/parallel.scm (parallel)[source]: Upgrade to 20140622.
-
Eric Bavier authored
* gnu/packages/moe.scm (moe)[source]: Upgrade to 1.6. Add 'native-inputs' field.
-
- Jun 24, 2014
-
-
Ludovic Courtès authored
* guix/scripts/system.scm (install): Wrap 'install-grub' call in 'false-if-exception'. This is a followup to 641f9a2a.
-
Ludovic Courtès authored
* gnu/packages/pulseaudio.scm (json-c): Move to... * gnu/packages/web.scm (json-c): ... here. New variable.
-
Ludovic Courtès authored
* gnu/packages/pulseaudio.scm (json-c)[source]: Upgrade to 0.12. Add 'modules' and 'snippet' fields.
-
- Jun 23, 2014
-
-
Ludovic Courtès authored
* gnu/system/install.scm (installation-services): Call 'udev-service'.
-
Ludovic Courtès authored
* gnu/services/base.scm (udev-service): New procedure. (%base-services): Use it. * gnu/system.scm (%base-packages): Add UDEV.
-
David Thompson authored
* gnu/packages/mail.scm (notmuch): New variable.
-
David Thompson authored
gnu/packages/screen.scm (dtach): New variable.
-
David Thompson authored
* gnu/packages/samba.scm (talloc): New variable.
-
- Jun 22, 2014
-
-
Ludovic Courtès authored
* gnu/system/install.scm (installation-os): Remove 'groups' field. * build-aux/hydra/demo-os.scm: Likewise.
-
Ludovic Courtès authored
* gnu/system/shadow.scm (%base-groups): New variable. * gnu/system.scm (<operating-system>)[groups]: Use it as the default.
-
Ludovic Courtès authored
* gnu/system/shadow.scm (<user-group>)[members]: Remove field. * gnu/system/install.scm (installation-os)[users]: Remove 'members' fields. Use 'supplementary-groups' for 'guest'. * build-aux/hydra/demo-os.scm (users): Likewise. * gnu/services/base.scm (guix-service): Remove 'members' field.
-
Ludovic Courtès authored
* gnu/packages/patches/kmod-module-directory.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. * gnu/packages/linux.scm (kmod)[origin]: Use it.
-
Andreas Enge authored
* gnu/packages/linux.scm (udev): New variable. * gnu/packages/patches/udev-gir-libtool.patch: New file. * gnu-system.am (dist_patch_DATA): Add it. Co-authored-by:
Ludovic Courtès <ludo@gnu.org>
-
Andreas Enge authored
* gnu/packages/linux.scm (kmod): New variable. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
- Jun 21, 2014
-
-
Ludovic Courtès authored
Fixes <http://bugs.gnu.org/17827>. * guix/build/linux-initrd.scm (mount-root-file-system) [volatile-root?]: Pass unionfs '-o max_file=65536'.
-
Ludovic Courtès authored
-