- Apr 04, 2015
-
-
Federico Beffa authored
* guix/build-system/haskell.scm: New file. * guix/build/haskell-build-system.scm: New file. * doc/guix.texi: Add section on 'haskell-build-system'.
-
- Apr 03, 2015
-
-
Ludovic Courtès authored
* gnu/services/ssh.scm (lsh-service): Change #:initialize? to default to #t. * doc/guix.texi (Using the Configuration System): Remove #:initialize? #t from example. (Networking Services): Adjust accordingly.
-
- Apr 02, 2015
-
-
Ludovic Courtès authored
* doc/guix.texi (Invoking guix gc): Add that this is the only way to delete files.
-
Ludovic Courtès authored
* doc/guix.texi (Build Environment Setup): Remove bit about creating /gnu/store. This is done automatically since 15ddeff5.
-
- Apr 01, 2015
-
-
Alex Kost authored
* gnu/services/base.scm (syslog-service): Add 'config-file' keyword argument. * doc/guix.texi (Base Services): Document it.
-
- Mar 29, 2015
-
-
Ludovic Courtès authored
* guix/gexp.scm (<local-file>): New record type. (local-file): New procedure. (local-file-compiler): New compiler. (gexp->sexp) <struct? thing>: Handle the case where 'lower' returns a file name. (text-file*): Update docstring.local-file doc * tests/gexp.scm ("one local file", "gexp->derivation, local-file"): New tests. * doc/guix.texi (G-Expressions): Mention local files early. Document 'local-file'. Update 'text-file*' documentation.
-
Ludovic Courtès authored
This is a followup to bcb13287. * doc/guix.texi (G-Expressions): Move paragraph about extensibility below. Remove assumptions that things are either packages or derivations.
-
- Mar 26, 2015
-
-
Alex Kost authored
* gnu/services/lirc.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * doc/guix.texi (Various Services): New node. Document 'lirc-service'.
-
- Mar 19, 2015
-
-
Ludovic Courtès authored
* doc/guix.texi (Running the Test Suite): New section.
-
- Mar 17, 2015
-
-
Ludovic Courtès authored
From now own, (guix packages) depends on (guix gexps); it was the other way around now. This means that (guix packages) code can use gexps. * guix/gexp.scm (origin-compiler, package-compiler): Remove. (default-guile-derivation): New procedure. (gexp->derivation): Use it instead of 'default-guile' + 'package->derivation'. * guix/packages.scm (default-guile-derivation): New procedure. (package-compiler, origin-compiler): New variables. * doc/guix.texi (G-Expressions): Mention extensibility.
-
- Mar 13, 2015
-
-
Sou Bunnbu (宋文武) authored
* gnu/services/xorg.scm (<session-type>, %windowmaker-session-type) (%ratposion-session-type, %sawfish-session-type, %default-xsessions) (xsessions-directory): Remove. (slim-service): Remove #:sessions parameter. [slim.cfg]: Use /run/current-system/profile/share/xsessions as sessiondir. * doc/guix.texi <X Window>: Adjust accordingly.
-
- Mar 11, 2015
-
-
Ludovic Courtès authored
Suggested by Tomáš Čech. * doc/guix.texi (Using the Configuration System): Pass #:initialize? #t to 'lsh-service'.
-
- Mar 03, 2015
-
-
Mark H Weaver authored
This reverts commit e979e6dd.
-
- Mar 02, 2015
-
-
Ludovic Courtès authored
* gnu/system.scm (<operating-system>)[x509-certificates]: New field. (etc-directory): Add #:x509-certificates parameter and honor it. (operating-system-etc-directory): Pass #:x509-certificates in 'etc-directory' call. * doc/guix.texi (operating-system Reference): Document 'x509-certificates'.
-
- Feb 26, 2015
-
-
Ludovic Courtès authored
That makes WindowMaker the default session, by default. * gnu/services/xorg.scm (xsessions-directory)[builder]: Prepend a number in the file name to preserve the order of SESSIONS. (slim-service): Augment docstring. * doc/guix.texi (X Window): Adjust accordingly.
-
- Feb 19, 2015
-
-
Eric Bavier authored
* guix/import/cpan.scm (%corelist): New variable. (module->dist-name, core-module?): New procedures. (cpan-module->sexp)[convert-inputs]: Use them. Include "test" dependencies in converted inputs. * doc/guix.texi (Invoking guix import)[cpan]: Mention corelist filtering.
-
Eric Bavier authored
* guix/build/perl-build-system.scm (configure): Use Build.PL if present. (build, check, install): New procedures. (%standard-phases): Replace build, check, and install phases. * guix/build-system/perl (perl-build): Add make-maker? and module-build-flags arguments. * doc/guix.texi (Build Systems)[perl-build-system]: Document behavior rsp. Build.PL and new arguments.
-
- Feb 13, 2015
-
-
Ludovic Courtès authored
* guix/gexp.scm (gexp->derivation): Add #:graft? parameter and honor it. * tests/gexp.scm ("gexp->derivation vs. grafts"): New test. * doc/guix.texi (G-Expressions): Update 'gexp->derivation' documentation.
-
- Feb 12, 2015
-
-
Ludovic Courtès authored
* guix/store.scm (text-file): Add optional 'references' parameter. Pass it to 'add-text-to-store'. * doc/guix.texi (The Store Monad): Adjust accordingly.
-
- Feb 11, 2015
-
-
Ludovic Courtès authored
* guix/gexp.scm (lower-references): New procedure. (gexp->derivation): Add #:allowed-references and honor it. * tests/gexp.scm ("gexp->derivation #:allowed-references", "gexp->derivation #:allowed-references, disallowed"): New tests. * doc/guix.texi (G-Expressions): Update 'gexp->derivation' doc.
-
Ludovic Courtès authored
Reported by Quentin Pradet <webmasters-comment@gnu.org>. * doc/guix.texi (System Installation): Use @code instead of @url for the abstract URL.
-
- Feb 08, 2015
-
-
Deck Pickard authored
* gnu/services/ssh.scm (lsh-service): New #:keys (daemonic?, pid-file?, pid-file). Build new lshd-command and expand service-requirement field. * doc/guix.texi (Networking Services): Update accordingly. Signed-off-by:
Ludovic Courtès <ludo@gnu.org>
-
Ricardo Wurmus authored
* guix/build-system/waf.scm, guix/build/waf-build-system.scm: New files. * Makefile.am (MODULES): Add them. * doc/guix.texi (Build Systems): Document waf-build-system.
-
Ludovic Courtès authored
Reported by Marek Benc. * doc/guix.texi (Initial RAM Disk): Remove ".ko" from the 'base-initrd' example. Add a comment.
-
- Feb 07, 2015
-
-
Ludovic Courtès authored
Fixes <http://bugs.gnu.org/19771>. Reported by Andrei Osipov <andrspv@gmail.com>. * doc/guix.texi (Invoking guix-daemon): Document the build directory location.
-
- Feb 06, 2015
-
-
Ludovic Courtès authored
Reported on #guix. * doc/guix.texi (System Installation)[USB Stick Installation]: Mention "eno1" instead of "eth0" and give other examples.
-
- Feb 04, 2015
-
-
Mark H Weaver authored
* gnu/services/networking.scm (wicd-service): New procedure. * doc/guix.texi (Networking Services): Document it.
-
Ludovic Courtès authored
* gnu/services/base.scm (nscd-service): Add #:name-services parameter. In 'start' field, set LD_LIBRARY_PATH based on #:name-services. * doc/guix.texi (Base Services): Document it. (Name Service Switch): Link to 'nscd-service'.
-
Ludovic Courtès authored
* gnu/system/nss.scm: New file. * gnu-system.am (GNU_SYSTEM_MODULES): Add it. * gnu.scm (%public-modules): Add it. * gnu/system.scm (<operating-system>)[name-service-switch]: New field. (etc-directory): Add #:nss parameter and honor it. (operating-system-etc-directory): Adjust call accordingly. * doc/guix.texi (operating-system Reference): Document 'name-service-switch'. (Name Service Switch): New section.
-
- Feb 03, 2015
-
-
Sou Bunnbu (宋文武) authored
* gnu/services/xorg.scm (%sawfish-session-type): New variable. * doc/guix.texi (X Window): Mention it.
-
- Feb 02, 2015
-
-
Ludovic Courtès authored
* guix/store.scm (build-derivations): Remove. * guix/derivations.scm (build-derivations): Write in terms of 'build-things'. * doc/guix.texi (Invoking guix build): Adjust text accordingly.
-
- Jan 28, 2015
-
-
Ludovic Courtès authored
* doc/guix.texi (Networking Services): Fix typo in 'lsh-service' parameters.
-
Ludovic Courtès authored
* doc/guix.texi (System Installation): Change to --image-size=850MiB.
-
- Jan 27, 2015
-
-
Ludovic Courtès authored
* doc/guix.texi (System Installation): Change the file name to 'gsd-usb-install-*'.
-
Ludovic Courtès authored
* doc/guix.texi (System Installation): Mention Xfce. Update package count.
-
- Jan 26, 2015
-
-
Ludovic Courtès authored
* doc/guix.texi (Invoking guix lint): Give examples of checkers.
-
Ludovic Courtès authored
* gnu/services/xorg.scm (<session-type>): New record type. (%windowmaker-session-type, %ratpoison-session-type): New variables. (%default-xsessions): Use them. (xsessions-directory): Expect SESSIONS to be a list of <session-type> and rewrite accordingly. (slim-service): Adjust docstring. * doc/guix.texi (X Window): Update accordingly.
-
- Jan 23, 2015
-
-
Ludovic Courtès authored
* gnu/services/base.scm (guix-service): Change AUTHORIZE-HYDRA-KEY? default value to #t.
-
Ludovic Courtès authored
* doc/guix.texi (System Installation): Change image name to guix-usb-*.
-
Ludovic Courtès authored
* doc/guix.texi (Introduction): Introduce "Guix System Distribution". Add a couple of sentences about it. Remove "Guixotic". (GNU Distribution): Likewise. (System Installation): Ditto.
-