- Jul 12, 2014
-
-
Ludovic Courtès authored
* gnu/services/networking.scm (static-networking-service): Use -i, -A, and --up with Inetutils' ifconfig. Do 'route del -net default' only when GATEWAY is true.
-
Ludovic Courtès authored
* gnu/system.scm (%base-packages): Add WHICH.
-
Ludovic Courtès authored
* gnu/services/networking.scm (static-networking-service): Add #:provision parameter; use it. * gnu/services/base.scm (%base-services): Call 'static-networking-service' for "lo".
-
Ludovic Courtès authored
Partly fixes <http://bugs.gnu.org/18002>. Reported by David Thompson <dthompson2@worcester.edu>. * gnu/system.scm (union): Remove #:system parameter, which was unused.
-
Ludovic Courtès authored
Partly fixes <http://bugs.gnu.org/18002>. Reported by David Thompson <dthompson2@worcester.edu>. * guix/gexp.scm (gexp->derivation): Change #:system to default #f. Use (%current-system) from within the 'mlet*'. * tests/gexp.scm ("gexp->derivation, default system"): New test.
-
Ludovic Courtès authored
* guix/monads.scm (mapm): Don't reverse LST, so that items are processed from left to right. Bind the result of 'foldm' and reverse it. * tests/monads.scm ("sequence"): Change 'frob' so it performs its side effect within an 'mlet' body. Adjust call accordingly.
-
John Darrington authored
* gnu-system.am (GNU_SYSTEM_MODULES): Add new file. * gnu/packages/links.scm: New file.
-
- Jul 11, 2014
-
-
Ludovic Courtès authored
* doc/guix.texi (Using the Configuration System): Remove details about '%base-services', and link to "Services". (Services): Add introductory text. (Base Services, Networking Services, X Window): New nodes.
-
Ludovic Courtès authored
* gnu/services/base.scm (host-name-service): Use Texinfo markup. (mingetty-service): Comment on #:allow-empty-passwords?. Improve markup. (syslog-service, guix-service): Use Texinfo markup. * gnu/services/networking.scm (static-networking-service): Likewise. * gnu/services/xorg.scm (slim-service): Likewise.
-
Ludovic Courtès authored
This fixes a bug whereby, if #:allow-root-passwords was #f, 'groupadd' would ask for a password. This is particularly problematic during activation. * gnu/system/linux.scm (rootok-pam-service): New procedure. (base-pam-services): Use it for all the user* and group* commands.
-
Ludovic Courtès authored
* guix/packages.scm (print-origin): New procedure. (<origin>): Add it as record type printer.
-
Eric Bavier authored
* gnu/packages/texlive.scm (texlive-extra-src, texlive-texmf-src, texlive): Upgrade to 2014. (texlive)[arguments]: Remove 'patch-perl-shebang' phase.
-
David Thompson authored
* gnu/packages/fish.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
- Jul 10, 2014
-
-
Ludovic Courtès authored
* gnu/system/shadow.scm (%base-groups): Add "netdev".
-
Ludovic Courtès authored
* gnu/packages/linux.scm (linux-libre)[arguments]: Remove #:strip-flags, which led to unloadable modules. This reverts commit 9ca7eaa1. [build-phase]: Add INSTALL_MOD_STRIP=1.
-
Ludovic Courtès authored
* gnu/packages/vtk.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it.
-
Ludovic Courtès authored
* gnu/packages/plotutils.scm (plotutils): Move LIBXAW to from 'inputs' to 'propagated-inputs'.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (kernel-config): Return #f rather than error out in the default case. (linux-libre)[native-inputs]: Add "kconfig" input only when 'kernel-config' returns true. [build-phase]: Adjust accordingly.
-
- Jul 09, 2014
-
-
Ludovic Courtès authored
* gnu/packages/linux.scm (linux-libre)[arguments]: Add #:strip-flags.
-
Ludovic Courtès authored
Thanks to Jason Self <jself@gnu.org> for the kernel configs. * gnu/packages/linux.scm (kernel-config): New procedure. (linux-libre)[build-phase]: Copy it to .config. Reduce the list of things appended to .config. [native-inputs]: Add "kconfig" input. * gnu/packages/linux-libre-i686.conf, gnu/packages/linux-libre-x86_64.conf: New files, from <http://jxself.org/x86-32.txt> and <http://jxself.org/x86-64.txt>. * Makefile.am (KCONFIGS): New variable. (nobase_dist_guilemodule_DATA): Add it.
-
Ludovic Courtès authored
* gnu/services/base.scm (udev-service)[start]: Add 'wait-for-udevd', and call it before running 'udevadm trigger'. Pass --action=add to 'udevadm trigger'. Call 'udevadm settle' after 'udevadm trigger'.
-
Ludovic Courtès authored
* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Remove sections "Monitor", "InputClass", "ServerLayout", "Device", and "Screen".
-
Ludovic Courtès authored
* gnu/services/xorg.scm: Add 'udev' to the 'requirement' field.
-
Ludovic Courtès authored
* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Add 'ModulePath' entries for xf86-video-{fbdev,cirrus,intel,mach64,nv} and xf86-input-{synaptics,vmmouse}.
-
Ludovic Courtès authored
* gnu/services/xorg.scm (xorg-start-command)[xserver.conf]: Fix typo in font path.
-
John Darrington authored
* gnu-system.am (GNU_SYSTEM_MODULES): Add new file. * gnu/packages/telephony.scm: New file.
-
- Jul 08, 2014
-
-
Ludovic Courtès authored
* guix/scripts/system.scm (switch-to-system): Add #:system parameter; pass it to 'run-with-store'. (%options): Add '--system'. (guix-system): Pass the 'system' option to 'run-with-store', 'package-derivation', and 'switch-to-system' calls. * doc/guix.texi (Invoking guix system): Document '--system' and '--image-size'.
-
Cyrill Schenkel authored
* gnu-system.am (GNU_SYSTEM_MODULES): Add new package. * gnu/packages/conkeror.scm: New file. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Mark H Weaver authored
* gnu/packages/tor.scm (tor): Upgrade to 0.2.4.22.
-
- Jul 07, 2014
-
-
Ludovic Courtès authored
* gnu/services/avahi.scm (avahi-service)[start]: Wrap command in a list. * gnu/services/dbus.scm (dbus-service)[start]: Likewise. * gnu/services/ssh.scm (lsh-service): Likewise. * gnu/services/base.scm (mingetty-service)[start]: Likewise. (nscd-service)[start]: Likewise. (syslog-service)[start]: Likewise. (guix-service)[start]: Likewise. (udev-service)[start]: Use 'exec-command' instead of 'execl'. * gnu/services/xorg.scm (slim-service)[start]: Likewise, and use #:environment-variables.
-
Ludovic Courtès authored
* gnu/packages/admin.scm (dmd): Update to 0.2; remove 'patches'. * gnu/packages/patches/dmd-getpw.patch, gnu/packages/patches/dmd-tests-longer-sleeps.patch: Remove. * gnu-system.am (dist_patch_DATA): Adjust accordingly.
-
Ludovic Courtès authored
* gnu/packages/linux.scm (%boot-logo-patch): New variable. (linux-libre)[build-phase]: Apply it. [native-inputs]: Add it.
-
Mark H Weaver authored
* gnu/packages/messaging.scm (bitlbee): Upgrade to 3.2.2. Remove patches. Use 'libotr' instead of 'libotr-3'. * gnu/packages/patches/bitlbee-fix-tests.patch: Remove file. * gnu/packages/patches/bitlbee-memset-fix.patch: Remove file. * gnu-system.am (dist_patch_DATA): Remove patches.
-
- Jul 06, 2014
-
-
Ludovic Courtès authored
* tests/guix-package.sh (HOME): Recompute using 'pwd -P'.
-
Ludovic Courtès authored
Fixes <http://bugs.gnu.org/17935>. * pre-inst-env.in (abs_top_builddir, abs_top_srcdir): Use 'pwd -P'.
-
Ludovic Courtès authored
* pre-inst-env.in (GUILE_LOAD_PATH): Remove extraneous colon.
-
- Jul 05, 2014
-
-
Ludovic Courtès authored
* gnu/packages/gnupg.scm (gnupg): Update to 2.0.25. (gnupg-1): Update to 1.4.18.
-
Ludovic Courtès authored
Fixes <http://bugs.gnu.org/17935>. Reported by Alex Kost <alezost@gmail.com>. * test-env.in: Canonicalize $NIX_STORE_DIR, and remove $NIX_IGNORE_SYMLINK_STORE setting. * tests/guix-register.sh: Likewise, canonicalize $new_store_dir and $new_store and leave $NIX_IGNORE_SYMLINK_STORE unchanged.
-
John Darrington authored
* gnu/packages/maths.scm (maxima): New variable.
-
John Darrington authored
* gnu-system.am (GNU_SYSTEM_MODULES): Add new package. * gnu/packages/lisp.scm: New file.
-