offload: Add 'ssh-options' field to <build-machine>.
[jackhill/guix/guix.git] / doc / guix.texi
CommitLineData
568717fd
LC
1\input texinfo
2@c -*-texinfo-*-
3
4@c %**start of header
5@setfilename guix.info
6@documentencoding UTF-8
f8348b91 7@settitle GNU Guix Reference Manual
568717fd
LC
8@c %**end of header
9
10@include version.texi
7df7a74e
NK
11
12@copying
4379c35b 13Copyright @copyright{} 2012, 2013, 2014, 2015 Ludovic Courtès@*
af8a56b8 14Copyright @copyright{} 2013, 2014 Andreas Enge@*
87eafdbd 15Copyright @copyright{} 2013 Nikita Karetnikov@*
8c01b9d0
ML
16Copyright @copyright{} 2015 Mathieu Lirzin@*
17Copyright @copyright{} 2014 Pierre-Antoine Rault@*
87eafdbd 18Copyright @copyright{} 2015 Taylan Ulrich Bayırlı/Kammer
7df7a74e
NK
19
20Permission is granted to copy, distribute and/or modify this document
21under the terms of the GNU Free Documentation License, Version 1.3 or
22any later version published by the Free Software Foundation; with no
23Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
24copy of the license is included in the section entitled ``GNU Free
25Documentation License''.
26@end copying
568717fd 27
eeaf4427 28@dircategory Package management
568717fd
LC
29@direntry
30* guix: (guix). Guix, the functional package manager.
e49951eb 31* guix package: (guix)Invoking guix package
eeaf4427 32 Managing packages with Guix.
e49951eb 33* guix build: (guix)Invoking guix build
568717fd 34 Building packages with Guix.
054e8576
LC
35* guix system: (guix)Invoking guix system
36 Managing the operating system configuration.
568717fd 37@end direntry
568717fd 38
372c4bbc
DT
39@dircategory Software development
40@direntry
41* guix environment: (guix)Invoking guix environment
42 Building development environments with Guix.
43@end direntry
44
568717fd 45@titlepage
7730d112
LC
46@title GNU Guix Reference Manual
47@subtitle Using the GNU Guix Functional Package Manager
568717fd 48@author Ludovic Courtès
da7cabd4 49@author Andreas Enge
acc08466 50@author Nikita Karetnikov
568717fd
LC
51
52@page
53@vskip 0pt plus 1filll
54Edition @value{EDITION} @*
55@value{UPDATED} @*
56
7df7a74e 57@insertcopying
568717fd
LC
58@end titlepage
59
568717fd
LC
60@contents
61
62@c *********************************************************************
63@node Top
f8348b91 64@top GNU Guix
568717fd 65
f8348b91
LC
66This document describes GNU Guix version @value{VERSION}, a functional
67package management tool written for the GNU system.
568717fd
LC
68
69@menu
70* Introduction:: What is Guix about?
bd5e766b 71* Installation:: Installing Guix.
eeaf4427 72* Package Management:: Package installation, upgrade, etc.
568717fd
LC
73* Programming Interface:: Using Guix in Scheme.
74* Utilities:: Package management commands.
a1ba8475 75* GNU Distribution:: Software for your friendly GNU system.
9bf3c1a7 76* Contributing:: Your help needed!
568717fd
LC
77
78* Acknowledgments:: Thanks!
79* GNU Free Documentation License:: The license of this manual.
80* Concept Index:: Concepts.
a85b83d2 81* Programming Index:: Data types, functions, and variables.
aaa3eaa9
LC
82
83@detailmenu
84 --- The Detailed Node Listing ---
85
86Installation
87
1b2b8177 88* Binary Installation:: Getting Guix running in no time!
aaa3eaa9 89* Requirements:: Software needed to build and run Guix.
ec0339cd 90* Running the Test Suite:: Testing Guix.
aaa3eaa9
LC
91* Setting Up the Daemon:: Preparing the build daemon's environment.
92* Invoking guix-daemon:: Running the build daemon.
0e2d0213 93* Application Setup:: Application-specific setup.
aaa3eaa9
LC
94
95Setting Up the Daemon
96
97* Build Environment Setup:: Preparing the isolated build environment.
98* Daemon Offload Setup:: Offloading builds to remote machines.
99
100Package Management
101
102* Features:: How Guix will make your life brighter.
103* Invoking guix package:: Package installation, removal, etc.
104* Emacs Interface:: Package management from Emacs.
105* Substitutes:: Downloading pre-built binaries.
106* Packages with Multiple Outputs:: Single source package, multiple outputs.
107* Invoking guix gc:: Running the garbage collector.
108* Invoking guix pull:: Fetching the latest Guix and distribution.
109* Invoking guix archive:: Exporting and importing store files.
110
111Programming Interface
112
113* Defining Packages:: Defining new packages.
114* Build Systems:: Specifying how packages are built.
115* The Store:: Manipulating the package store.
116* Derivations:: Low-level interface to package derivations.
117* The Store Monad:: Purely functional interface to the store.
118* G-Expressions:: Manipulating build expressions.
119
92492b23
LC
120Defining Packages
121
122* package Reference:: The package data type.
123* origin Reference:: The origin data type.
124
aaa3eaa9
LC
125Utilities
126
127* Invoking guix build:: Building packages from the command line.
fcc58db6 128* Invoking guix edit:: Editing package definitions.
aaa3eaa9
LC
129* Invoking guix download:: Downloading a file and printing its hash.
130* Invoking guix hash:: Computing the cryptographic hash of a file.
131* Invoking guix import:: Importing package definitions.
132* Invoking guix refresh:: Updating package definitions.
133* Invoking guix lint:: Finding errors in package definitions.
fcc58db6 134* Invoking guix size:: Profiling disk usage.
aaa3eaa9 135* Invoking guix environment:: Setting up development environments.
aff8ce7c 136* Invoking guix publish:: Sharing substitutes.
aaa3eaa9
LC
137
138GNU Distribution
139
140* System Installation:: Installing the whole operating system.
35ed9306 141* System Configuration:: Configuring the operating system.
aaa3eaa9
LC
142* Installing Debugging Files:: Feeding the debugger.
143* Security Updates:: Deploying security fixes quickly.
144* Package Modules:: Packages from the programmer's viewpoint.
145* Packaging Guidelines:: Growing the distribution.
146* Bootstrapping:: GNU/Linux built from scratch.
147* Porting:: Targeting another platform or kernel.
148
149System Configuration
150
151* Using the Configuration System:: Customizing your GNU system.
152* operating-system Reference:: Detail of operating-system declarations.
153* File Systems:: Configuring file system mounts.
154* Mapped Devices:: Block device extra processing.
155* User Accounts:: Specifying user accounts.
598e19dc 156* Locales:: Language and cultural convention settings.
aaa3eaa9
LC
157* Services:: Specifying system services.
158* Setuid Programs:: Programs running with root privileges.
1b2b8177 159* X.509 Certificates:: Authenticating HTTPS servers.
996ed739 160* Name Service Switch:: Configuring libc's name service switch.
aaa3eaa9
LC
161* Initial RAM Disk:: Linux-Libre bootstrapping.
162* GRUB Configuration:: Configuring the boot loader.
163* Invoking guix system:: Instantiating a system configuration.
164* Defining Services:: Adding new service definitions.
165
166Services
167
168* Base Services:: Essential system services.
169* Networking Services:: Network setup, SSH daemon, etc.
170* X Window:: Graphical display.
1b2b8177
LC
171* Desktop Services:: D-Bus and desktop services.
172* Database Services:: SQL databases.
aa4ed923 173* Various Services:: Other services.
aaa3eaa9
LC
174
175Packaging Guidelines
176
ec0339cd
LC
177* Software Freedom:: What may go into the distribution.
178* Package Naming:: What's in a name?
179* Version Numbers:: When the name is not enough.
180* Python Modules:: Taming the snake.
181* Perl Modules:: Little pearls.
182* Fonts:: Fond of fonts.
aaa3eaa9 183
8c01b9d0
ML
184Contributing
185
186* Building from Git:: The latest and greatest.
187* Running Guix Before It Is Installed:: Hacker tricks.
188* The Perfect Setup:: The right tools.
189* Coding Style:: Hygiene of the contributor.
190* Submitting Patches:: Share your work.
191
192Coding Style
193
194* Programming Paradigm:: How to compose your elements.
195* Modules:: Where to store your code?
196* Data Types and Pattern Matching:: Implementing data structures.
197* Formatting Code:: Writing conventions.
198
aaa3eaa9 199@end detailmenu
568717fd
LC
200@end menu
201
202@c *********************************************************************
203@node Introduction
204@chapter Introduction
205
c80e7e55
LC
206GNU Guix@footnote{``Guix'' is pronounced like ``geeks'', or ``ɡiːks''
207using the international phonetic alphabet (IPA).} is a functional
208package management tool for the GNU system. Package management consists
4bfc4ea3
NK
209of all activities that relate to building packages from sources,
210honoring their build-time and run-time dependencies,
c80e7e55
LC
211installing packages in user environments, upgrading installed packages
212to new versions or rolling back to a previous set, removing unused
213software packages, etc.
568717fd
LC
214
215@cindex functional package management
216The term @dfn{functional} refers to a specific package management
217discipline. In Guix, the package build and installation process is seen
4bfc4ea3
NK
218as a function, in the mathematical sense. That function takes inputs,
219such as build scripts, a compiler, and libraries, and
220returns an installed package. As a pure function, its result depends
568717fd
LC
221solely on its inputs---for instance, it cannot refer to software or
222scripts that were not explicitly passed as inputs. A build function
4bfc4ea3
NK
223always produces the same result when passed a given set of inputs. It
224cannot alter the system's environment in
568717fd
LC
225any way; for instance, it cannot create, modify, or delete files outside
226of its build and installation directories. This is achieved by running
e900c503 227build processes in isolated environments (or @dfn{containers}), where only their
4bfc4ea3 228explicit inputs are visible.
568717fd 229
e531ac2a 230@cindex store
568717fd 231The result of package build functions is @dfn{cached} in the file
e531ac2a
LC
232system, in a special directory called @dfn{the store} (@pxref{The
233Store}). Each package is installed in a directory of its own, in the
834129e0 234store---by default under @file{/gnu/store}. The directory name contains
568717fd
LC
235a hash of all the inputs used to build that package; thus, changing an
236input yields a different directory name.
237
238This approach is the foundation of Guix's salient features: support for
4bfc4ea3 239transactional package upgrade and rollback, per-user installation, and
eeaf4427 240garbage collection of packages (@pxref{Features}).
568717fd 241
4bfc4ea3 242Guix has a command-line interface, which allows users to build, install,
568717fd 243upgrade, and remove packages, as well as a Scheme programming interface.
568717fd 244
3ca2731c 245@cindex Guix System Distribution
4705641f 246@cindex GuixSD
a1ba8475 247Last but not least, Guix is used to build a distribution of the GNU
3ca2731c 248system, with many GNU and non-GNU free software packages. The Guix
4705641f
LC
249System Distribution, or GNU@tie{}GuixSD, takes advantage of the core
250properties of Guix at the system level. With GuixSD, users
3ca2731c
LC
251@emph{declare} all aspects of the operating system configuration, and
252Guix takes care of instantiating that configuration in a reproducible,
253stateless fashion. @xref{GNU Distribution}.
a1ba8475 254
bd5e766b
LC
255@c *********************************************************************
256@node Installation
257@chapter Installation
258
48febeb8
LC
259GNU Guix is available for download from its website at
260@url{http://www.gnu.org/software/guix/}. This section describes the
261software requirements of Guix, as well as how to install it and get
262ready to use it.
bd5e766b 263
5af6de3e
LC
264Note that this section is concerned with the installation of the package
265manager, which can be done on top of a running GNU/Linux system. If,
266instead, you want to install the complete GNU operating system,
6621cdb6 267@pxref{System Installation}.
5af6de3e 268
bd5e766b 269@menu
09722b11 270* Binary Installation:: Getting Guix running in no time!
bd5e766b 271* Requirements:: Software needed to build and run Guix.
ec0339cd 272* Running the Test Suite:: Testing Guix.
bd5e766b
LC
273* Setting Up the Daemon:: Preparing the build daemon's environment.
274* Invoking guix-daemon:: Running the build daemon.
0e2d0213 275* Application Setup:: Application-specific setup.
bd5e766b
LC
276@end menu
277
09722b11
LC
278@node Binary Installation
279@section Binary Installation
280
281This section describes how to install Guix on an arbitrary system from a
282self-contained tarball providing binaries for Guix and for all its
283dependencies. This is often quicker than installing from source, which
284is described in the next sections. The only requirement is to have
285GNU@tie{}tar and Xz.
286
287Installing goes along these lines:
288
289@enumerate
290@item
291Download the binary tarball from
ae806096 292@indicateurl{ftp://alpha.gnu.org/gnu/guix/guix-binary-@value{VERSION}.@var{system}.tar.xz}@footnote{As
09722b11
LC
293usual, make sure to download the associated @file{.sig} file and to
294verify the authenticity of the tarball against it!}, where @var{system}
295is @code{x86_64-linux} for an @code{x86_64} machine already running the
296kernel Linux, and so on.
297
298@item
299As @code{root}, run:
300
301@example
5dc42964 302# cd /tmp
b91d7f0f 303# tar xf guix-binary-@value{VERSION}.@var{system}.tar.xz
5dc42964 304# mv var/guix /var/ && mv gnu /
09722b11
LC
305@end example
306
7acd3439
LC
307This creates @file{/gnu/store} (@pxref{The Store}) and @file{/var/guix}.
308The latter contains a ready-to-use profile for @code{root} (see next
309step.)
09722b11 310
5dc3ce5f
LC
311Do @emph{not} unpack the tarball on a working Guix system since that
312would overwrite its own essential files.
313
7acd3439
LC
314@item
315Make @code{root}'s profile available under @file{~/.guix-profile}:
316
317@example
318# ln -sf /var/guix/profiles/per-user/root/guix-profile \
319 ~root/.guix-profile
320@end example
321
09722b11 322@item
175ced41 323Run the daemon:
09722b11
LC
324
325@example
7acd3439 326# ~root/.guix-profile/bin/guix-daemon --build-users-group=guixbuild
09722b11
LC
327@end example
328
329@item
330Make the @command{guix} command available to other users on the machine,
331for instance with:
332
333@example
334# mkdir -p /usr/local/bin
335# cd /usr/local/bin
d72d05f9 336# ln -s /var/guix/profiles/per-user/root/guix-profile/bin/guix
09722b11 337@end example
39f8ed14
LC
338
339@item
340To use substitutes from @code{hydra.gnu.org} (@pxref{Substitutes}),
341authorize them:
342
343@example
7acd3439 344# guix archive --authorize < ~root/.guix-profile/share/guix/hydra.gnu.org.pub
39f8ed14 345@end example
09722b11
LC
346@end enumerate
347
348And that's it!
349
5dc3ce5f 350The @code{guix} package must remain available in @code{root}'s
09722b11
LC
351profile, or it would become subject to garbage collection---in which
352case you would find yourself badly handicapped by the lack of the
353@command{guix} command.
354
39f8ed14
LC
355The tarball in question can be (re)produced and verified simply by
356running the following command in the Guix source tree:
09722b11
LC
357
358@example
359make guix-binary.@var{system}.tar.xz
360@end example
361
362
bd5e766b
LC
363@node Requirements
364@section Requirements
365
09722b11
LC
366This section lists requirements when building Guix from source. The
367build procedure for Guix is the same as for other GNU software, and is
368not covered here. Please see the files @file{README} and @file{INSTALL}
369in the Guix source tree for additional details.
370
bd5e766b
LC
371GNU Guix depends on the following packages:
372
373@itemize
47c66da0 374@item @url{http://gnu.org/software/guile/, GNU Guile}, version 2.0.7 or later;
288dca55 375@item @url{http://gnupg.org/, GNU libgcrypt};
f0b98b84 376@item @url{http://www.gnu.org/software/make/, GNU Make}.
8a96bd4b
ID
377@end itemize
378
379The following dependencies are optional:
380
381@itemize
288dca55 382@item
8a96bd4b 383Installing
288dca55 384@url{http://savannah.nongnu.org/projects/guile-json/, Guile-JSON} will
2f7d2d91
LC
385allow you to use the @command{guix import pypi} command (@pxref{Invoking
386guix import}). It is of
288dca55 387interest primarily for developers and not for casual users.
8a96bd4b
ID
388@item
389Installing @uref{http://gnutls.org/, GnuTLS-Guile} will
390allow you to access @code{https} URLs with the @command{guix download}
d45dc6da
EB
391command (@pxref{Invoking guix download}), the @command{guix import pypi}
392command, and the @command{guix import cpan} command. This is primarily
393of interest to developers. @xref{Guile Preparations, how to install the
394GnuTLS bindings for Guile,, gnutls-guile, GnuTLS-Guile}.
bd5e766b
LC
395@end itemize
396
397Unless @code{--disable-daemon} was passed to @command{configure}, the
398following packages are also needed:
399
400@itemize
368d08f7
LC
401@item @url{http://sqlite.org, SQLite 3};
402@item @url{http://www.bzip.org, libbz2};
403@item @url{http://gcc.gnu.org, GCC's g++}, with support for the
404C++11 standard.
bd5e766b
LC
405@end itemize
406
4bfc4ea3
NK
407When a working installation of @url{http://nixos.org/nix/, the Nix package
408manager} is available, you
bd5e766b 409can instead configure Guix with @code{--disable-daemon}. In that case,
4bfc4ea3 410Nix replaces the three dependencies above.
bd5e766b 411
b22a12fd
LC
412Guix is compatible with Nix, so it is possible to share the same store
413between both. To do so, you must pass @command{configure} not only the
414same @code{--with-store-dir} value, but also the same
4bfc4ea3
NK
415@code{--localstatedir} value. The latter is essential because it
416specifies where the database that stores metadata about the store is
834129e0 417located, among other things. The default values for Nix are
b22a12fd 418@code{--with-store-dir=/nix/store} and @code{--localstatedir=/nix/var}.
4bfc4ea3
NK
419Note that @code{--disable-daemon} is not required if
420your goal is to share the store with Nix.
b22a12fd 421
ec0339cd
LC
422@node Running the Test Suite
423@section Running the Test Suite
424
425After a successful @command{configure} and @code{make} run, it is a good
426idea to run the test suite. It can help catch issues with the setup or
427environment, or bugs in Guix itself---and really, reporting test
428failures is a good way to help improve the software. To run the test
429suite, type:
430
431@example
432make check
433@end example
434
435Test cases can run in parallel: you can use the @code{-j} option of
436GNU@tie{}make to speed things up. The first run may take a few minutes
437on a recent machine; subsequent runs will be faster because the store
438that is created for test purposes will already have various things in
439cache.
440
441Upon failure, please email @email{bug-guix@@gnu.org} and attach the
442@file{test-suite.log} file. When @file{tests/@var{something}.scm}
443fails, please also attach the @file{@var{something}.log} file available
444in the top-level build directory. Please specify the Guix version being
445used as well as version numbers of the dependencies
446(@pxref{Requirements}) in your message.
447
bd5e766b
LC
448@node Setting Up the Daemon
449@section Setting Up the Daemon
450
451@cindex daemon
452Operations such as building a package or running the garbage collector
49e6291a 453are all performed by a specialized process, the @dfn{build daemon}, on
bd5e766b
LC
454behalf of clients. Only the daemon may access the store and its
455associated database. Thus, any operation that manipulates the store
456goes through the daemon. For instance, command-line tools such as
e49951eb 457@command{guix package} and @command{guix build} communicate with the
bd5e766b
LC
458daemon (@i{via} remote procedure calls) to instruct it what to do.
459
49e6291a 460The following sections explain how to prepare the build daemon's
225dafde
LC
461environment. Also @ref{Substitutes}, for information on how to allow
462the daemon to download pre-built binaries.
49e6291a
LC
463
464@menu
465* Build Environment Setup:: Preparing the isolated build environment.
466* Daemon Offload Setup:: Offloading builds to remote machines.
467@end menu
468
469@node Build Environment Setup
470@subsection Build Environment Setup
471
bd5e766b
LC
472In a standard multi-user setup, Guix and its daemon---the
473@command{guix-daemon} program---are installed by the system
834129e0 474administrator; @file{/gnu/store} is owned by @code{root} and
bd5e766b
LC
475@command{guix-daemon} runs as @code{root}. Unprivileged users may use
476Guix tools to build packages or otherwise access the store, and the
477daemon will do it on their behalf, ensuring that the store is kept in a
478consistent state, and allowing built packages to be shared among users.
479
480@cindex build users
481When @command{guix-daemon} runs as @code{root}, you may not want package
482build processes themselves to run as @code{root} too, for obvious
483security reasons. To avoid that, a special pool of @dfn{build users}
484should be created for use by build processes started by the daemon.
485These build users need not have a shell and a home directory: they will
486just be used when the daemon drops @code{root} privileges in build
487processes. Having several such users allows the daemon to launch
488distinct build processes under separate UIDs, which guarantees that they
489do not interfere with each other---an essential feature since builds are
490regarded as pure functions (@pxref{Introduction}).
491
492On a GNU/Linux system, a build user pool may be created like this (using
493Bash syntax and the @code{shadow} commands):
494
091196b3
LC
495@c See http://lists.gnu.org/archive/html/bug-guix/2013-01/msg00239.html
496@c for why `-G' is needed.
bd5e766b 497@example
cfc149dc
LC
498# groupadd --system guixbuild
499# for i in `seq -w 1 10`;
bd5e766b 500 do
cfc149dc
LC
501 useradd -g guixbuild -G guixbuild \
502 -d /var/empty -s `which nologin` \
503 -c "Guix build user $i" --system \
504 guixbuilder$i;
bd5e766b
LC
505 done
506@end example
507
508@noindent
54eb03ab
LC
509The number of build users determines how many build jobs may run in
510parallel, as specified by the @option{--max-jobs} option
511(@pxref{Invoking guix-daemon, @option{--max-jobs}}).
bd5e766b
LC
512The @code{guix-daemon} program may then be run as @code{root} with:
513
514@example
cfc149dc 515# guix-daemon --build-users-group=guixbuild
bd5e766b
LC
516@end example
517
e900c503 518@cindex chroot
b095792f
LC
519@noindent
520This way, the daemon starts build processes in a chroot, under one of
cfc149dc 521the @code{guixbuilder} users. On GNU/Linux, by default, the chroot
6dc99317
LC
522environment contains nothing but:
523
524@c Keep this list in sync with libstore/build.cc! -----------------------
525@itemize
526@item
4743a4da
LC
527a minimal @code{/dev} directory, created mostly independently from the
528host @code{/dev}@footnote{``Mostly'', because while the set of files
529that appear in the chroot's @code{/dev} is fixed, most of these files
530can only be created if the host has them.};
531
532@item
533the @code{/proc} directory; it only shows the container's processes
534since a separate PID name space is used;
6dc99317
LC
535
536@item
537@file{/etc/passwd} with an entry for the current user and an entry for
538user @file{nobody};
539
540@item
541@file{/etc/group} with an entry for the user's group;
542
543@item
544@file{/etc/hosts} with an entry that maps @code{localhost} to
545@code{127.0.0.1};
546
547@item
548a writable @file{/tmp} directory.
549@end itemize
b095792f 550
1e2644bb
LC
551If you are installing Guix as an unprivileged user, it is still possible
552to run @command{guix-daemon} provided you pass @code{--disable-chroot}.
553However, build processes will not be isolated from one another, and not
554from the rest of the system. Thus, build processes may interfere with
555each other, and may access programs, libraries, and other files
556available on the system---making it much harder to view them as
557@emph{pure} functions.
bd5e766b 558
49e6291a
LC
559
560@node Daemon Offload Setup
561@subsection Using the Offload Facility
562
563@cindex offloading
4ec2e92d
LC
564@cindex build hook
565When desired, the build daemon can @dfn{offload}
566derivation builds to other machines
49e6291a
LC
567running Guix, using the @code{offload} @dfn{build hook}. When that
568feature is enabled, a list of user-specified build machines is read from
569@file{/etc/guix/machines.scm}; anytime a build is requested, for
570instance via @code{guix build}, the daemon attempts to offload it to one
571of the machines that satisfies the derivation's constraints, in
572particular its system type---e.g., @file{x86_64-linux}. Missing
573prerequisites for the build are copied over SSH to the target machine,
574which then proceeds with the build; upon success the output(s) of the
575build are copied back to the initial machine.
576
4ec2e92d 577The @file{/etc/guix/machines.scm} file typically looks like this:
49e6291a
LC
578
579@example
580(list (build-machine
581 (name "eightysix.example.org")
582 (system "x86_64-linux")
583 (user "bob")
584 (speed 2.)) ; incredibly fast!
585
586 (build-machine
587 (name "meeps.example.org")
588 (system "mips64el-linux")
589 (user "alice")
590 (private-key
591 (string-append (getenv "HOME")
592 "/.ssh/id-rsa-for-guix"))))
593@end example
594
595@noindent
596In the example above we specify a list of two build machines, one for
597the @code{x86_64} architecture and one for the @code{mips64el}
4ec2e92d
LC
598architecture.
599
600In fact, this file is---not surprisingly!---a Scheme file that is
601evaluated when the @code{offload} hook is started. Its return value
602must be a list of @code{build-machine} objects. While this example
603shows a fixed list of build machines, one could imagine, say, using
604DNS-SD to return a list of potential build machines discovered in the
605local network (@pxref{Introduction, Guile-Avahi,, guile-avahi, Using
c678a4ee
LC
606Avahi in Guile Scheme Programs}). The @code{build-machine} data type is
607detailed below.
4ec2e92d 608
c678a4ee
LC
609@deftp {Data Type} build-machine
610This data type represents build machines the daemon may offload builds
611to. The important fields are:
49e6291a
LC
612
613@table @code
614
615@item name
616The remote machine's host name.
617
618@item system
c678a4ee 619The remote machine's system type---e.g., @code{"x86_64-linux"}.
49e6291a
LC
620
621@item user
622The user account to use when connecting to the remote machine over SSH.
623Note that the SSH key pair must @emph{not} be passphrase-protected, to
624allow non-interactive logins.
625
626@end table
627
4ec2e92d 628A number of optional fields may be specified:
49e6291a
LC
629
630@table @code
631
cecd72d5
LC
632@item port
633Port number of the machine's SSH server (default: 22).
634
49e6291a
LC
635@item private-key
636The SSH private key file to use when connecting to the machine.
637
638@item parallel-builds
639The number of builds that may run in parallel on the machine (1 by
640default.)
641
642@item speed
643A ``relative speed factor''. The offload scheduler will tend to prefer
644machines with a higher speed factor.
645
646@item features
647A list of strings denoting specific features supported by the machine.
648An example is @code{"kvm"} for machines that have the KVM Linux modules
649and corresponding hardware support. Derivations can request features by
650name, and they will be scheduled on matching build machines.
651
652@end table
c678a4ee 653@end deftp
49e6291a
LC
654
655The @code{guix} command must be in the search path on the build
656machines, since offloading works by invoking the @code{guix archive} and
657@code{guix build} commands.
658
659There's one last thing to do once @file{machines.scm} is in place. As
660explained above, when offloading, files are transferred back and forth
661between the machine stores. For this to work, you need to generate a
662key pair to allow the daemon to export signed archives of files from the
663store (@pxref{Invoking guix archive}):
664
665@example
666# guix archive --generate-key
667@end example
668
669@noindent
670Thus, when receiving files, a machine's build daemon can make sure they
671are genuine, have not been tampered with, and that they are signed by an
672authorized key.
673
674
bd5e766b
LC
675@node Invoking guix-daemon
676@section Invoking @command{guix-daemon}
677
678The @command{guix-daemon} program implements all the functionality to
679access the store. This includes launching build processes, running the
680garbage collector, querying the availability of a build result, etc. It
681is normally run as @code{root} like this:
682
683@example
cfc149dc 684# guix-daemon --build-users-group=guixbuild
bd5e766b
LC
685@end example
686
687@noindent
081145cf 688For details on how to set it up, @pxref{Setting Up the Daemon}.
bd5e766b 689
e900c503
LC
690@cindex chroot
691@cindex container, build environment
692@cindex build environment
693@cindex reproducible builds
bd5e766b
LC
694By default, @command{guix-daemon} launches build processes under
695different UIDs, taken from the build group specified with
696@code{--build-users-group}. In addition, each build process is run in a
697chroot environment that only contains the subset of the store that the
698build process depends on, as specified by its derivation
699(@pxref{Programming Interface, derivation}), plus a set of specific
700system directories. By default, the latter contains @file{/dev} and
e900c503
LC
701@file{/dev/pts}. Furthermore, on GNU/Linux, the build environment is a
702@dfn{container}: in addition to having its own file system tree, it has
703a separate mount name space, its own PID name space, network name space,
704etc. This helps achieve reproducible builds (@pxref{Features}).
bd5e766b 705
cbc538fe
LC
706When the daemon performs a build on behalf of the user, it creates a
707build directory under @file{/tmp} or under the directory specified by
708its @code{TMPDIR} environment variable; this directory is shared with
709the container for the duration of the build. Be aware that using a
710directory other than @file{/tmp} can affect build results---for example,
711with a longer directory name, a build process that uses Unix-domain
712sockets might hit the name length limitation for @code{sun_path}, which
713it would otherwise not hit.
714
715The build directory is automatically deleted upon completion, unless the
716build failed and the client specified @option{--keep-failed}
717(@pxref{Invoking guix build, @option{--keep-failed}}).
718
bd5e766b
LC
719The following command-line options are supported:
720
721@table @code
722@item --build-users-group=@var{group}
723Take users from @var{group} to run build processes (@pxref{Setting Up
724the Daemon, build users}).
725
6858f9d1 726@item --no-substitutes
b5385b52 727@cindex substitutes
6858f9d1 728Do not use substitutes for build products. That is, always build things
c4202d60
LC
729locally instead of allowing downloads of pre-built binaries
730(@pxref{Substitutes}).
6858f9d1 731
b5385b52
LC
732By default substitutes are used, unless the client---such as the
733@command{guix package} command---is explicitly invoked with
734@code{--no-substitutes}.
735
736When the daemon runs with @code{--no-substitutes}, clients can still
737explicitly enable substitution @i{via} the @code{set-build-options}
738remote procedure call (@pxref{The Store}).
739
9176607e
LC
740@item --substitute-urls=@var{urls}
741Consider @var{urls} the default whitespace-separated list of substitute
ae806096 742source URLs. When this option is omitted, @indicateurl{http://hydra.gnu.org}
9176607e
LC
743is used.
744
745This means that substitutes may be downloaded from @var{urls}, as long
746as they are signed by a trusted signature (@pxref{Substitutes}).
747
4ec2e92d
LC
748@cindex build hook
749@item --no-build-hook
750Do not use the @dfn{build hook}.
751
752The build hook is a helper program that the daemon can start and to
753which it submits build requests. This mechanism is used to offload
754builds to other machines (@pxref{Daemon Offload Setup}).
755
bd5e766b
LC
756@item --cache-failures
757Cache build failures. By default, only successful builds are cached.
758
759@item --cores=@var{n}
760@itemx -c @var{n}
761Use @var{n} CPU cores to build each derivation; @code{0} means as many
762as available.
763
6efc160e 764The default value is @code{0}, but it may be overridden by clients, such
e49951eb
MW
765as the @code{--cores} option of @command{guix build} (@pxref{Invoking
766guix build}).
bd5e766b
LC
767
768The effect is to define the @code{NIX_BUILD_CORES} environment variable
769in the build process, which can then use it to exploit internal
770parallelism---for instance, by running @code{make -j$NIX_BUILD_CORES}.
771
772@item --max-jobs=@var{n}
773@itemx -M @var{n}
774Allow at most @var{n} build jobs in parallel. The default value is
f6526eb3
LC
775@code{1}. Setting it to @code{0} means that no builds will be performed
776locally; instead, the daemon will offload builds (@pxref{Daemon Offload
777Setup}), or simply fail.
bd5e766b
LC
778
779@item --debug
780Produce debugging output.
781
782This is useful to debug daemon start-up issues, but then it may be
783overridden by clients, for example the @code{--verbosity} option of
e49951eb 784@command{guix build} (@pxref{Invoking guix build}).
bd5e766b
LC
785
786@item --chroot-directory=@var{dir}
787Add @var{dir} to the build chroot.
788
789Doing this may change the result of build processes---for instance if
790they use optional dependencies found in @var{dir} when it is available,
791and not otherwise. For that reason, it is not recommended to do so.
792Instead, make sure that each derivation declares all the inputs that it
793needs.
794
795@item --disable-chroot
796Disable chroot builds.
797
798Using this option is not recommended since, again, it would allow build
1e2644bb
LC
799processes to gain access to undeclared dependencies. It is necessary,
800though, when @command{guix-daemon} is running under an unprivileged user
801account.
bd5e766b
LC
802
803@item --disable-log-compression
804Disable compression of the build logs.
805
1da983b9
LC
806Unless @code{--lose-logs} is used, all the build logs are kept in the
807@var{localstatedir}. To save space, the daemon automatically compresses
808them with bzip2 by default. This option disables that.
809
ab3893d7
LC
810@item --disable-deduplication
811@cindex deduplication
bd5e766b
LC
812Disable automatic file ``deduplication'' in the store.
813
1da983b9 814By default, files added to the store are automatically ``deduplicated'':
ab3893d7
LC
815if a newly added file is identical to another one found in the store,
816the daemon makes the new file a hard link to the other file. This can
817noticeably reduce disk usage, at the expense of slightly increasde
818input/output load at the end of a build process. This option disables
819this optimization.
1da983b9 820
6e37066e
LC
821@item --gc-keep-outputs[=yes|no]
822Tell whether the garbage collector (GC) must keep outputs of live
823derivations.
824
825When set to ``yes'', the GC will keep the outputs of any live derivation
826available in the store---the @code{.drv} files. The default is ``no'',
827meaning that derivation outputs are kept only if they are GC roots.
828
829@item --gc-keep-derivations[=yes|no]
830Tell whether the garbage collector (GC) must keep derivations
831corresponding to live outputs.
832
833When set to ``yes'', as is the case by default, the GC keeps
834derivations---i.e., @code{.drv} files---as long as at least one of their
835outputs is live. This allows users to keep track of the origins of
836items in their store. Setting it to ``no'' saves a bit of disk space.
837
838Note that when both @code{--gc-keep-derivations} and
839@code{--gc-keep-outputs} are used, the effect is to keep all the build
840prerequisites (the sources, compiler, libraries, and other build-time
841tools) of live objects in the store, regardless of whether these
842prerequisites are live. This is convenient for developers since it
843saves rebuilds or downloads.
844
bd5e766b
LC
845@item --impersonate-linux-2.6
846On Linux-based systems, impersonate Linux 2.6. This means that the
847kernel's @code{uname} system call will report 2.6 as the release number.
848
849This might be helpful to build programs that (usually wrongfully) depend
850on the kernel version number.
851
852@item --lose-logs
853Do not keep build logs. By default they are kept under
ce33631f 854@code{@var{localstatedir}/guix/log}.
bd5e766b
LC
855
856@item --system=@var{system}
857Assume @var{system} as the current system type. By default it is the
858architecture/kernel pair found at configure time, such as
859@code{x86_64-linux}.
b8d2aa26
LC
860
861@item --listen=@var{socket}
862Listen for connections on @var{socket}, the file name of a Unix-domain
863socket. The default socket is
864@file{@var{localstatedir}/daemon-socket/socket}. This option is only
865useful in exceptional circumstances, such as if you need to run several
866daemons on the same machine.
bd5e766b
LC
867@end table
868
869
0e2d0213
LC
870@node Application Setup
871@section Application Setup
872
873When using Guix on top of GNU/Linux distribution other than GuixSD, a
874few additional steps are needed to get everything in place. Here are
875some of them.
876
877@subsection Locales
878
879@cindex locales, when not on GuixSD
880Packages installed @i{via} Guix will not use the host system's locale
881data. Instead, you must first install one of the locale packages
882available with Guix and then define the @code{LOCPATH} environment
883variable (@pxref{Locale Names, @code{LOCPATH},, libc, The GNU C Library
884Reference Manual}):
885
886@example
887$ guix package -i glibc-locales
888$ export LOCPATH=$HOME/.guix-profile/lib/locale
889@end example
890
891Note that the @code{glibc-locales} package contains data for all the
892locales supported by the GNU@tie{}libc and weighs in at around
893110@tie{}MiB. Alternately, the @code{glibc-utf8-locales} is smaller but
894limited to a few UTF-8 locales.
895
896@subsection X11 Fonts
897
898The majority of graphical applications uses Fontconfig to locate and
899load fonts and perform X11-client-side rendering. Guix's
900@code{fontconfig} package looks for fonts in @file{$HOME/.guix-profile}
901by default. Thus, to allow graphical applications installed with Guix
902to display fonts, you will have to install fonts with Guix as well.
903Essential font packages include @code{gs-fonts}, @code{font-dejavu}, and
904@code{font-gnu-freefont}.
905
906@c TODO What else?
907
eeaf4427
LC
908@c *********************************************************************
909@node Package Management
910@chapter Package Management
911
f8348b91 912The purpose of GNU Guix is to allow users to easily install, upgrade, and
eeaf4427
LC
913remove software packages, without having to know about their build
914procedure or dependencies. Guix also goes beyond this obvious set of
915features.
916
917This chapter describes the main features of Guix, as well as the package
c1941588
LC
918management tools it provides. Two user interfaces are provided for
919routine package management tasks: a command-line interface
920(@pxref{Invoking guix package, @code{guix package}}), and a visual user
921interface in Emacs (@pxref{Emacs Interface}).
eeaf4427
LC
922
923@menu
924* Features:: How Guix will make your life brighter.
e49951eb 925* Invoking guix package:: Package installation, removal, etc.
457f60fa 926* Emacs Interface:: Package management from Emacs.
c4202d60 927* Substitutes:: Downloading pre-built binaries.
760c60d6 928* Packages with Multiple Outputs:: Single source package, multiple outputs.
e49951eb 929* Invoking guix gc:: Running the garbage collector.
f651b477 930* Invoking guix pull:: Fetching the latest Guix and distribution.
760c60d6 931* Invoking guix archive:: Exporting and importing store files.
eeaf4427
LC
932@end menu
933
934@node Features
935@section Features
936
937When using Guix, each package ends up in the @dfn{package store}, in its
938own directory---something that resembles
9a130e19
AK
939@file{/gnu/store/xxx-package-1.2}, where @code{xxx} is a base32 string
940(note that Guix comes with an Emacs extension to shorten those file
081145cf 941names, @pxref{Emacs Prettify}.)
eeaf4427
LC
942
943Instead of referring to these directories, users have their own
944@dfn{profile}, which points to the packages that they actually want to
821b0015
LC
945use. These profiles are stored within each user's home directory, at
946@code{$HOME/.guix-profile}.
eeaf4427 947
821b0015 948For example, @code{alice} installs GCC 4.7.2. As a result,
eeaf4427 949@file{/home/alice/.guix-profile/bin/gcc} points to
834129e0 950@file{/gnu/store/@dots{}-gcc-4.7.2/bin/gcc}. Now, on the same machine,
821b0015
LC
951@code{bob} had already installed GCC 4.8.0. The profile of @code{bob}
952simply continues to point to
834129e0 953@file{/gnu/store/@dots{}-gcc-4.8.0/bin/gcc}---i.e., both versions of GCC
821b0015 954coexist on the same system without any interference.
eeaf4427 955
e49951eb
MW
956The @command{guix package} command is the central tool to manage
957packages (@pxref{Invoking guix package}). It operates on those per-user
821b0015 958profiles, and can be used @emph{with normal user privileges}.
eeaf4427
LC
959
960The command provides the obvious install, remove, and upgrade
961operations. Each invocation is actually a @emph{transaction}: either
ba55b1cb 962the specified operation succeeds, or nothing happens. Thus, if the
e49951eb 963@command{guix package} process is terminated during the transaction,
eeaf4427
LC
964or if a power outage occurs during the transaction, then the user's
965profile remains in its previous state, and remains usable.
966
967In addition, any package transaction may be @emph{rolled back}. So, if,
968for example, an upgrade installs a new version of a package that turns
969out to have a serious bug, users may roll back to the previous instance
4af2447e
LC
970of their profile, which was known to work well. Similarly, the global
971system configuration is subject to transactional upgrades and roll-back
972(@pxref{Using the Configuration System}).
eeaf4427
LC
973
974All those packages in the package store may be @emph{garbage-collected}.
975Guix can determine which packages are still referenced by the user
fe8ff028 976profiles, and remove those that are provably no longer referenced
e49951eb 977(@pxref{Invoking guix gc}). Users may also explicitly remove old
fe8ff028
LC
978generations of their profile so that the packages they refer to can be
979collected.
eeaf4427 980
e900c503
LC
981@cindex reproducibility
982@cindex reproducible builds
eeaf4427
LC
983Finally, Guix takes a @dfn{purely functional} approach to package
984management, as described in the introduction (@pxref{Introduction}).
834129e0 985Each @file{/gnu/store} package directory name contains a hash of all the
eeaf4427
LC
986inputs that were used to build that package---compiler, libraries, build
987scripts, etc. This direct correspondence allows users to make sure a
988given package installation matches the current state of their
e900c503
LC
989distribution. It also helps maximize @dfn{build reproducibility}:
990thanks to the isolated build environments that are used, a given build
991is likely to yield bit-identical files when performed on different
992machines (@pxref{Invoking guix-daemon, container}).
eeaf4427 993
c4202d60 994@cindex substitutes
eeaf4427 995This foundation allows Guix to support @dfn{transparent binary/source
c4202d60 996deployment}. When a pre-built binary for a @file{/gnu/store} item is
18f2887b 997available from an external source---a @dfn{substitute}, Guix just
c4202d60
LC
998downloads it and unpacks it;
999otherwise, it builds the package from source, locally
1000(@pxref{Substitutes}).
eeaf4427 1001
f5fd4fd2
LC
1002Control over the build environment is a feature that is also useful for
1003developers. The @command{guix environment} command allows developers of
1004a package to quickly set up the right development environment for their
1005package, without having to manually install the package's dependencies
1006in their profile (@pxref{Invoking guix environment}).
1007
e49951eb
MW
1008@node Invoking guix package
1009@section Invoking @command{guix package}
eeaf4427 1010
e49951eb 1011The @command{guix package} command is the tool that allows users to
eeaf4427
LC
1012install, upgrade, and remove packages, as well as rolling back to
1013previous configurations. It operates only on the user's own profile,
1014and works with normal user privileges (@pxref{Features}). Its syntax
1015is:
1016
1017@example
e49951eb 1018guix package @var{options}
eeaf4427
LC
1019@end example
1020
ba55b1cb 1021Primarily, @var{options} specifies the operations to be performed during
eeaf4427 1022the transaction. Upon completion, a new profile is created, but
99bd74d5 1023previous @dfn{generations} of the profile remain available, should the user
eeaf4427
LC
1024want to roll back.
1025
6447738c
MW
1026For example, to remove @code{lua} and install @code{guile} and
1027@code{guile-cairo} in a single transaction:
1028
1029@example
1030guix package -r lua -i guile guile-cairo
1031@end example
1032
99bd74d5
LC
1033@command{guix package} also supports a @dfn{declarative approach}
1034whereby the user specifies the exact set of packages to be available and
1035passes it @i{via} the @option{--manifest} option
1036(@pxref{profile-manifest, @option{--manifest}}).
1037
b9e5c0a9 1038For each user, a symlink to the user's default profile is automatically
0ec1af59 1039created in @file{$HOME/.guix-profile}. This symlink always points to the
b9e5c0a9
LC
1040current generation of the user's default profile. Thus, users can add
1041@file{$HOME/.guix-profile/bin} to their @code{PATH} environment
1042variable, and so on.
d664f1b4
LC
1043@cindex search paths
1044If you are not using the Guix System Distribution, consider adding the
1045following lines to your @file{~/.bash_profile} (@pxref{Bash Startup
1046Files,,, bash, The GNU Bash Reference Manual}) so that newly-spawned
1047shells get all the right environment variable definitions:
1048
1049@example
1050GUIX_PROFILE="$HOME/.guix-profile" \
1051source "$HOME/.guix-profile/etc/profile"
1052@end example
b9e5c0a9 1053
4379c35b
LC
1054In a multi-user setup, user profiles are stored in a place registered as
1055a @dfn{garbage-collector root}, which @file{$HOME/.guix-profile} points
1056to (@pxref{Invoking guix gc}). That directory is normally
0ec1af59
LC
1057@code{@var{localstatedir}/profiles/per-user/@var{user}}, where
1058@var{localstatedir} is the value passed to @code{configure} as
4379c35b
LC
1059@code{--localstatedir}, and @var{user} is the user name. The
1060@file{per-user} directory is created when @command{guix-daemon} is
1061started, and the @var{user} sub-directory is created by @command{guix
1062package}.
0ec1af59
LC
1063
1064The @var{options} can be among the following:
1065
eeaf4427
LC
1066@table @code
1067
6447738c
MW
1068@item --install=@var{package} @dots{}
1069@itemx -i @var{package} @dots{}
1070Install the specified @var{package}s.
eeaf4427 1071
6447738c 1072Each @var{package} may specify either a simple package name, such as
eeaf4427 1073@code{guile}, or a package name followed by a hyphen and version number,
724311a2
LC
1074such as @code{guile-1.8.8} or simply @code{guile-1.8} (in the latter
1075case, the newest version prefixed by @code{1.8} is selected.)
1076
1077If no version number is specified, the
dc5669cd
MW
1078newest available version will be selected. In addition, @var{package}
1079may contain a colon, followed by the name of one of the outputs of the
6e721c4d 1080package, as in @code{gcc:doc} or @code{binutils-2.22:lib}
e7f34eb0
LC
1081(@pxref{Packages with Multiple Outputs}). Packages with a corresponding
1082name (and optionally version) are searched for among the GNU
1083distribution modules (@pxref{Package Modules}).
eeaf4427 1084
461572cc
LC
1085@cindex propagated inputs
1086Sometimes packages have @dfn{propagated inputs}: these are dependencies
21461f27
LC
1087that automatically get installed along with the required package
1088(@pxref{package-propagated-inputs, @code{propagated-inputs} in
1089@code{package} objects}, for information about propagated inputs in
1090package definitions).
461572cc 1091
21461f27 1092@anchor{package-cmd-propagated-inputs}
461572cc
LC
1093An example is the GNU MPC library: its C header files refer to those of
1094the GNU MPFR library, which in turn refer to those of the GMP library.
1095Thus, when installing MPC, the MPFR and GMP libraries also get installed
1096in the profile; removing MPC also removes MPFR and GMP---unless they had
1097also been explicitly installed independently.
1098
ba7ea5ce 1099Besides, packages sometimes rely on the definition of environment
5924080d 1100variables for their search paths (see explanation of
ba7ea5ce 1101@code{--search-paths} below). Any missing or possibly incorrect
5924080d
LC
1102environment variable definitions are reported here.
1103
ef010c0f 1104@c XXX: keep me up-to-date
5924080d 1105Finally, when installing a GNU package, the tool reports the
ef010c0f
LC
1106availability of a newer upstream version. In the future, it may provide
1107the option of installing directly from the upstream version, even if
1108that version is not yet in the distribution.
1109
5d4b411f
LC
1110@item --install-from-expression=@var{exp}
1111@itemx -e @var{exp}
1112Install the package @var{exp} evaluates to.
1113
1114@var{exp} must be a Scheme expression that evaluates to a
1115@code{<package>} object. This option is notably useful to disambiguate
1116between same-named variants of a package, with expressions such as
1117@code{(@@ (gnu packages base) guile-final)}.
1118
1119Note that this option installs the first output of the specified
1120package, which may be insufficient when needing a specific output of a
1121multiple-output package.
1122
6447738c
MW
1123@item --remove=@var{package} @dots{}
1124@itemx -r @var{package} @dots{}
1125Remove the specified @var{package}s.
eeaf4427 1126
6447738c 1127As for @code{--install}, each @var{package} may specify a version number
13ed095c
LC
1128and/or output name in addition to the package name. For instance,
1129@code{-r glibc:debug} would remove the @code{debug} output of
1130@code{glibc}.
1131
6447738c
MW
1132@item --upgrade[=@var{regexp} @dots{}]
1133@itemx -u [@var{regexp} @dots{}]
1134Upgrade all the installed packages. If one or more @var{regexp}s are
1135specified, upgrade only installed packages whose name matches a
d5f01e48 1136@var{regexp}. Also see the @code{--do-not-upgrade} option below.
eeaf4427 1137
f651b477
LC
1138Note that this upgrades package to the latest version of packages found
1139in the distribution currently installed. To update your distribution,
1140you should regularly run @command{guix pull} (@pxref{Invoking guix
1141pull}).
1142
d5f01e48
MW
1143@item --do-not-upgrade[=@var{regexp} @dots{}]
1144When used together with the @code{--upgrade} option, do @emph{not}
1145upgrade any packages whose name matches a @var{regexp}. For example, to
1146upgrade all packages in the current profile except those containing the
1147substring ``emacs'':
1148
1149@example
1150$ guix package --upgrade . --do-not-upgrade emacs
1151@end example
1152
99bd74d5 1153@item @anchor{profile-manifest}--manifest=@var{file}
1b676447 1154@itemx -m @var{file}
99bd74d5
LC
1155@cindex profile declaration
1156@cindex profile manifest
1157Create a new generation of the profile from the manifest object
1b676447
DT
1158returned by the Scheme code in @var{file}.
1159
99bd74d5
LC
1160This allows you to @emph{declare} the profile's contents rather than
1161constructing it through a sequence of @code{--install} and similar
1162commands. The advantage is that @var{file} can be put under version
1163control, copied to different machines to reproduce the same profile, and
1164so on.
1165
1166@c FIXME: Add reference to (guix profile) documentation when available.
1167@var{file} must return a @dfn{manifest} object, which is roughly a list
1168of packages:
1b676447 1169
99bd74d5 1170@findex packages->manifest
1b676447 1171@example
99bd74d5 1172(use-package-modules guile emacs)
1b676447
DT
1173
1174(packages->manifest
99bd74d5
LC
1175 (list emacs
1176 guile-2.0
1b676447 1177 ;; Use a specific package output.
99bd74d5 1178 (list guile-2.0 "debug")))
1b676447
DT
1179@end example
1180
24e262f0
LC
1181@item --roll-back
1182Roll back to the previous @dfn{generation} of the profile---i.e., undo
1183the last transaction.
1184
1185When combined with options such as @code{--install}, roll back occurs
1186before any other actions.
1187
d9307267 1188When rolling back from the first generation that actually contains
4b2bc804
NK
1189installed packages, the profile is made to point to the @dfn{zeroth
1190generation}, which contains no files apart from its own meta-data.
d9307267 1191
82fe08ed
LC
1192Installing, removing, or upgrading packages from a generation that has
1193been rolled back to overwrites previous future generations. Thus, the
1194history of a profile's generations is always linear.
1195
b3bb82f1
AK
1196@item --switch-generation=@var{pattern}
1197@itemx -S @var{pattern}
1198Switch to a particular generation defined by @var{pattern}.
1199
1200@var{pattern} may be either a generation number or a number prefixed
1201with ``+'' or ``-''. The latter means: move forward/backward by a
1202specified number of generations. For example, if you want to return to
1203the latest generation after @code{--roll-back}, use
1204@code{--switch-generation=+1}.
1205
1206The difference between @code{--roll-back} and
1207@code{--switch-generation=-1} is that @code{--switch-generation} will
1208not make a zeroth generation, so if a specified generation does not
1209exist, the current generation will not be changed.
1210
dbc31ab2 1211@item --search-paths[=@var{kind}]
5924080d
LC
1212@cindex search paths
1213Report environment variable definitions, in Bash syntax, that may be
1214needed in order to use the set of installed packages. These environment
1215variables are used to specify @dfn{search paths} for files used by some
1216of the installed packages.
1217
1218For example, GCC needs the @code{CPATH} and @code{LIBRARY_PATH}
1219environment variables to be defined so it can look for headers and
1220libraries in the user's profile (@pxref{Environment Variables,,, gcc,
1221Using the GNU Compiler Collection (GCC)}). If GCC and, say, the C
1222library are installed in the profile, then @code{--search-paths} will
1223suggest setting these variables to @code{@var{profile}/include} and
1224@code{@var{profile}/lib}, respectively.
1225
dbc31ab2
LC
1226The typical use case is to define these environment variables in the
1227shell:
1228
1229@example
1230$ eval `guix package --search-paths`
1231@end example
1232
1233@var{kind} may be one of @code{exact}, @code{prefix}, or @code{suffix},
1234meaning that the returned environment variable definitions will either
1235be exact settings, or prefixes or suffixes of the current value of these
1236variables. When omitted, @var{kind} defaults to @code{exact}.
1237
eeaf4427
LC
1238@item --profile=@var{profile}
1239@itemx -p @var{profile}
1240Use @var{profile} instead of the user's default profile.
1241
70915c1a
LC
1242@item --verbose
1243Produce verbose output. In particular, emit the environment's build log
1244on the standard error port.
1245
eeaf4427
LC
1246@item --bootstrap
1247Use the bootstrap Guile to build the profile. This option is only
1248useful to distribution developers.
1249
1250@end table
1251
e49951eb 1252In addition to these actions @command{guix package} supports the
733b4130
LC
1253following options to query the current state of a profile, or the
1254availability of packages:
eeaf4427 1255
733b4130
LC
1256@table @option
1257
acc08466
NK
1258@item --search=@var{regexp}
1259@itemx -s @var{regexp}
5763ad92 1260List the available packages whose name, synopsis, or description matches
299112d3
LC
1261@var{regexp}. Print all the meta-data of matching packages in
1262@code{recutils} format (@pxref{Top, GNU recutils databases,, recutils,
1263GNU recutils manual}).
acc08466 1264
299112d3
LC
1265This allows specific fields to be extracted using the @command{recsel}
1266command, for instance:
1267
1268@example
e49951eb 1269$ guix package -s malloc | recsel -p name,version
299112d3
LC
1270name: glibc
1271version: 2.17
1272
1273name: libgc
1274version: 7.2alpha6
1275@end example
acc08466 1276
a12d92f5
LC
1277Similarly, to show the name of all the packages available under the
1278terms of the GNU@tie{}LGPL version 3:
1279
1280@example
1281$ guix package -s "" | recsel -p name -e 'license ~ "LGPL 3"'
1282name: elfutils
1283
1284name: gmp
1285@dots{}
1286@end example
1287
2aa6efb0
CR
1288@item --show=@var{package}
1289Show details about @var{package}, taken from the list of available packages, in
1290@code{recutils} format (@pxref{Top, GNU recutils databases,, recutils, GNU
1291recutils manual}).
1292
1293@example
1294$ guix package --show=python | recsel -p name,version
1295name: python
1296version: 2.7.6
1297
1298name: python
1299version: 3.3.5
1300@end example
1301
1302You may also specify the full name of a package to only get details about a
1303specific version of it:
1304@example
1305$ guix package --show=python-3.3.5 | recsel -p name,version
1306name: python
1307version: 3.3.5
1308@end example
1309
1310
1311
733b4130
LC
1312@item --list-installed[=@var{regexp}]
1313@itemx -I [@var{regexp}]
bd9bde1c
LC
1314List the currently installed packages in the specified profile, with the
1315most recently installed packages shown last. When @var{regexp} is
1316specified, list only installed packages whose name matches @var{regexp}.
733b4130
LC
1317
1318For each installed package, print the following items, separated by
1319tabs: the package name, its version string, the part of the package that
1320is installed (for instance, @code{out} for the default output,
1321@code{include} for its headers, etc.), and the path of this package in
1322the store.
1323
64fc89b6
LC
1324@item --list-available[=@var{regexp}]
1325@itemx -A [@var{regexp}]
5763ad92 1326List packages currently available in the distribution for this system
a1ba8475
LC
1327(@pxref{GNU Distribution}). When @var{regexp} is specified, list only
1328installed packages whose name matches @var{regexp}.
64fc89b6
LC
1329
1330For each package, print the following items separated by tabs: its name,
6e721c4d
LC
1331its version string, the parts of the package (@pxref{Packages with
1332Multiple Outputs}), and the source location of its definition.
64fc89b6 1333
f566d765
LC
1334@item --list-generations[=@var{pattern}]
1335@itemx -l [@var{pattern}]
1336Return a list of generations along with their creation dates; for each
1337generation, show the installed packages, with the most recently
4b2bc804
NK
1338installed packages shown last. Note that the zeroth generation is never
1339shown.
f566d765
LC
1340
1341For each installed package, print the following items, separated by
1342tabs: the name of a package, its version string, the part of the package
1343that is installed (@pxref{Packages with Multiple Outputs}), and the
1344location of this package in the store.
1345
1346When @var{pattern} is used, the command returns only matching
1347generations. Valid patterns include:
1348
1349@itemize
1350@item @emph{Integers and comma-separated integers}. Both patterns denote
1351generation numbers. For instance, @code{--list-generations=1} returns
1352the first one.
1353
1354And @code{--list-generations=1,8,2} outputs three generations in the
1355specified order. Neither spaces nor trailing commas are allowed.
1356
1357@item @emph{Ranges}. @code{--list-generations=2..9} prints the
1358specified generations and everything in between. Note that the start of
1359a range must be lesser than its end.
1360
1361It is also possible to omit the endpoint. For example,
1362@code{--list-generations=2..}, returns all generations starting from the
1363second one.
1364
1365@item @emph{Durations}. You can also get the last @emph{N}@tie{}days, weeks,
1366or months by passing an integer along with the first letter of the
d7ddb257
LC
1367duration. For example, @code{--list-generations=20d} lists generations
1368that are up to 20 days old.
f566d765
LC
1369@end itemize
1370
b7884ca3
NK
1371@item --delete-generations[=@var{pattern}]
1372@itemx -d [@var{pattern}]
d7ddb257
LC
1373When @var{pattern} is omitted, delete all generations except the current
1374one.
b7884ca3
NK
1375
1376This command accepts the same patterns as @option{--list-generations}.
d7ddb257
LC
1377When @var{pattern} is specified, delete the matching generations. When
1378@var{pattern} specifies a duration, generations @emph{older} than the
1379specified duration match. For instance, @code{--delete-generations=1m}
1380deletes generations that are more than one month old.
1381
391bdd8f
LC
1382If the current generation matches, it is @emph{not} deleted. Also, the
1383zeroth generation is never deleted.
b7884ca3 1384
1bb9900a
LC
1385Note that deleting generations prevents roll-back to them.
1386Consequently, this command must be used with care.
1387
733b4130 1388@end table
eeaf4427 1389
70ee5642
LC
1390Finally, since @command{guix package} may actually start build
1391processes, it supports all the common build options that @command{guix
1392build} supports (@pxref{Invoking guix build, common build options}).
1393
457f60fa
AK
1394@include emacs.texi
1395
c4202d60
LC
1396@node Substitutes
1397@section Substitutes
1398
1399@cindex substitutes
1400@cindex pre-built binaries
1401Guix supports transparent source/binary deployment, which means that it
1402can either build things locally, or download pre-built items from a
1403server. We call these pre-built items @dfn{substitutes}---they are
1404substitutes for local build results. In many cases, downloading a
1405substitute is much faster than building things locally.
1406
1407Substitutes can be anything resulting from a derivation build
1408(@pxref{Derivations}). Of course, in the common case, they are
1409pre-built package binaries, but source tarballs, for instance, which
1410also result from derivation builds, can be available as substitutes.
1411
1412The @code{hydra.gnu.org} server is a front-end to a build farm that
1413builds packages from the GNU distribution continuously for some
9176607e
LC
1414architectures, and makes them available as substitutes. This is the
1415default source of substitutes; it can be overridden by passing
1416@command{guix-daemon} the @code{--substitute-urls} option
1417(@pxref{Invoking guix-daemon}).
c4202d60
LC
1418
1419@cindex security
1420@cindex digital signatures
1421To allow Guix to download substitutes from @code{hydra.gnu.org}, you
1422must add its public key to the access control list (ACL) of archive
1423imports, using the @command{guix archive} command (@pxref{Invoking guix
1424archive}). Doing so implies that you trust @code{hydra.gnu.org} to not
1425be compromised and to serve genuine substitutes.
1426
1427This public key is installed along with Guix, in
1428@code{@var{prefix}/share/guix/hydra.gnu.org.pub}, where @var{prefix} is
1429the installation prefix of Guix. If you installed Guix from source,
1430make sure you checked the GPG signature of
1431@file{guix-@value{VERSION}.tar.gz}, which contains this public key file.
1432Then, you can run something like this:
1433
1434@example
1435# guix archive --authorize < hydra.gnu.org.pub
1436@end example
1437
1438Once this is in place, the output of a command like @code{guix build}
1439should change from something like:
1440
1441@example
1442$ guix build emacs --dry-run
1443The following derivations would be built:
1444 /gnu/store/yr7bnx8xwcayd6j95r2clmkdl1qh688w-emacs-24.3.drv
1445 /gnu/store/x8qsh1hlhgjx6cwsjyvybnfv2i37z23w-dbus-1.6.4.tar.gz.drv
1446 /gnu/store/1ixwp12fl950d15h2cj11c73733jay0z-alsa-lib-1.0.27.1.tar.bz2.drv
1447 /gnu/store/nlma1pw0p603fpfiqy7kn4zm105r5dmw-util-linux-2.21.drv
1448@dots{}
1449@end example
1450
1451@noindent
1452to something like:
1453
1454@example
1455$ guix build emacs --dry-run
1456The following files would be downloaded:
1457 /gnu/store/pk3n22lbq6ydamyymqkkz7i69wiwjiwi-emacs-24.3
1458 /gnu/store/2ygn4ncnhrpr61rssa6z0d9x22si0va3-libjpeg-8d
1459 /gnu/store/71yz6lgx4dazma9dwn2mcjxaah9w77jq-cairo-1.12.16
1460 /gnu/store/7zdhgp0n1518lvfn8mb96sxqfmvqrl7v-libxrender-0.9.7
1461@dots{}
1462@end example
1463
1464@noindent
1465This indicates that substitutes from @code{hydra.gnu.org} are usable and
1466will be downloaded, when possible, for future builds.
1467
1468Guix ignores substitutes that are not signed, or that are not signed by
ef27aa9c 1469one of the keys listed in the ACL. It also detects and raises an error
c4202d60
LC
1470when attempting to use a substitute that has been tampered with.
1471
1472The substitute mechanism can be disabled globally by running
1473@code{guix-daemon} with @code{--no-substitutes} (@pxref{Invoking
1474guix-daemon}). It can also be disabled temporarily by passing the
1475@code{--no-substitutes} option to @command{guix package}, @command{guix
1476build}, and other command-line tools.
1477
1478
1479Today, each individual's control over their own computing is at the
1480mercy of institutions, corporations, and groups with enough power and
1481determination to subvert the computing infrastructure and exploit its
1482weaknesses. While using @code{hydra.gnu.org} substitutes can be
1483convenient, we encourage users to also build on their own, or even run
1484their own build farm, such that @code{hydra.gnu.org} is less of an
8ce229fc
LC
1485interesting target. One way to help is by publishing the software you
1486build using @command{guix publish} so that others have one more choice
1487of server to download substitutes from (@pxref{Invoking guix publish}).
c4202d60
LC
1488
1489Guix has the foundations to maximize build reproducibility
1490(@pxref{Features}). In most cases, independent builds of a given
1491package or derivation should yield bit-identical results. Thus, through
1492a diverse set of independent package builds, we can strengthen the
1493integrity of our systems.
1494
1495In the future, we want Guix to have support to publish and retrieve
1496binaries to/from other users, in a peer-to-peer fashion. If you would
1497like to discuss this project, join us on @email{guix-devel@@gnu.org}.
1498
1499
6e721c4d
LC
1500@node Packages with Multiple Outputs
1501@section Packages with Multiple Outputs
1502
1503@cindex multiple-output packages
1504@cindex package outputs
1505
1506Often, packages defined in Guix have a single @dfn{output}---i.e., the
1507source package leads exactly one directory in the store. When running
1508@command{guix package -i glibc}, one installs the default output of the
1509GNU libc package; the default output is called @code{out}, but its name
1510can be omitted as shown in this command. In this particular case, the
1511default output of @code{glibc} contains all the C header files, shared
1512libraries, static libraries, Info documentation, and other supporting
1513files.
1514
1515Sometimes it is more appropriate to separate the various types of files
1516produced from a single source package into separate outputs. For
1517instance, the GLib C library (used by GTK+ and related packages)
1518installs more than 20 MiB of reference documentation as HTML pages.
1519To save space for users who do not need it, the documentation goes to a
1520separate output, called @code{doc}. To install the main GLib output,
1521which contains everything but the documentation, one would run:
1522
1523@example
1524guix package -i glib
1525@end example
1526
1527The command to install its documentation is:
1528
1529@example
1530guix package -i glib:doc
1531@end example
1532
1533Some packages install programs with different ``dependency footprints''.
1534For instance, the WordNet package install both command-line tools and
1535graphical user interfaces (GUIs). The former depend solely on the C
1536library, whereas the latter depend on Tcl/Tk and the underlying X
1537libraries. In this case, we leave the command-line tools in the default
1538output, whereas the GUIs are in a separate output. This allows users
fcc58db6
LC
1539who do not need the GUIs to save space. The @command{guix size} command
1540can help find out about such situations (@pxref{Invoking guix size}).
6e721c4d
LC
1541
1542There are several such multiple-output packages in the GNU distribution.
91ef73d4
LC
1543Other conventional output names include @code{lib} for libraries and
1544possibly header files, @code{bin} for stand-alone programs, and
1545@code{debug} for debugging information (@pxref{Installing Debugging
1546Files}). The outputs of a packages are listed in the third column of
1547the output of @command{guix package --list-available} (@pxref{Invoking
1548guix package}).
6e721c4d 1549
eeaf4427 1550
e49951eb
MW
1551@node Invoking guix gc
1552@section Invoking @command{guix gc}
fe8ff028
LC
1553
1554@cindex garbage collector
1555Packages that are installed but not used may be @dfn{garbage-collected}.
e49951eb 1556The @command{guix gc} command allows users to explicitly run the garbage
c22eb992
LC
1557collector to reclaim space from the @file{/gnu/store} directory. It is
1558the @emph{only} way to remove files from @file{/gnu/store}---removing
1559files or directories manually may break it beyond repair!
fe8ff028
LC
1560
1561The garbage collector has a set of known @dfn{roots}: any file under
834129e0 1562@file{/gnu/store} reachable from a root is considered @dfn{live} and
fe8ff028
LC
1563cannot be deleted; any other file is considered @dfn{dead} and may be
1564deleted. The set of garbage collector roots includes default user
e49951eb
MW
1565profiles, and may be augmented with @command{guix build --root}, for
1566example (@pxref{Invoking guix build}).
fe8ff028 1567
1bb9900a
LC
1568Prior to running @code{guix gc --collect-garbage} to make space, it is
1569often useful to remove old generations from user profiles; that way, old
1570package builds referenced by those generations can be reclaimed. This
1571is achieved by running @code{guix package --delete-generations}
1572(@pxref{Invoking guix package}).
1573
e49951eb 1574The @command{guix gc} command has three modes of operation: it can be
fe8ff028 1575used to garbage-collect any dead files (the default), to delete specific
7770aafc
LC
1576files (the @code{--delete} option), to print garbage-collector
1577information, or for more advanced queries. The garbage collection
1578options are as follows:
fe8ff028
LC
1579
1580@table @code
1581@item --collect-garbage[=@var{min}]
1582@itemx -C [@var{min}]
834129e0 1583Collect garbage---i.e., unreachable @file{/gnu/store} files and
fe8ff028
LC
1584sub-directories. This is the default operation when no option is
1585specified.
1586
1587When @var{min} is given, stop once @var{min} bytes have been collected.
1588@var{min} may be a number of bytes, or it may include a unit as a
4a44d7bb
LC
1589suffix, such as @code{MiB} for mebibytes and @code{GB} for gigabytes
1590(@pxref{Block size, size specifications,, coreutils, GNU Coreutils}).
fe8ff028
LC
1591
1592When @var{min} is omitted, collect all the garbage.
1593
1594@item --delete
1595@itemx -d
1596Attempt to delete all the store files and directories specified as
1597arguments. This fails if some of the files are not in the store, or if
1598they are still live.
1599
1600@item --list-dead
1601Show the list of dead files and directories still present in the
1602store---i.e., files and directories no longer reachable from any root.
1603
1604@item --list-live
1605Show the list of live store files and directories.
ba8b732d
LC
1606
1607@end table
1608
1609In addition, the references among existing store files can be queried:
1610
1611@table @code
1612
1613@item --references
1614@itemx --referrers
1615List the references (respectively, the referrers) of store files given
1616as arguments.
1617
8e59fdd5
LC
1618@item --requisites
1619@itemx -R
fcc58db6 1620@cindex closure
8e59fdd5
LC
1621List the requisites of the store files passed as arguments. Requisites
1622include the store files themselves, their references, and the references
1623of these, recursively. In other words, the returned list is the
1624@dfn{transitive closure} of the store files.
1625
fcc58db6
LC
1626@xref{Invoking guix size}, for a tool to profile the size of an
1627element's closure.
1628
fe8ff028
LC
1629@end table
1630
7770aafc
LC
1631Lastly, the following options allow you to check the integrity of the
1632store and to control disk usage.
1633
1634@table @option
1635
1636@item --verify[=@var{options}]
1637@cindex integrity, of the store
1638@cindex integrity checking
1639Verify the integrity of the store.
1640
1641By default, make sure that all the store items marked as valid in the
1642daemon's database actually exist in @file{/gnu/store}.
1643
1644When provided, @var{options} must a comma-separated list containing one
1645or more of @code{contents} and @code{repair}.
1646
1647When passing @option{--verify=contents}, the daemon will compute the
1648content hash of each store item and compare it against its hash in the
1649database. Hash mismatches are reported as data corruptions. Because it
1650traverses @emph{all the files in the store}, this command can take a
1651long time, especially on systems with a slow disk drive.
1652
1653@cindex repairing the store
1654Using @option{--verify=repair} or @option{--verify=contents,repair}
1655causes the daemon to try to repair corrupt store items by fetching
1656substitutes for them (@pxref{Substitutes}). Because repairing is not
1657atomic, and thus potentially dangerous, it is available only to the
1658system administrator.
1659
1660@item --optimize
1661@cindex deduplication
1662Optimize the store by hard-linking identical files---this is
1663@dfn{deduplication}.
1664
1665The daemon performs deduplication after each successful build or archive
1666import, unless it was started with @code{--disable-deduplication}
1667(@pxref{Invoking guix-daemon, @code{--disable-deduplication}}). Thus,
1668this option is primarily useful when the daemon was running with
1669@code{--disable-deduplication}.
1670
1671@end table
eeaf4427 1672
f651b477
LC
1673@node Invoking guix pull
1674@section Invoking @command{guix pull}
1675
1676Packages are installed or upgraded to the latest version available in
1677the distribution currently available on your local machine. To update
1678that distribution, along with the Guix tools, you must run @command{guix
1679pull}: the command downloads the latest Guix source code and package
1680descriptions, and deploys it.
1681
1682On completion, @command{guix package} will use packages and package
1683versions from this just-retrieved copy of Guix. Not only that, but all
1684the Guix commands and Scheme modules will also be taken from that latest
1685version. New @command{guix} sub-commands added by the update also
1686become available.
1687
1688The @command{guix pull} command is usually invoked with no arguments,
1689but it supports the following options:
1690
1691@table @code
1692@item --verbose
1693Produce verbose output, writing build logs to the standard error output.
1694
ab5d72ad
LC
1695@item --url=@var{url}
1696Download the source tarball of Guix from @var{url}.
1697
1698By default, the tarball is taken from its canonical address at
1699@code{gnu.org}, for the stable branch of Guix.
1700
f651b477
LC
1701@item --bootstrap
1702Use the bootstrap Guile to build the latest Guix. This option is only
1703useful to Guix developers.
1704@end table
1705
760c60d6
LC
1706
1707@node Invoking guix archive
1708@section Invoking @command{guix archive}
1709
1710The @command{guix archive} command allows users to @dfn{export} files
1711from the store into a single archive, and to later @dfn{import} them.
1712In particular, it allows store files to be transferred from one machine
1713to another machine's store. For example, to transfer the @code{emacs}
1714package to a machine connected over SSH, one would run:
1715
1716@example
56607088 1717guix archive --export -r emacs | ssh the-machine guix archive --import
760c60d6
LC
1718@end example
1719
87236aed 1720@noindent
56607088
LC
1721Similarly, a complete user profile may be transferred from one machine
1722to another like this:
1723
1724@example
1725guix archive --export -r $(readlink -f ~/.guix-profile) | \
1726 ssh the-machine guix-archive --import
1727@end example
1728
1729@noindent
1730However, note that, in both examples, all of @code{emacs} and the
1731profile as well as all of their dependencies are transferred (due to
1732@code{-r}), regardless of what is already available in the target
1733machine's store. The @code{--missing} option can help figure out which
1734items are missing from the target's store.
87236aed 1735
760c60d6 1736Archives are stored in the ``Nix archive'' or ``Nar'' format, which is
0dbd88db
LC
1737comparable in spirit to `tar', but with a few noteworthy differences
1738that make it more appropriate for our purposes. First, rather than
1739recording all Unix meta-data for each file, the Nar format only mentions
1740the file type (regular, directory, or symbolic link); Unix permissions
1741and owner/group are dismissed. Second, the order in which directory
1742entries are stored always follows the order of file names according to
1743the C locale collation order. This makes archive production fully
1744deterministic.
1745
1746When exporting, the daemon digitally signs the contents of the archive,
1747and that digital signature is appended. When importing, the daemon
1748verifies the signature and rejects the import in case of an invalid
1749signature or if the signing key is not authorized.
760c60d6
LC
1750@c FIXME: Add xref to daemon doc about signatures.
1751
1752The main options are:
1753
1754@table @code
1755@item --export
1756Export the specified store files or packages (see below.) Write the
1757resulting archive to the standard output.
1758
56607088
LC
1759Dependencies are @emph{not} included in the output, unless
1760@code{--recursive} is passed.
1761
1762@item -r
1763@itemx --recursive
1764When combined with @code{--export}, this instructs @command{guix
1765archive} to include dependencies of the given items in the archive.
1766Thus, the resulting archive is self-contained: it contains the closure
1767of the exported store items.
1768
760c60d6
LC
1769@item --import
1770Read an archive from the standard input, and import the files listed
1771therein into the store. Abort if the archive has an invalid digital
f82cc5fd
LC
1772signature, or if it is signed by a public key not among the authorized
1773keys (see @code{--authorize} below.)
554f26ec 1774
87236aed
LC
1775@item --missing
1776Read a list of store file names from the standard input, one per line,
1777and write on the standard output the subset of these files missing from
1778the store.
1779
554f26ec 1780@item --generate-key[=@var{parameters}]
f82cc5fd 1781@cindex signing, archives
554f26ec
LC
1782Generate a new key pair for the daemons. This is a prerequisite before
1783archives can be exported with @code{--export}. Note that this operation
1784usually takes time, because it needs to gather enough entropy to
1785generate the key pair.
1786
1787The generated key pair is typically stored under @file{/etc/guix}, in
1788@file{signing-key.pub} (public key) and @file{signing-key.sec} (private
867d8473
LC
1789key, which must be kept secret.) When @var{parameters} is omitted,
1790an ECDSA key using the Ed25519 curve is generated, or, for Libgcrypt
1791versions before 1.6.0, it is a 4096-bit RSA key.
1792Alternately, @var{parameters} can specify
554f26ec
LC
1793@code{genkey} parameters suitable for Libgcrypt (@pxref{General
1794public-key related Functions, @code{gcry_pk_genkey},, gcrypt, The
1795Libgcrypt Reference Manual}).
f82cc5fd
LC
1796
1797@item --authorize
1798@cindex authorizing, archives
1799Authorize imports signed by the public key passed on standard input.
1800The public key must be in ``s-expression advanced format''---i.e., the
1801same format as the @file{signing-key.pub} file.
1802
1803The list of authorized keys is kept in the human-editable file
1804@file{/etc/guix/acl}. The file contains
1805@url{http://people.csail.mit.edu/rivest/Sexp.txt, ``advanced-format
1806s-expressions''} and is structured as an access-control list in the
1807@url{http://theworld.com/~cme/spki.txt, Simple Public-Key Infrastructure
1808(SPKI)}.
760c60d6
LC
1809@end table
1810
1811To export store files as an archive to the standard output, run:
1812
1813@example
1814guix archive --export @var{options} @var{specifications}...
1815@end example
1816
1817@var{specifications} may be either store file names or package
1818specifications, as for @command{guix package} (@pxref{Invoking guix
1819package}). For instance, the following command creates an archive
1820containing the @code{gui} output of the @code{git} package and the main
1821output of @code{emacs}:
1822
1823@example
834129e0 1824guix archive --export git:gui /gnu/store/...-emacs-24.3 > great.nar
760c60d6
LC
1825@end example
1826
1827If the specified packages are not built yet, @command{guix archive}
1828automatically builds them. The build process may be controlled with the
1829same options that can be passed to the @command{guix build} command
70ee5642 1830(@pxref{Invoking guix build, common build options}).
760c60d6
LC
1831
1832
568717fd
LC
1833@c *********************************************************************
1834@node Programming Interface
1835@chapter Programming Interface
1836
3dc1970d
LC
1837GNU Guix provides several Scheme programming interfaces (APIs) to
1838define, build, and query packages. The first interface allows users to
1839write high-level package definitions. These definitions refer to
1840familiar packaging concepts, such as the name and version of a package,
1841its build system, and its dependencies. These definitions can then be
1842turned into concrete build actions.
1843
ba55b1cb 1844Build actions are performed by the Guix daemon, on behalf of users. In a
3dc1970d 1845standard setup, the daemon has write access to the store---the
834129e0 1846@file{/gnu/store} directory---whereas users do not. The recommended
3dc1970d
LC
1847setup also has the daemon perform builds in chroots, under a specific
1848build users, to minimize interference with the rest of the system.
1849
1850@cindex derivation
1851Lower-level APIs are available to interact with the daemon and the
1852store. To instruct the daemon to perform a build action, users actually
1853provide it with a @dfn{derivation}. A derivation is a low-level
1854representation of the build actions to be taken, and the environment in
1855which they should occur---derivations are to package definitions what
49ad317a
LC
1856assembly is to C programs. The term ``derivation'' comes from the fact
1857that build results @emph{derive} from them.
3dc1970d
LC
1858
1859This chapter describes all these APIs in turn, starting from high-level
1860package definitions.
1861
568717fd 1862@menu
b860f382 1863* Defining Packages:: Defining new packages.
7458bd0a 1864* Build Systems:: Specifying how packages are built.
b860f382
LC
1865* The Store:: Manipulating the package store.
1866* Derivations:: Low-level interface to package derivations.
1867* The Store Monad:: Purely functional interface to the store.
21b679f6 1868* G-Expressions:: Manipulating build expressions.
568717fd
LC
1869@end menu
1870
1871@node Defining Packages
1872@section Defining Packages
1873
3dc1970d
LC
1874The high-level interface to package definitions is implemented in the
1875@code{(guix packages)} and @code{(guix build-system)} modules. As an
1876example, the package definition, or @dfn{recipe}, for the GNU Hello
1877package looks like this:
1878
1879@example
e7f34eb0
LC
1880(define-module (gnu packages hello)
1881 #:use-module (guix packages)
1882 #:use-module (guix download)
1883 #:use-module (guix build-system gnu)
1884 #:use-module (guix licenses))
b22a12fd 1885
79f5dd59 1886(define-public hello
3dc1970d
LC
1887 (package
1888 (name "hello")
1889 (version "2.8")
1890 (source (origin
1891 (method url-fetch)
1892 (uri (string-append "mirror://gnu/hello/hello-" version
1893 ".tar.gz"))
1894 (sha256
1895 (base32 "0wqd8sjmxfskrflaxywc7gqw7sfawrfvdxd9skxawzfgyy0pzdz6"))))
1896 (build-system gnu-build-system)
7458bd0a 1897 (arguments `(#:configure-flags '("--enable-silent-rules")))
3dc1970d 1898 (inputs `(("gawk" ,gawk)))
7458bd0a
LC
1899 (synopsis "Hello, GNU world: An example GNU package")
1900 (description "Guess what GNU Hello prints!")
3dc1970d 1901 (home-page "http://www.gnu.org/software/hello/")
b22a12fd 1902 (license gpl3+)))
3dc1970d
LC
1903@end example
1904
1905@noindent
1906Without being a Scheme expert, the reader may have guessed the meaning
e7f34eb0 1907of the various fields here. This expression binds variable @code{hello}
3dc1970d
LC
1908to a @code{<package>} object, which is essentially a record
1909(@pxref{SRFI-9, Scheme records,, guile, GNU Guile Reference Manual}).
1910This package object can be inspected using procedures found in the
1911@code{(guix packages)} module; for instance, @code{(package-name hello)}
1912returns---surprise!---@code{"hello"}.
1913
2f7d2d91
LC
1914With luck, you may be able to import part or all of the definition of
1915the package you are interested in from another repository, using the
1916@code{guix import} command (@pxref{Invoking guix import}).
1917
e7f34eb0
LC
1918In the example above, @var{hello} is defined into a module of its own,
1919@code{(gnu packages hello)}. Technically, this is not strictly
1920necessary, but it is convenient to do so: all the packages defined in
1921modules under @code{(gnu packages @dots{})} are automatically known to
1922the command-line tools (@pxref{Package Modules}).
1923
3dc1970d
LC
1924There are a few points worth noting in the above package definition:
1925
1926@itemize
1927@item
a2bf4907
LC
1928The @code{source} field of the package is an @code{<origin>} object
1929(@pxref{origin Reference}, for the complete reference).
3dc1970d
LC
1930Here, the @code{url-fetch} method from @code{(guix download)} is used,
1931meaning that the source is a file to be downloaded over FTP or HTTP.
1932
1933The @code{mirror://gnu} prefix instructs @code{url-fetch} to use one of
1934the GNU mirrors defined in @code{(guix download)}.
1935
1936The @code{sha256} field specifies the expected SHA256 hash of the file
1937being downloaded. It is mandatory, and allows Guix to check the
1938integrity of the file. The @code{(base32 @dots{})} form introduces the
6c365eca 1939base32 representation of the hash. You can obtain this information with
210cc920
LC
1940@code{guix download} (@pxref{Invoking guix download}) and @code{guix
1941hash} (@pxref{Invoking guix hash}).
3dc1970d 1942
f9cc8971
LC
1943@cindex patches
1944When needed, the @code{origin} form can also have a @code{patches} field
1945listing patches to be applied, and a @code{snippet} field giving a
1946Scheme expression to modify the source code.
1947
3dc1970d
LC
1948@item
1949@cindex GNU Build System
7458bd0a
LC
1950The @code{build-system} field specifies the procedure to build the
1951package (@pxref{Build Systems}). Here, @var{gnu-build-system}
1952represents the familiar GNU Build System, where packages may be
1953configured, built, and installed with the usual @code{./configure &&
1954make && make check && make install} command sequence.
1955
1956@item
1957The @code{arguments} field specifies options for the build system
1958(@pxref{Build Systems}). Here it is interpreted by
1959@var{gnu-build-system} as a request run @file{configure} with the
1960@code{--enable-silent-rules} flag.
3dc1970d
LC
1961
1962@item
1963The @code{inputs} field specifies inputs to the build process---i.e.,
1964build-time or run-time dependencies of the package. Here, we define an
1965input called @code{"gawk"} whose value is that of the @var{gawk}
1966variable; @var{gawk} is itself bound to a @code{<package>} object.
1967
1968Note that GCC, Coreutils, Bash, and other essential tools do not need to
1969be specified as inputs here. Instead, @var{gnu-build-system} takes care
7458bd0a 1970of ensuring that they are present (@pxref{Build Systems}).
3dc1970d
LC
1971
1972However, any other dependencies need to be specified in the
1973@code{inputs} field. Any dependency not specified here will simply be
1974unavailable to the build process, possibly leading to a build failure.
1975@end itemize
1976
87eafdbd
TUBK
1977@xref{package Reference}, for a full description of possible fields.
1978
2f7d2d91 1979Once a package definition is in place, the
e49951eb 1980package may actually be built using the @code{guix build} command-line
39bee8a2
LC
1981tool (@pxref{Invoking guix build}). You can easily jump back to the
1982package definition using the @command{guix edit} command
1983(@pxref{Invoking guix edit}).
1984@xref{Packaging Guidelines}, for
b4f5e0e8
CR
1985more information on how to test package definitions, and
1986@ref{Invoking guix lint}, for information on how to check a definition
1987for style conformance.
1988
7458bd0a
LC
1989Eventually, updating the package definition to a new upstream version
1990can be partly automated by the @command{guix refresh} command
1991(@pxref{Invoking guix refresh}).
3dc1970d
LC
1992
1993Behind the scenes, a derivation corresponding to the @code{<package>}
1994object is first computed by the @code{package-derivation} procedure.
834129e0 1995That derivation is stored in a @code{.drv} file under @file{/gnu/store}.
ba55b1cb 1996The build actions it prescribes may then be realized by using the
3dc1970d
LC
1997@code{build-derivations} procedure (@pxref{The Store}).
1998
1999@deffn {Scheme Procedure} package-derivation @var{store} @var{package} [@var{system}]
59688fc4
LC
2000Return the @code{<derivation>} object of @var{package} for @var{system}
2001(@pxref{Derivations}).
3dc1970d
LC
2002
2003@var{package} must be a valid @code{<package>} object, and @var{system}
2004must be a string denoting the target system type---e.g.,
2005@code{"x86_64-linux"} for an x86_64 Linux-based GNU system. @var{store}
2006must be a connection to the daemon, which operates on the store
2007(@pxref{The Store}).
2008@end deffn
568717fd 2009
9c1edabd
LC
2010@noindent
2011@cindex cross-compilation
2012Similarly, it is possible to compute a derivation that cross-builds a
2013package for some other system:
2014
2015@deffn {Scheme Procedure} package-cross-derivation @var{store} @
2016 @var{package} @var{target} [@var{system}]
59688fc4
LC
2017Return the @code{<derivation>} object of @var{package} cross-built from
2018@var{system} to @var{target}.
9c1edabd
LC
2019
2020@var{target} must be a valid GNU triplet denoting the target hardware
2021and operating system, such as @code{"mips64el-linux-gnu"}
2022(@pxref{Configuration Names, GNU configuration triplets,, configure, GNU
2023Configure and Build System}).
2024@end deffn
2025
87eafdbd
TUBK
2026@menu
2027* package Reference :: The package data type.
2028* origin Reference:: The origin data type.
2029@end menu
2030
2031
2032@node package Reference
2033@subsection @code{package} Reference
2034
2035This section summarizes all the options available in @code{package}
2036declarations (@pxref{Defining Packages}).
2037
2038@deftp {Data Type} package
2039This is the data type representing a package recipe.
2040
2041@table @asis
2042@item @code{name}
2043The name of the package, as a string.
2044
2045@item @code{version}
2046The version of the package, as a string.
2047
2048@item @code{source}
2049An origin object telling how the source code for the package should be
2050acquired (@pxref{origin Reference}).
2051
2052@item @code{build-system}
2053The build system that should be used to build the package (@pxref{Build
2054Systems}).
2055
2056@item @code{arguments} (default: @code{'()})
2057The arguments that should be passed to the build system. This is a
2058list, typically containing sequential keyword-value pairs.
2059
2060@item @code{inputs} (default: @code{'()})
2061Package or derivation inputs to the build. This is a list of lists,
2062where each list has the name of the input (a string) as its first
2063element, a package or derivation object as its second element, and
2064optionally the name of the output of the package or derivation that
2065should be used, which defaults to @code{"out"}.
2066
21461f27
LC
2067@item @anchor{package-propagated-inputs}@code{propagated-inputs} (default: @code{'()})
2068@cindex propagated inputs
87eafdbd 2069This field is like @code{inputs}, but the specified packages will be
21461f27
LC
2070force-installed alongside the package they belong to
2071(@pxref{package-cmd-propagated-inputs, @command{guix package}}, for
2072information on how @command{guix package} deals with propagated inputs.)
2073
2074For example this is necessary when a library needs headers of another
2075library to compile, or needs another shared library to be linked
2076alongside itself when a program wants to link to it.
87eafdbd
TUBK
2077
2078@item @code{native-inputs} (default: @code{'()})
2079This field is like @code{inputs}, but in case of a cross-compilation it
2080will be ensured that packages for the architecture of the build machine
2081are present, such that executables from them can be used during the
21461f27
LC
2082build.
2083
2084This is typically where you would list tools needed at build time but
2085not at run time, such as Autoconf, Automake, pkg-config, Gettext, or
2086Bison. @command{guix lint} can report likely mistakes in this area
2087(@pxref{Invoking guix lint}).
87eafdbd
TUBK
2088
2089@item @code{self-native-input?} (default: @code{#f})
2090This is a Boolean field telling whether the package should use itself as
2091a native input when cross-compiling.
2092
2093@item @code{outputs} (default: @code{'("out")})
2094The list of output names of the package. @xref{Packages with Multiple
2095Outputs}, for typical uses of additional outputs.
2096
2097@item @code{native-search-paths} (default: @code{'()})
2098@itemx @code{search-paths} (default: @code{'()})
2099A list of @code{search-path-specification} objects describing
2100search-path environment variables honored by the package.
2101
2102@item @code{replacement} (default: @code{#f})
2103This must either @code{#f} or a package object that will be used as a
2104@dfn{replacement} for this package. @xref{Security Updates, grafts},
2105for details.
2106
2107@item @code{synopsis}
2108A one-line description of the package.
2109
2110@item @code{description}
2111A more elaborate description of the package.
2112
2113@item @code{license}
2114The license of the package; a value from @code{(guix licenses)}.
2115
2116@item @code{home-page}
2117The URL to the home-page of the package, as a string.
2118
2119@item @code{supported-systems} (default: @var{%supported-systems})
2120The list of systems supported by the package, as strings of the form
2121@code{architecture-kernel}, for example @code{"x86_64-linux"}.
2122
2123@item @code{maintainers} (default: @code{'()})
2124The list of maintainers of the package, as @code{maintainer} objects.
2125
2126@item @code{location} (default: source location of the @code{package} form)
2127The source location of the package. It's useful to override this when
2128inheriting from another package, in which case this field is not
2129automatically corrected.
2130@end table
2131@end deftp
2132
2133
2134@node origin Reference
2135@subsection @code{origin} Reference
2136
2137This section summarizes all the options available in @code{origin}
2138declarations (@pxref{Defining Packages}).
2139
2140@deftp {Data Type} origin
2141This is the data type representing a source code origin.
2142
2143@table @asis
2144@item @code{uri}
2145An object containing the URI of the source. The object type depends on
2146the @code{method} (see below). For example, when using the
2147@var{url-fetch} method of @code{(guix download)}, the valid @code{uri}
2148values are: a URL represented as a string, or a list thereof.
2149
2150@item @code{method}
2151A procedure that will handle the URI.
2152
2153Examples include:
2154
2155@table @asis
2156@item @var{url-fetch} from @code{(guix download)}
2157download a file the HTTP, HTTPS, or FTP URL specified in the
2158@code{uri} field;
2159
2160@item @var{git-fetch} from @code{(guix git-download)}
2161clone the Git version control repository, and check out the revision
2162specified in the @code{uri} field as a @code{git-reference} object; a
2163@code{git-reference} looks like this:
2164
2165@example
2166(git-reference
2167 (url "git://git.debian.org/git/pkg-shadow/shadow")
2168 (commit "v4.1.5.1"))
2169@end example
2170@end table
2171
2172@item @code{sha256}
2173A bytevector containing the SHA-256 hash of the source. Typically the
2174@code{base32} form is used here to generate the bytevector from a
2175base-32 string.
2176
2177@item @code{file-name} (default: @code{#f})
2178The file name under which the source code should be saved. When this is
2179@code{#f}, a sensible default value will be used in most cases. In case
2180the source is fetched from a URL, the file name from the URL will be
2181used. For version control checkouts, it's recommended to provide the
2182file name explicitly because the default is not very descriptive.
2183
2184@item @code{patches} (default: @code{'()})
2185A list of file names containing patches to be applied to the source.
2186
2187@item @code{snippet} (default: @code{#f})
2188A quoted piece of code that will be run in the source directory to make
2189any modifications, which is sometimes more convenient than a patch.
2190
2191@item @code{patch-flags} (default: @code{'("-p1")})
2192A list of command-line flags that should be passed to the @code{patch}
2193command.
2194
2195@item @code{patch-inputs} (default: @code{#f})
2196Input packages or derivations to the patching process. When this is
2197@code{#f}, the usual set of inputs necessary for patching are provided,
2198such as GNU@tie{}Patch.
2199
2200@item @code{modules} (default: @code{'()})
2201A list of Guile modules that should be loaded during the patching
2202process and while running the code in the @code{snippet} field.
2203
2204@item @code{imported-modules} (default: @code{'()})
2205The list of Guile modules to import in the patch derivation, for use by
2206the @code{snippet}.
2207
2208@item @code{patch-guile} (default: @code{#f})
2209The Guile package that should be used in the patching process. When
2210this is @code{#f}, a sensible default is used.
2211@end table
2212@end deftp
2213
9c1edabd 2214
7458bd0a
LC
2215@node Build Systems
2216@section Build Systems
2217
2218@cindex build system
2219Each package definition specifies a @dfn{build system} and arguments for
2220that build system (@pxref{Defining Packages}). This @code{build-system}
2221field represents the build procedure of the package, as well implicit
2222dependencies of that build procedure.
2223
2224Build systems are @code{<build-system>} objects. The interface to
2225create and manipulate them is provided by the @code{(guix build-system)}
2226module, and actual build systems are exported by specific modules.
2227
f5fd4fd2 2228@cindex bag (low-level package representation)
0d5a559f
LC
2229Under the hood, build systems first compile package objects to
2230@dfn{bags}. A @dfn{bag} is like a package, but with less
2231ornamentation---in other words, a bag is a lower-level representation of
2232a package, which includes all the inputs of that package, including some
2233that were implicitly added by the build system. This intermediate
2234representation is then compiled to a derivation (@pxref{Derivations}).
2235
7458bd0a
LC
2236Build systems accept an optional list of @dfn{arguments}. In package
2237definitions, these are passed @i{via} the @code{arguments} field
2238(@pxref{Defining Packages}). They are typically keyword arguments
2239(@pxref{Optional Arguments, keyword arguments in Guile,, guile, GNU
2240Guile Reference Manual}). The value of these arguments is usually
2241evaluated in the @dfn{build stratum}---i.e., by a Guile process launched
2242by the daemon (@pxref{Derivations}).
2243
2244The main build system is @var{gnu-build-system}, which implements the
2245standard build procedure for GNU packages and many other packages. It
2246is provided by the @code{(guix build-system gnu)} module.
2247
2248@defvr {Scheme Variable} gnu-build-system
2249@var{gnu-build-system} represents the GNU Build System, and variants
2250thereof (@pxref{Configuration, configuration and makefile conventions,,
2251standards, GNU Coding Standards}).
2252
2253@cindex build phases
2254In a nutshell, packages using it configured, built, and installed with
2255the usual @code{./configure && make && make check && make install}
2256command sequence. In practice, a few additional steps are often needed.
2257All these steps are split up in separate @dfn{phases},
2258notably@footnote{Please see the @code{(guix build gnu-build-system)}
2259modules for more details about the build phases.}:
2260
2261@table @code
2262@item unpack
2263Unpack the source tarball, and change the current directory to the
2264extracted source tree. If the source is actually a directory, copy it
2265to the build tree, and enter that directory.
2266
2267@item patch-source-shebangs
2268Patch shebangs encountered in source files so they refer to the right
2269store file names. For instance, this changes @code{#!/bin/sh} to
2270@code{#!/gnu/store/@dots{}-bash-4.3/bin/sh}.
2271
2272@item configure
2273Run the @file{configure} script with a number of default options, such
2274as @code{--prefix=/gnu/store/@dots{}}, as well as the options specified
2275by the @code{#:configure-flags} argument.
2276
2277@item build
2278Run @code{make} with the list of flags specified with
2279@code{#:make-flags}. If the @code{#:parallel-builds?} argument is true
2280(the default), build with @code{make -j}.
2281
2282@item check
2283Run @code{make check}, or some other target specified with
2284@code{#:test-target}, unless @code{#:tests? #f} is passed. If the
2285@code{#:parallel-tests?} argument is true (the default), run @code{make
2286check -j}.
2287
2288@item install
2289Run @code{make install} with the flags listed in @code{#:make-flags}.
2290
2291@item patch-shebangs
2292Patch shebangs on the installed executable files.
2293
2294@item strip
2295Strip debugging symbols from ELF files (unless @code{#:strip-binaries?}
2296is false), copying them to the @code{debug} output when available
2297(@pxref{Installing Debugging Files}).
2298@end table
2299
2300@vindex %standard-phases
2301The build-side module @code{(guix build gnu-build-system)} defines
2302@var{%standard-phases} as the default list of build phases.
2303@var{%standard-phases} is a list of symbol/procedure pairs, where the
2304procedure implements the actual phase.
2305
2306The list of phases used for a particular package can be changed with the
2307@code{#:phases} parameter. For instance, passing:
2308
2309@example
2310#:phases (alist-delete 'configure %standard-phases)
2311@end example
2312
9bf404e9 2313means that all the phases described above will be used, except the
7458bd0a
LC
2314@code{configure} phase.
2315
2316In addition, this build system ensures that the ``standard'' environment
2317for GNU packages is available. This includes tools such as GCC, libc,
2318Coreutils, Bash, Make, Diffutils, grep, and sed (see the @code{(guix
2319build-system gnu)} module for a complete list.) We call these the
2320@dfn{implicit inputs} of a package, because package definitions don't
2321have to mention them.
2322@end defvr
2323
2324Other @code{<build-system>} objects are defined to support other
2325conventions and tools used by free software packages. They inherit most
2326of @var{gnu-build-system}, and differ mainly in the set of inputs
2327implicitly added to the build process, and in the list of phases
2328executed. Some of these build systems are listed below.
2329
2330@defvr {Scheme Variable} cmake-build-system
2331This variable is exported by @code{(guix build-system cmake)}. It
2332implements the build procedure for packages using the
2333@url{http://www.cmake.org, CMake build tool}.
2334
2335It automatically adds the @code{cmake} package to the set of inputs.
2336Which package is used can be specified with the @code{#:cmake}
2337parameter.
9849cfc1
LC
2338
2339The @code{#:configure-flags} parameter is taken as a list of flags
2340passed to the @command{cmake} command. The @code{#:build-type}
2341parameter specifies in abstract terms the flags passed to the compiler;
2342it defaults to @code{"RelWithDebInfo"} (short for ``release mode with
2343debugging information''), which roughly means that code is compiled with
2344@code{-O2 -g}, as is the case for Autoconf-based packages by default.
7458bd0a
LC
2345@end defvr
2346
3afcf52b
FB
2347@defvr {Scheme Variable} glib-or-gtk-build-system
2348This variable is exported by @code{(guix build-system glib-or-gtk)}. It
2349is intended for use with packages making use of GLib or GTK+.
2350
2351This build system adds the following two phases to the ones defined by
2352@var{gnu-build-system}:
2353
2354@table @code
2355@item glib-or-gtk-wrap
2356The phase @code{glib-or-gtk-wrap} ensures that programs found under
2357@file{bin/} are able to find GLib's ``schemas'' and
2358@uref{https://developer.gnome.org/gtk3/stable/gtk-running.html, GTK+
2359modules}. This is achieved by wrapping the programs in launch scripts
2360that appropriately set the @code{XDG_DATA_DIRS} and @code{GTK_PATH}
2361environment variables.
2362
73aa8ddb
LC
2363It is possible to exclude specific package outputs from that wrapping
2364process by listing their names in the
2365@code{#:glib-or-gtk-wrap-excluded-outputs} parameter. This is useful
2366when an output is known not to contain any GLib or GTK+ binaries, and
2367where wrapping would gratuitously add a dependency of that output on
2368GLib and GTK+.
2369
3afcf52b
FB
2370@item glib-or-gtk-compile-schemas
2371The phase @code{glib-or-gtk-compile-schemas} makes sure that all GLib's
2372@uref{https://developer.gnome.org/gio/stable/glib-compile-schemas.html,
2373GSettings schemas} are compiled. Compilation is performed by the
2374@command{glib-compile-schemas} program. It is provided by the package
2375@code{glib:bin} which is automatically imported by the build system.
2376The @code{glib} package providing @command{glib-compile-schemas} can be
2377specified with the @code{#:glib} parameter.
2378@end table
2379
2380Both phases are executed after the @code{install} phase.
2381@end defvr
2382
7458bd0a
LC
2383@defvr {Scheme Variable} python-build-system
2384This variable is exported by @code{(guix build-system python)}. It
2385implements the more or less standard build procedure used by Python
2386packages, which consists in running @code{python setup.py build} and
2387then @code{python setup.py install --prefix=/gnu/store/@dots{}}.
2388
2389For packages that install stand-alone Python programs under @code{bin/},
2390it takes care of wrapping these programs so their @code{PYTHONPATH}
2391environment variable points to all the Python libraries they depend on.
2392
2393Which Python package is used can be specified with the @code{#:python}
2394parameter.
2395@end defvr
2396
2397@defvr {Scheme Variable} perl-build-system
2398This variable is exported by @code{(guix build-system perl)}. It
2d2a53fc
EB
2399implements the standard build procedure for Perl packages, which either
2400consists in running @code{perl Build.PL --prefix=/gnu/store/@dots{}},
2401followed by @code{Build} and @code{Build install}; or in running
2402@code{perl Makefile.PL PREFIX=/gnu/store/@dots{}}, followed by
2403@code{make} and @code{make install}; depending on which of
2404@code{Build.PL} or @code{Makefile.PL} is present in the package
2405distribution. Preference is given to the former if both @code{Build.PL}
2406and @code{Makefile.PL} exist in the package distribution. This
2407preference can be reversed by specifying @code{#t} for the
2408@code{#:make-maker?} parameter.
2409
2410The initial @code{perl Makefile.PL} or @code{perl Build.PL} invocation
2411passes flags specified by the @code{#:make-maker-flags} or
2412@code{#:module-build-flags} parameter, respectively.
7458bd0a
LC
2413
2414Which Perl package is used can be specified with @code{#:perl}.
2415@end defvr
2416
c08f9818
DT
2417@defvr {Scheme Variable} ruby-build-system
2418This variable is exported by @code{(guix build-system ruby)}. It
2419implements the RubyGems build procedure used by Ruby packages, which
2420involves running @code{gem build} followed by @code{gem install}.
2421
2422Which Ruby package is used can be specified with the @code{#:ruby}
2423parameter.
2424@end defvr
7458bd0a 2425
a677c726
RW
2426@defvr {Scheme Variable} waf-build-system
2427This variable is exported by @code{(guix build-system waf)}. It
2428implements a build procedure around the @code{waf} script. The common
2429phases---@code{configure}, @code{build}, and @code{install}---are
2430implemented by passing their names as arguments to the @code{waf}
2431script.
2432
2433The @code{waf} script is executed by the Python interpreter. Which
2434Python package is used to run the script can be specified with the
2435@code{#:python} parameter.
2436@end defvr
2437
14dfdf2e
FB
2438@defvr {Scheme Variable} haskell-build-system
2439This variable is exported by @code{(guix build-system haskell)}. It
2440implements the Cabal build procedure used by Haskell packages, which
2441involves running @code{runhaskell Setup.hs configure
2442--prefix=/gnu/store/@dots{}} and @code{runhaskell Setup.hs build}.
2443Instead of installing the package by running @code{runhaskell Setup.hs
2444install}, to avoid trying to register libraries in the read-only
2445compiler store directory, the build system uses @code{runhaskell
2446Setup.hs copy}, followed by @code{runhaskell Setup.hs register}. In
2447addition, the build system generates the package documentation by
2448running @code{runhaskell Setup.hs haddock}, unless @code{#:haddock? #f}
2449is passed. Optional Haddock parameters can be passed with the help of
2450the @code{#:haddock-flags} parameter. If the file @code{Setup.hs} is
2451not found, the build system looks for @code{Setup.lhs} instead.
2452
2453Which Haskell compiler is used can be specified with the @code{#:haskell}
a54bd6d7 2454parameter which defaults to @code{ghc}.
14dfdf2e
FB
2455@end defvr
2456
e9137a53
FB
2457@defvr {Scheme Variable} emacs-build-system
2458This variable is exported by @code{(guix build-system emacs)}. It
2459implements an installation procedure similar to the one of Emacs' own
2460packaging system (@pxref{Packages,,, emacs, The GNU Emacs Manual}).
2461
2462It first creates the @code{@var{package}-autoloads.el} file, then it
2463byte compiles all Emacs Lisp files. Differently from the Emacs
2464packaging system, the Info documentation files are moved to the standard
2465documentation directory and the @file{dir} file is deleted. Each
2466package is installed in its own directory under
2467@file{share/emacs/site-lisp/guix.d}.
2468@end defvr
2469
7458bd0a
LC
2470Lastly, for packages that do not need anything as sophisticated, a
2471``trivial'' build system is provided. It is trivial in the sense that
2472it provides basically no support: it does not pull any implicit inputs,
2473and does not have a notion of build phases.
2474
2475@defvr {Scheme Variable} trivial-build-system
2476This variable is exported by @code{(guix build-system trivial)}.
2477
2478This build system requires a @code{#:builder} argument. This argument
2479must be a Scheme expression that builds the package's output(s)---as
2480with @code{build-expression->derivation} (@pxref{Derivations,
2481@code{build-expression->derivation}}).
2482@end defvr
2483
568717fd
LC
2484@node The Store
2485@section The Store
2486
e531ac2a
LC
2487@cindex store
2488@cindex store paths
2489
2490Conceptually, the @dfn{store} is where derivations that have been
834129e0 2491successfully built are stored---by default, under @file{/gnu/store}.
e531ac2a
LC
2492Sub-directories in the store are referred to as @dfn{store paths}. The
2493store has an associated database that contains information such has the
2494store paths referred to by each store path, and the list of @emph{valid}
2495store paths---paths that result from a successful build.
2496
2497The store is always accessed by the daemon on behalf of its clients
2498(@pxref{Invoking guix-daemon}). To manipulate the store, clients
2499connect to the daemon over a Unix-domain socket, send it requests, and
2500read the result---these are remote procedure calls, or RPCs.
2501
2502The @code{(guix store)} module provides procedures to connect to the
2503daemon, and to perform RPCs. These are described below.
2504
2505@deffn {Scheme Procedure} open-connection [@var{file}] [#:reserve-space? #t]
2506Connect to the daemon over the Unix-domain socket at @var{file}. When
2507@var{reserve-space?} is true, instruct it to reserve a little bit of
2508extra space on the file system so that the garbage collector can still
2509operate, should the disk become full. Return a server object.
2510
2511@var{file} defaults to @var{%default-socket-path}, which is the normal
2512location given the options that were passed to @command{configure}.
2513@end deffn
2514
2515@deffn {Scheme Procedure} close-connection @var{server}
2516Close the connection to @var{server}.
2517@end deffn
2518
2519@defvr {Scheme Variable} current-build-output-port
2520This variable is bound to a SRFI-39 parameter, which refers to the port
2521where build and error logs sent by the daemon should be written.
2522@end defvr
2523
2524Procedures that make RPCs all take a server object as their first
2525argument.
2526
2527@deffn {Scheme Procedure} valid-path? @var{server} @var{path}
2528Return @code{#t} when @var{path} is a valid store path.
2529@end deffn
2530
cfbf9160 2531@deffn {Scheme Procedure} add-text-to-store @var{server} @var{name} @var{text} [@var{references}]
e531ac2a
LC
2532Add @var{text} under file @var{name} in the store, and return its store
2533path. @var{references} is the list of store paths referred to by the
2534resulting store path.
2535@end deffn
2536
874e6874 2537@deffn {Scheme Procedure} build-derivations @var{server} @var{derivations}
59688fc4
LC
2538Build @var{derivations} (a list of @code{<derivation>} objects or
2539derivation paths), and return when the worker is done building them.
2540Return @code{#t} on success.
874e6874
LC
2541@end deffn
2542
b860f382
LC
2543Note that the @code{(guix monads)} module provides a monad as well as
2544monadic versions of the above procedures, with the goal of making it
2545more convenient to work with code that accesses the store (@pxref{The
2546Store Monad}).
2547
e531ac2a
LC
2548@c FIXME
2549@i{This section is currently incomplete.}
568717fd
LC
2550
2551@node Derivations
2552@section Derivations
2553
874e6874
LC
2554@cindex derivations
2555Low-level build actions and the environment in which they are performed
2556are represented by @dfn{derivations}. A derivation contain the
2557following pieces of information:
2558
2559@itemize
2560@item
2561The outputs of the derivation---derivations produce at least one file or
2562directory in the store, but may produce more.
2563
2564@item
2565The inputs of the derivations, which may be other derivations or plain
2566files in the store (patches, build scripts, etc.)
2567
2568@item
2569The system type targeted by the derivation---e.g., @code{x86_64-linux}.
2570
2571@item
2572The file name of a build script in the store, along with the arguments
2573to be passed.
2574
2575@item
2576A list of environment variables to be defined.
2577
2578@end itemize
2579
2580@cindex derivation path
2581Derivations allow clients of the daemon to communicate build actions to
2582the store. They exist in two forms: as an in-memory representation,
2583both on the client- and daemon-side, and as files in the store whose
2584name end in @code{.drv}---these files are referred to as @dfn{derivation
2585paths}. Derivations paths can be passed to the @code{build-derivations}
2586procedure to perform the build actions they prescribe (@pxref{The
2587Store}).
2588
2589The @code{(guix derivations)} module provides a representation of
2590derivations as Scheme objects, along with procedures to create and
2591otherwise manipulate derivations. The lowest-level primitive to create
2592a derivation is the @code{derivation} procedure:
2593
1909431c
LC
2594@deffn {Scheme Procedure} derivation @var{store} @var{name} @var{builder} @
2595 @var{args} [#:outputs '("out")] [#:hash #f] [#:hash-algo #f] @
2096ef47 2596 [#:recursive? #f] [#:inputs '()] [#:env-vars '()] @
1909431c 2597 [#:system (%current-system)] [#:references-graphs #f] @
4a6aeb67
LC
2598 [#:allowed-references #f] [#:leaked-env-vars #f] [#:local-build? #f] @
2599 [#:substitutable? #t]
59688fc4
LC
2600Build a derivation with the given arguments, and return the resulting
2601@code{<derivation>} object.
874e6874 2602
2096ef47 2603When @var{hash} and @var{hash-algo} are given, a
874e6874 2604@dfn{fixed-output derivation} is created---i.e., one whose result is
36bbbbd1
LC
2605known in advance, such as a file download. If, in addition,
2606@var{recursive?} is true, then that fixed output may be an executable
2607file or a directory and @var{hash} must be the hash of an archive
2608containing this output.
5b0c9d16 2609
858e9282 2610When @var{references-graphs} is true, it must be a list of file
5b0c9d16
LC
2611name/store path pairs. In that case, the reference graph of each store
2612path is exported in the build environment in the corresponding file, in
2613a simple text format.
1909431c 2614
b53be755
LC
2615When @var{allowed-references} is true, it must be a list of store items
2616or outputs that the derivation's output may refer to.
2617
c0468155
LC
2618When @var{leaked-env-vars} is true, it must be a list of strings
2619denoting environment variables that are allowed to ``leak'' from the
2620daemon's environment to the build environment. This is only applicable
2621to fixed-output derivations---i.e., when @var{hash} is true. The main
2622use is to allow variables such as @code{http_proxy} to be passed to
2623derivations that download files.
2624
1909431c
LC
2625When @var{local-build?} is true, declare that the derivation is not a
2626good candidate for offloading and should rather be built locally
2627(@pxref{Daemon Offload Setup}). This is the case for small derivations
2628where the costs of data transfers would outweigh the benefits.
4a6aeb67
LC
2629
2630When @var{substitutable?} is false, declare that substitutes of the
2631derivation's output should not be used (@pxref{Substitutes}). This is
2632useful, for instance, when building packages that capture details of the
2633host CPU instruction set.
874e6874
LC
2634@end deffn
2635
2636@noindent
2637Here's an example with a shell script as its builder, assuming
2638@var{store} is an open connection to the daemon, and @var{bash} points
2639to a Bash executable in the store:
2640
2641@lisp
2642(use-modules (guix utils)
2643 (guix store)
2644 (guix derivations))
2645
59688fc4
LC
2646(let ((builder ; add the Bash script to the store
2647 (add-text-to-store store "my-builder.sh"
2648 "echo hello world > $out\n" '())))
2649 (derivation store "foo"
2650 bash `("-e" ,builder)
21b679f6 2651 #:inputs `((,bash) (,builder))
59688fc4 2652 #:env-vars '(("HOME" . "/homeless"))))
834129e0 2653@result{} #<derivation /gnu/store/@dots{}-foo.drv => /gnu/store/@dots{}-foo>
874e6874
LC
2654@end lisp
2655
21b679f6
LC
2656As can be guessed, this primitive is cumbersome to use directly. A
2657better approach is to write build scripts in Scheme, of course! The
2658best course of action for that is to write the build code as a
2659``G-expression'', and to pass it to @code{gexp->derivation}. For more
6621cdb6 2660information, @pxref{G-Expressions}.
21b679f6
LC
2661
2662Once upon a time, @code{gexp->derivation} did not exist and constructing
2663derivations with build code written in Scheme was achieved with
2664@code{build-expression->derivation}, documented below. This procedure
2665is now deprecated in favor of the much nicer @code{gexp->derivation}.
874e6874 2666
dd1a5a15
LC
2667@deffn {Scheme Procedure} build-expression->derivation @var{store} @
2668 @var{name} @var{exp} @
2669 [#:system (%current-system)] [#:inputs '()] @
2670 [#:outputs '("out")] [#:hash #f] [#:hash-algo #f] @
36bbbbd1 2671 [#:recursive? #f] [#:env-vars '()] [#:modules '()] @
63a42824 2672 [#:references-graphs #f] [#:allowed-references #f] @
4a6aeb67 2673 [#:local-build? #f] [#:substitutable? #t] [#:guile-for-build #f]
874e6874
LC
2674Return a derivation that executes Scheme expression @var{exp} as a
2675builder for derivation @var{name}. @var{inputs} must be a list of
2676@code{(name drv-path sub-drv)} tuples; when @var{sub-drv} is omitted,
2677@code{"out"} is assumed. @var{modules} is a list of names of Guile
2678modules from the current search path to be copied in the store,
2679compiled, and made available in the load path during the execution of
2680@var{exp}---e.g., @code{((guix build utils) (guix build
2681gnu-build-system))}.
2682
2683@var{exp} is evaluated in an environment where @code{%outputs} is bound
2684to a list of output/path pairs, and where @code{%build-inputs} is bound
2685to a list of string/output-path pairs made from @var{inputs}.
2686Optionally, @var{env-vars} is a list of string pairs specifying the name
2687and value of environment variables visible to the builder. The builder
2688terminates by passing the result of @var{exp} to @code{exit}; thus, when
2689@var{exp} returns @code{#f}, the build is considered to have failed.
2690
2691@var{exp} is built using @var{guile-for-build} (a derivation). When
2692@var{guile-for-build} is omitted or is @code{#f}, the value of the
2693@code{%guile-for-build} fluid is used instead.
9c629a27 2694
63a42824 2695See the @code{derivation} procedure for the meaning of
4a6aeb67
LC
2696@var{references-graphs}, @var{allowed-references}, @var{local-build?},
2697and @var{substitutable?}.
874e6874
LC
2698@end deffn
2699
2700@noindent
2701Here's an example of a single-output derivation that creates a directory
2702containing one file:
2703
2704@lisp
2705(let ((builder '(let ((out (assoc-ref %outputs "out")))
834129e0 2706 (mkdir out) ; create /gnu/store/@dots{}-goo
874e6874
LC
2707 (call-with-output-file (string-append out "/test")
2708 (lambda (p)
2709 (display '(hello guix) p))))))
dd1a5a15 2710 (build-expression->derivation store "goo" builder))
874e6874 2711
834129e0 2712@result{} #<derivation /gnu/store/@dots{}-goo.drv => @dots{}>
874e6874
LC
2713@end lisp
2714
568717fd 2715
b860f382
LC
2716@node The Store Monad
2717@section The Store Monad
2718
2719@cindex monad
2720
2721The procedures that operate on the store described in the previous
2722sections all take an open connection to the build daemon as their first
2723argument. Although the underlying model is functional, they either have
2724side effects or depend on the current state of the store.
2725
2726The former is inconvenient: the connection to the build daemon has to be
2727carried around in all those functions, making it impossible to compose
2728functions that do not take that parameter with functions that do. The
2729latter can be problematic: since store operations have side effects
2730and/or depend on external state, they have to be properly sequenced.
2731
2732@cindex monadic values
2733@cindex monadic functions
2734This is where the @code{(guix monads)} module comes in. This module
2735provides a framework for working with @dfn{monads}, and a particularly
2736useful monad for our uses, the @dfn{store monad}. Monads are a
2737construct that allows two things: associating ``context'' with values
2738(in our case, the context is the store), and building sequences of
561fb6c3 2739computations (here computations include accesses to the store.) Values
b860f382
LC
2740in a monad---values that carry this additional context---are called
2741@dfn{monadic values}; procedures that return such values are called
2742@dfn{monadic procedures}.
2743
2744Consider this ``normal'' procedure:
2745
2746@example
45adbd62
LC
2747(define (sh-symlink store)
2748 ;; Return a derivation that symlinks the 'bash' executable.
2749 (let* ((drv (package-derivation store bash))
2750 (out (derivation->output-path drv))
2751 (sh (string-append out "/bin/bash")))
2752 (build-expression->derivation store "sh"
2753 `(symlink ,sh %output))))
b860f382
LC
2754@end example
2755
c6f30b81
LC
2756Using @code{(guix monads)} and @code{(guix gexp)}, it may be rewritten
2757as a monadic function:
b860f382
LC
2758
2759@example
45adbd62 2760(define (sh-symlink)
b860f382 2761 ;; Same, but return a monadic value.
c6f30b81
LC
2762 (mlet %store-monad ((drv (package->derivation bash)))
2763 (gexp->derivation "sh"
2764 #~(symlink (string-append #$drv "/bin/bash")
2765 #$output))))
b860f382
LC
2766@end example
2767
c6f30b81
LC
2768There several things to note in the second version: the @code{store}
2769parameter is now implicit and is ``threaded'' in the calls to the
2770@code{package->derivation} and @code{gexp->derivation} monadic
2771procedures, and the monadic value returned by @code{package->derivation}
2772is @dfn{bound} using @code{mlet} instead of plain @code{let}.
2773
2774As it turns out, the call to @code{package->derivation} can even be
2775omitted since it will take place implicitly, as we will see later
2776(@pxref{G-Expressions}):
2777
2778@example
2779(define (sh-symlink)
2780 (gexp->derivation "sh"
2781 #~(symlink (string-append #$bash "/bin/bash")
2782 #$output)))
2783@end example
b860f382 2784
7ce21611
LC
2785@c See
2786@c <https://syntaxexclamation.wordpress.com/2014/06/26/escaping-continuations/>
2787@c for the funny quote.
2788Calling the monadic @code{sh-symlink} has no effect. As someone once
2789said, ``you exit a monad like you exit a building on fire: by running''.
2790So, to exit the monad and get the desired effect, one must use
2791@code{run-with-store}:
b860f382
LC
2792
2793@example
8e9aa37f
CAW
2794(run-with-store (open-connection) (sh-symlink))
2795@result{} /gnu/store/...-sh-symlink
b860f382
LC
2796@end example
2797
b9b86078
LC
2798Note that the @code{(guix monad-repl)} module extends Guile's REPL with
2799new ``meta-commands'' to make it easier to deal with monadic procedures:
2800@code{run-in-store}, and @code{enter-store-monad}. The former, is used
2801to ``run'' a single monadic value through the store:
2802
2803@example
2804scheme@@(guile-user)> ,run-in-store (package->derivation hello)
2805$1 = #<derivation /gnu/store/@dots{}-hello-2.9.drv => @dots{}>
2806@end example
2807
2808The latter enters a recursive REPL, where all the return values are
2809automatically run through the store:
2810
2811@example
2812scheme@@(guile-user)> ,enter-store-monad
2813store-monad@@(guile-user) [1]> (package->derivation hello)
2814$2 = #<derivation /gnu/store/@dots{}-hello-2.9.drv => @dots{}>
2815store-monad@@(guile-user) [1]> (text-file "foo" "Hello!")
2816$3 = "/gnu/store/@dots{}-foo"
2817store-monad@@(guile-user) [1]> ,q
2818scheme@@(guile-user)>
2819@end example
2820
2821@noindent
2822Note that non-monadic values cannot be returned in the
2823@code{store-monad} REPL.
2824
e87f0591
LC
2825The main syntactic forms to deal with monads in general are provided by
2826the @code{(guix monads)} module and are described below.
b860f382
LC
2827
2828@deffn {Scheme Syntax} with-monad @var{monad} @var{body} ...
2829Evaluate any @code{>>=} or @code{return} forms in @var{body} as being
2830in @var{monad}.
2831@end deffn
2832
2833@deffn {Scheme Syntax} return @var{val}
2834Return a monadic value that encapsulates @var{val}.
2835@end deffn
2836
751630c9 2837@deffn {Scheme Syntax} >>= @var{mval} @var{mproc} ...
b860f382 2838@dfn{Bind} monadic value @var{mval}, passing its ``contents'' to monadic
751630c9
LC
2839procedures @var{mproc}@dots{}@footnote{This operation is commonly
2840referred to as ``bind'', but that name denotes an unrelated procedure in
2841Guile. Thus we use this somewhat cryptic symbol inherited from the
2842Haskell language.}. There can be one @var{mproc} or several of them, as
2843in this example:
2844
2845@example
2846(run-with-state
2847 (with-monad %state-monad
2848 (>>= (return 1)
2849 (lambda (x) (return (+ 1 x)))
2850 (lambda (x) (return (* 2 x)))))
2851 'some-state)
2852
2853@result{} 4
2854@result{} some-state
2855@end example
b860f382
LC
2856@end deffn
2857
2858@deffn {Scheme Syntax} mlet @var{monad} ((@var{var} @var{mval}) ...) @
2859 @var{body} ...
2860@deffnx {Scheme Syntax} mlet* @var{monad} ((@var{var} @var{mval}) ...) @
2861 @var{body} ...
2862Bind the variables @var{var} to the monadic values @var{mval} in
2863@var{body}. The form (@var{var} -> @var{val}) binds @var{var} to the
2864``normal'' value @var{val}, as per @code{let}.
2865
2866@code{mlet*} is to @code{mlet} what @code{let*} is to @code{let}
2867(@pxref{Local Bindings,,, guile, GNU Guile Reference Manual}).
2868@end deffn
2869
405a9d4e
LC
2870@deffn {Scheme System} mbegin @var{monad} @var{mexp} ...
2871Bind @var{mexp} and the following monadic expressions in sequence,
2872returning the result of the last expression.
2873
2874This is akin to @code{mlet}, except that the return values of the
2875monadic expressions are ignored. In that sense, it is analogous to
2876@code{begin}, but applied to monadic expressions.
2877@end deffn
2878
561fb6c3
LC
2879@cindex state monad
2880The @code{(guix monads)} module provides the @dfn{state monad}, which
2881allows an additional value---the state---to be @emph{threaded} through
2882monadic procedure calls.
2883
2884@defvr {Scheme Variable} %state-monad
2885The state monad. Procedures in the state monad can access and change
2886the state that is threaded.
2887
2888Consider the example below. The @code{square} procedure returns a value
2889in the state monad. It returns the square of its argument, but also
2890increments the current state value:
2891
2892@example
2893(define (square x)
2894 (mlet %state-monad ((count (current-state)))
2895 (mbegin %state-monad
2896 (set-current-state (+ 1 count))
2897 (return (* x x)))))
2898
2899(run-with-state (sequence %state-monad (map square (iota 3))) 0)
2900@result{} (0 1 4)
2901@result{} 3
2902@end example
2903
2904When ``run'' through @var{%state-monad}, we obtain that additional state
2905value, which is the number of @code{square} calls.
2906@end defvr
2907
2908@deffn {Monadic Procedure} current-state
2909Return the current state as a monadic value.
2910@end deffn
2911
2912@deffn {Monadic Procedure} set-current-state @var{value}
2913Set the current state to @var{value} and return the previous state as a
2914monadic value.
2915@end deffn
2916
2917@deffn {Monadic Procedure} state-push @var{value}
2918Push @var{value} to the current state, which is assumed to be a list,
2919and return the previous state as a monadic value.
2920@end deffn
2921
2922@deffn {Monadic Procedure} state-pop
2923Pop a value from the current state and return it as a monadic value.
2924The state is assumed to be a list.
2925@end deffn
2926
2927@deffn {Scheme Procedure} run-with-state @var{mval} [@var{state}]
2928Run monadic value @var{mval} starting with @var{state} as the initial
2929state. Return two values: the resulting value, and the resulting state.
2930@end deffn
2931
e87f0591
LC
2932The main interface to the store monad, provided by the @code{(guix
2933store)} module, is as follows.
b860f382
LC
2934
2935@defvr {Scheme Variable} %store-monad
561fb6c3
LC
2936The store monad---an alias for @var{%state-monad}.
2937
2938Values in the store monad encapsulate accesses to the store. When its
2939effect is needed, a value of the store monad must be ``evaluated'' by
2940passing it to the @code{run-with-store} procedure (see below.)
b860f382
LC
2941@end defvr
2942
2943@deffn {Scheme Procedure} run-with-store @var{store} @var{mval} [#:guile-for-build] [#:system (%current-system)]
2944Run @var{mval}, a monadic value in the store monad, in @var{store}, an
2945open store connection.
2946@end deffn
2947
ad372953 2948@deffn {Monadic Procedure} text-file @var{name} @var{text} [@var{references}]
b860f382 2949Return as a monadic value the absolute file name in the store of the file
ad372953
LC
2950containing @var{text}, a string. @var{references} is a list of store items that the
2951resulting text file refers to; it defaults to the empty list.
45adbd62
LC
2952@end deffn
2953
0a90af15
LC
2954@deffn {Monadic Procedure} interned-file @var{file} [@var{name}] @
2955 [#:recursive? #t]
2956Return the name of @var{file} once interned in the store. Use
2957@var{name} as its store name, or the basename of @var{file} if
2958@var{name} is omitted.
2959
2960When @var{recursive?} is true, the contents of @var{file} are added
2961recursively; if @var{file} designates a flat file and @var{recursive?}
2962is true, its contents are added, and its permission bits are kept.
2963
2964The example below adds a file to the store, under two different names:
2965
2966@example
2967(run-with-store (open-connection)
2968 (mlet %store-monad ((a (interned-file "README"))
2969 (b (interned-file "README" "LEGU-MIN")))
2970 (return (list a b))))
2971
2972@result{} ("/gnu/store/rwm@dots{}-README" "/gnu/store/44i@dots{}-LEGU-MIN")
2973@end example
2974
2975@end deffn
2976
e87f0591
LC
2977The @code{(guix packages)} module exports the following package-related
2978monadic procedures:
2979
b860f382 2980@deffn {Monadic Procedure} package-file @var{package} [@var{file}] @
4231f05b
LC
2981 [#:system (%current-system)] [#:target #f] @
2982 [#:output "out"] Return as a monadic
b860f382
LC
2983value in the absolute file name of @var{file} within the @var{output}
2984directory of @var{package}. When @var{file} is omitted, return the name
4231f05b
LC
2985of the @var{output} directory of @var{package}. When @var{target} is
2986true, use it as a cross-compilation target triplet.
b860f382
LC
2987@end deffn
2988
b860f382 2989@deffn {Monadic Procedure} package->derivation @var{package} [@var{system}]
4231f05b
LC
2990@deffnx {Monadic Procedure} package->cross-derivation @var{package} @
2991 @var{target} [@var{system}]
2992Monadic version of @code{package-derivation} and
2993@code{package-cross-derivation} (@pxref{Defining Packages}).
b860f382
LC
2994@end deffn
2995
2996
21b679f6
LC
2997@node G-Expressions
2998@section G-Expressions
2999
3000@cindex G-expression
3001@cindex build code quoting
3002So we have ``derivations'', which represent a sequence of build actions
3003to be performed to produce an item in the store (@pxref{Derivations}).
3004Those build actions are performed when asking the daemon to actually
3005build the derivations; they are run by the daemon in a container
3006(@pxref{Invoking guix-daemon}).
3007
3008@cindex strata of code
3009It should come as no surprise that we like to write those build actions
3010in Scheme. When we do that, we end up with two @dfn{strata} of Scheme
3011code@footnote{The term @dfn{stratum} in this context was coined by
ef4ab0a4
LC
3012Manuel Serrano et al.@: in the context of their work on Hop. Oleg
3013Kiselyov, who has written insightful
3014@url{http://okmij.org/ftp/meta-programming/#meta-scheme, essays and code
3015on this topic}, refers to this kind of code generation as
3016@dfn{staging}.}: the ``host code''---code that defines packages, talks
3017to the daemon, etc.---and the ``build code''---code that actually
3018performs build actions, such as making directories, invoking
3019@command{make}, etc.
21b679f6
LC
3020
3021To describe a derivation and its build actions, one typically needs to
3022embed build code inside host code. It boils down to manipulating build
3023code as data, and Scheme's homoiconicity---code has a direct
3024representation as data---comes in handy for that. But we need more than
3025Scheme's normal @code{quasiquote} mechanism to construct build
3026expressions.
3027
3028The @code{(guix gexp)} module implements @dfn{G-expressions}, a form of
3029S-expressions adapted to build expressions. G-expressions, or
3030@dfn{gexps}, consist essentially in three syntactic forms: @code{gexp},
3031@code{ungexp}, and @code{ungexp-splicing} (or simply: @code{#~},
3032@code{#$}, and @code{#$@@}), which are comparable respectively to
3033@code{quasiquote}, @code{unquote}, and @code{unquote-splicing}
3034(@pxref{Expression Syntax, @code{quasiquote},, guile, GNU Guile
3035Reference Manual}). However, there are major differences:
3036
3037@itemize
3038@item
3039Gexps are meant to be written to a file and run or manipulated by other
3040processes.
3041
3042@item
b39fc6f7
LC
3043When a high-level object such as a package or derivation is unquoted
3044inside a gexp, the result is as if its output file name had been
3045introduced.
ff40e9b7 3046
21b679f6
LC
3047@item
3048Gexps carry information about the packages or derivations they refer to,
3049and these dependencies are automatically added as inputs to the build
3050processes that use them.
3051@end itemize
3052
343eacbe
LC
3053This mechanism is not limited to package and derivation
3054objects: @dfn{compilers} able to ``lower'' other high-level objects to
b39fc6f7 3055derivations can be defined, such that these objects can also be inserted
343eacbe
LC
3056into gexps. For example, a useful type of high-level object that can be
3057inserted in a gexp is ``file-like objects'', which make it easy to
3058add files to the store and refer to them in
558e8b11
LC
3059derivations and such (see @code{local-file} and @code{plain-file}
3060below.)
b39fc6f7 3061
21b679f6
LC
3062To illustrate the idea, here is an example of a gexp:
3063
3064@example
3065(define build-exp
3066 #~(begin
3067 (mkdir #$output)
3068 (chdir #$output)
aff8ce7c 3069 (symlink (string-append #$coreutils "/bin/ls")
21b679f6
LC
3070 "list-files")))
3071@end example
3072
3073This gexp can be passed to @code{gexp->derivation}; we obtain a
3074derivation that builds a directory containing exactly one symlink to
3075@file{/gnu/store/@dots{}-coreutils-8.22/bin/ls}:
3076
3077@example
3078(gexp->derivation "the-thing" build-exp)
3079@end example
3080
e20fd1bf 3081As one would expect, the @code{"/gnu/store/@dots{}-coreutils-8.22"} string is
21b679f6
LC
3082substituted to the reference to the @var{coreutils} package in the
3083actual build code, and @var{coreutils} is automatically made an input to
3084the derivation. Likewise, @code{#$output} (equivalent to @code{(ungexp
3085output)}) is replaced by a string containing the derivation's output
667b2508
LC
3086directory name.
3087
3088@cindex cross compilation
3089In a cross-compilation context, it is useful to distinguish between
3090references to the @emph{native} build of a package---that can run on the
3091host---versus references to cross builds of a package. To that end, the
3092@code{#+} plays the same role as @code{#$}, but is a reference to a
3093native package build:
3094
3095@example
3096(gexp->derivation "vi"
3097 #~(begin
3098 (mkdir #$output)
3099 (system* (string-append #+coreutils "/bin/ln")
3100 "-s"
3101 (string-append #$emacs "/bin/emacs")
3102 (string-append #$output "/bin/vi")))
3103 #:target "mips64el-linux")
3104@end example
3105
3106@noindent
3107In the example above, the native build of @var{coreutils} is used, so
3108that @command{ln} can actually run on the host; but then the
3109cross-compiled build of @var{emacs} is referenced.
3110
3111The syntactic form to construct gexps is summarized below.
21b679f6
LC
3112
3113@deffn {Scheme Syntax} #~@var{exp}
3114@deffnx {Scheme Syntax} (gexp @var{exp})
3115Return a G-expression containing @var{exp}. @var{exp} may contain one
3116or more of the following forms:
3117
3118@table @code
3119@item #$@var{obj}
3120@itemx (ungexp @var{obj})
b39fc6f7
LC
3121Introduce a reference to @var{obj}. @var{obj} may have one of the
3122supported types, for example a package or a
21b679f6
LC
3123derivation, in which case the @code{ungexp} form is replaced by its
3124output file name---e.g., @code{"/gnu/store/@dots{}-coreutils-8.22}.
3125
b39fc6f7
LC
3126If @var{obj} is a list, it is traversed and references to supported
3127objects are substituted similarly.
21b679f6
LC
3128
3129If @var{obj} is another gexp, its contents are inserted and its
3130dependencies are added to those of the containing gexp.
3131
3132If @var{obj} is another kind of object, it is inserted as is.
3133
b39fc6f7
LC
3134@item #$@var{obj}:@var{output}
3135@itemx (ungexp @var{obj} @var{output})
21b679f6 3136This is like the form above, but referring explicitly to the
b39fc6f7
LC
3137@var{output} of @var{obj}---this is useful when @var{obj} produces
3138multiple outputs (@pxref{Packages with Multiple Outputs}).
21b679f6 3139
667b2508
LC
3140@item #+@var{obj}
3141@itemx #+@var{obj}:output
3142@itemx (ungexp-native @var{obj})
3143@itemx (ungexp-native @var{obj} @var{output})
3144Same as @code{ungexp}, but produces a reference to the @emph{native}
3145build of @var{obj} when used in a cross compilation context.
3146
21b679f6
LC
3147@item #$output[:@var{output}]
3148@itemx (ungexp output [@var{output}])
3149Insert a reference to derivation output @var{output}, or to the main
3150output when @var{output} is omitted.
3151
3152This only makes sense for gexps passed to @code{gexp->derivation}.
3153
3154@item #$@@@var{lst}
3155@itemx (ungexp-splicing @var{lst})
3156Like the above, but splices the contents of @var{lst} inside the
3157containing list.
3158
667b2508
LC
3159@item #+@@@var{lst}
3160@itemx (ungexp-native-splicing @var{lst})
3161Like the above, but refers to native builds of the objects listed in
3162@var{lst}.
3163
21b679f6
LC
3164@end table
3165
3166G-expressions created by @code{gexp} or @code{#~} are run-time objects
3167of the @code{gexp?} type (see below.)
3168@end deffn
3169
3170@deffn {Scheme Procedure} gexp? @var{obj}
3171Return @code{#t} if @var{obj} is a G-expression.
3172@end deffn
3173
3174G-expressions are meant to be written to disk, either as code building
3175some derivation, or as plain files in the store. The monadic procedures
3176below allow you to do that (@pxref{The Store Monad}, for more
3177information about monads.)
3178
3179@deffn {Monadic Procedure} gexp->derivation @var{name} @var{exp} @
ce45eb4c 3180 [#:system (%current-system)] [#:target #f] [#:graft? #t] @
21b679f6
LC
3181 [#:hash #f] [#:hash-algo #f] @
3182 [#:recursive? #f] [#:env-vars '()] [#:modules '()] @
4684f301 3183 [#:module-path @var{%load-path}] @
c8351d9a 3184 [#:references-graphs #f] [#:allowed-references #f] @
c0468155 3185 [#:leaked-env-vars #f] @
4a6aeb67 3186 [#:local-build? #f] [#:substitutable? #t] [#:guile-for-build #f]
21b679f6 3187Return a derivation @var{name} that runs @var{exp} (a gexp) with
68a61e9f
LC
3188@var{guile-for-build} (a derivation) on @var{system}. When @var{target}
3189is true, it is used as the cross-compilation target triplet for packages
3190referred to by @var{exp}.
21b679f6 3191
ce45eb4c
LC
3192Make @var{modules} available in the evaluation context of @var{exp};
3193@var{modules} is a list of names of Guile modules searched in
3194@var{module-path} to be copied in the store, compiled, and made available in
21b679f6
LC
3195the load path during the execution of @var{exp}---e.g., @code{((guix
3196build utils) (guix build gnu-build-system))}.
3197
ce45eb4c
LC
3198@var{graft?} determines whether packages referred to by @var{exp} should be grafted when
3199applicable.
3200
b53833b2
LC
3201When @var{references-graphs} is true, it must be a list of tuples of one of the
3202following forms:
3203
3204@example
3205(@var{file-name} @var{package})
3206(@var{file-name} @var{package} @var{output})
3207(@var{file-name} @var{derivation})
3208(@var{file-name} @var{derivation} @var{output})
3209(@var{file-name} @var{store-item})
3210@end example
3211
3212The right-hand-side of each element of @var{references-graphs} is automatically made
3213an input of the build process of @var{exp}. In the build environment, each
3214@var{file-name} contains the reference graph of the corresponding item, in a simple
3215text format.
3216
c8351d9a
LC
3217@var{allowed-references} must be either @code{#f} or a list of output names and packages.
3218In the latter case, the list denotes store items that the result is allowed to
3219refer to. Any reference to another store item will lead to a build error.
3220
e20fd1bf 3221The other arguments are as for @code{derivation} (@pxref{Derivations}).
21b679f6
LC
3222@end deffn
3223
343eacbe
LC
3224@cindex file-like objects
3225The @code{local-file} and @code{plain-file} procedures below return
3226@dfn{file-like objects}. That is, when unquoted in a G-expression,
3227these objects lead to a file in the store. Consider this G-expression:
3228
3229@example
3230#~(system* (string-append #$glibc "/sbin/nscd") "-f"
3231 #$(local-file "/tmp/my-nscd.conf"))
3232@end example
3233
3234The effect here is to ``intern'' @file{/tmp/my-nscd.conf} by copying it
3235to the store. Once expanded, for instance @i{via}
3236@code{gexp->derivation}, the G-expression refers to that copy under
3237@file{/gnu/store}; thus, modifying or removing the file in @file{/tmp}
3238does not have any effect on what the G-expression does.
3239@code{plain-file} can be used similarly; it differs in that the file
3240content is directly passed as a string.
3241
d9ae938f
LC
3242@deffn {Scheme Procedure} local-file @var{file} [@var{name}] @
3243 [#:recursive? #t]
3244Return an object representing local file @var{file} to add to the store; this
3245object can be used in a gexp. @var{file} will be added to the store under @var{name}--by
3246default the base name of @var{file}.
3247
3248When @var{recursive?} is true, the contents of @var{file} are added recursively; if @var{file}
3249designates a flat file and @var{recursive?} is true, its contents are added, and its
3250permission bits are kept.
3251
3252This is the declarative counterpart of the @code{interned-file} monadic
3253procedure (@pxref{The Store Monad, @code{interned-file}}).
3254@end deffn
3255
558e8b11
LC
3256@deffn {Scheme Procedure} plain-file @var{name} @var{content}
3257Return an object representing a text file called @var{name} with the given
3258@var{content} (a string) to be added to the store.
3259
3260This is the declarative counterpart of @code{text-file}.
3261@end deffn
3262
21b679f6
LC
3263@deffn {Monadic Procedure} gexp->script @var{name} @var{exp}
3264Return an executable script @var{name} that runs @var{exp} using
3265@var{guile} with @var{modules} in its search path.
3266
3267The example below builds a script that simply invokes the @command{ls}
3268command:
3269
3270@example
3271(use-modules (guix gexp) (gnu packages base))
3272
3273(gexp->script "list-files"
3274 #~(execl (string-append #$coreutils "/bin/ls")
3275 "ls"))
3276@end example
3277
3278When ``running'' it through the store (@pxref{The Store Monad,
e20fd1bf 3279@code{run-with-store}}), we obtain a derivation that produces an
21b679f6
LC
3280executable file @file{/gnu/store/@dots{}-list-files} along these lines:
3281
3282@example
3283#!/gnu/store/@dots{}-guile-2.0.11/bin/guile -ds
3284!#
3285(execl (string-append "/gnu/store/@dots{}-coreutils-8.22"/bin/ls")
3286 "ls")
3287@end example
3288@end deffn
3289
3290@deffn {Monadic Procedure} gexp->file @var{name} @var{exp}
3291Return a derivation that builds a file @var{name} containing @var{exp}.
3292
3293The resulting file holds references to all the dependencies of @var{exp}
3294or a subset thereof.
3295@end deffn
1ed19464
LC
3296
3297@deffn {Monadic Procedure} text-file* @var{name} @var{text} @dots{}
3298Return as a monadic value a derivation that builds a text file
3299containing all of @var{text}. @var{text} may list, in addition to
d9ae938f
LC
3300strings, objects of any type that can be used in a gexp: packages,
3301derivations, local file objects, etc. The resulting store file holds
3302references to all these.
1ed19464
LC
3303
3304This variant should be preferred over @code{text-file} anytime the file
3305to create will reference items from the store. This is typically the
3306case when building a configuration file that embeds store file names,
3307like this:
3308
3309@example
3310(define (profile.sh)
3311 ;; Return the name of a shell script in the store that
3312 ;; initializes the 'PATH' environment variable.
3313 (text-file* "profile.sh"
3314 "export PATH=" coreutils "/bin:"
3315 grep "/bin:" sed "/bin\n"))
3316@end example
3317
3318In this example, the resulting @file{/gnu/store/@dots{}-profile.sh} file
3319will references @var{coreutils}, @var{grep}, and @var{sed}, thereby
3320preventing them from being garbage-collected during its lifetime.
3321@end deffn
21b679f6
LC
3322
3323Of course, in addition to gexps embedded in ``host'' code, there are
3324also modules containing build tools. To make it clear that they are
3325meant to be used in the build stratum, these modules are kept in the
3326@code{(guix build @dots{})} name space.
3327
3328
568717fd
LC
3329@c *********************************************************************
3330@node Utilities
3331@chapter Utilities
3332
210cc920
LC
3333This section describes tools primarily targeted at developers and users
3334who write new package definitions. They complement the Scheme
3335programming interface of Guix in a convenient way.
3336
568717fd 3337@menu
37166310 3338* Invoking guix build:: Building packages from the command line.
39bee8a2 3339* Invoking guix edit:: Editing package definitions.
210cc920 3340* Invoking guix download:: Downloading a file and printing its hash.
37166310 3341* Invoking guix hash:: Computing the cryptographic hash of a file.
2f7d2d91 3342* Invoking guix import:: Importing package definitions.
37166310 3343* Invoking guix refresh:: Updating package definitions.
b4f5e0e8 3344* Invoking guix lint:: Finding errors in package definitions.
fcc58db6 3345* Invoking guix size:: Profiling disk usage.
372c4bbc 3346* Invoking guix environment:: Setting up development environments.
aff8ce7c 3347* Invoking guix publish:: Sharing substitutes.
568717fd
LC
3348@end menu
3349
e49951eb
MW
3350@node Invoking guix build
3351@section Invoking @command{guix build}
568717fd 3352
e49951eb 3353The @command{guix build} command builds packages or derivations and
6798a8e4
LC
3354their dependencies, and prints the resulting store paths. Note that it
3355does not modify the user's profile---this is the job of the
e49951eb 3356@command{guix package} command (@pxref{Invoking guix package}). Thus,
6798a8e4
LC
3357it is mainly useful for distribution developers.
3358
3359The general syntax is:
c78bd12b
LC
3360
3361@example
e49951eb 3362guix build @var{options} @var{package-or-derivation}@dots{}
c78bd12b
LC
3363@end example
3364
3365@var{package-or-derivation} may be either the name of a package found in
5401dd75
LC
3366the software distribution such as @code{coreutils} or
3367@code{coreutils-8.20}, or a derivation such as
834129e0 3368@file{/gnu/store/@dots{}-coreutils-8.19.drv}. In the former case, a
e7f34eb0
LC
3369package with the corresponding name (and optionally version) is searched
3370for among the GNU distribution modules (@pxref{Package Modules}).
3371
3372Alternatively, the @code{--expression} option may be used to specify a
3373Scheme expression that evaluates to a package; this is useful when
3374disambiguation among several same-named packages or package variants is
3375needed.
c78bd12b
LC
3376
3377The @var{options} may be zero or more of the following:
3378
3379@table @code
3380
3381@item --expression=@var{expr}
3382@itemx -e @var{expr}
ac5de156 3383Build the package or derivation @var{expr} evaluates to.
c78bd12b 3384
5401dd75 3385For example, @var{expr} may be @code{(@@ (gnu packages guile)
c78bd12b
LC
3386guile-1.8)}, which unambiguously designates this specific variant of
3387version 1.8 of Guile.
3388
56b82106
LC
3389Alternately, @var{expr} may be a G-expression, in which case it is used
3390as a build program passed to @code{gexp->derivation}
3391(@pxref{G-Expressions}).
3392
3393Lastly, @var{expr} may refer to a zero-argument monadic procedure
ac5de156
LC
3394(@pxref{The Store Monad}). The procedure must return a derivation as a
3395monadic value, which is then passed through @code{run-with-store}.
3396
c78bd12b
LC
3397@item --source
3398@itemx -S
3399Build the packages' source derivations, rather than the packages
3400themselves.
3401
e49951eb 3402For instance, @code{guix build -S gcc} returns something like
834129e0 3403@file{/gnu/store/@dots{}-gcc-4.7.2.tar.bz2}, which is GCC's source tarball.
c78bd12b 3404
f9cc8971
LC
3405The returned source tarball is the result of applying any patches and
3406code snippets specified in the package's @code{origin} (@pxref{Defining
3407Packages}).
3408
2cdfe13d
EB
3409@item --sources
3410Fetch and return the source of @var{package-or-derivation} and all their
3411dependencies, recursively. This is a handy way to obtain a local copy
3412of all the source code needed to build @var{packages}, allowing you to
3413eventually build them even without network access. It is an extension
3414of the @code{--source} option and can accept one of the following
3415optional argument values:
3416
3417@table @code
3418@item package
3419This value causes the @code{--sources} option to behave in the same way
3420as the @code{--source} option.
3421
3422@item all
3423Build all packages' source derivations, including any source that might
3424be listed as @code{inputs}. This is the default value.
3425
3426@example
3427$ guix build --sources tzdata
3428The following derivations will be built:
3429 /gnu/store/@dots{}-tzdata2015b.tar.gz.drv
3430 /gnu/store/@dots{}-tzcode2015b.tar.gz.drv
3431@end example
3432
3433@item transitive
3434Build all packages' source derivations, as well as all source
3435derivations for packages' transitive inputs. This can be used e.g. to
3436prefetch package source for later offline building.
3437
3438@example
3439$ guix build --sources=transitive tzdata
3440The following derivations will be built:
3441 /gnu/store/@dots{}-tzcode2015b.tar.gz.drv
3442 /gnu/store/@dots{}-findutils-4.4.2.tar.xz.drv
3443 /gnu/store/@dots{}-grep-2.21.tar.xz.drv
3444 /gnu/store/@dots{}-coreutils-8.23.tar.xz.drv
3445 /gnu/store/@dots{}-make-4.1.tar.xz.drv
3446 /gnu/store/@dots{}-bash-4.3.tar.xz.drv
3447@dots{}
3448@end example
3449
3450@end table
3451
c78bd12b
LC
3452@item --system=@var{system}
3453@itemx -s @var{system}
3454Attempt to build for @var{system}---e.g., @code{i686-linux}---instead of
3455the host's system type.
3456
3457An example use of this is on Linux-based systems, which can emulate
3458different personalities. For instance, passing
3459@code{--system=i686-linux} on an @code{x86_64-linux} system allows users
3460to build packages in a complete 32-bit environment.
3461
e55ec43d
LC
3462@item --target=@var{triplet}
3463@cindex cross-compilation
3464Cross-build for @var{triplet}, which must be a valid GNU triplet, such
3465as @code{"mips64el-linux-gnu"} (@pxref{Configuration Names, GNU
3466configuration triplets,, configure, GNU Configure and Build System}).
3467
7f3673f2
LC
3468@item --with-source=@var{source}
3469Use @var{source} as the source of the corresponding package.
3470@var{source} must be a file name or a URL, as for @command{guix
3471download} (@pxref{Invoking guix download}).
3472
3473The ``corresponding package'' is taken to be one specified on the
3474command line whose name matches the base of @var{source}---e.g., if
3475@var{source} is @code{/src/guile-2.0.10.tar.gz}, the corresponding
3476package is @code{guile}. Likewise, the version string is inferred from
3477@var{source}; in the previous example, it's @code{2.0.10}.
3478
3479This option allows users to try out versions of packages other than the
3480one provided by the distribution. The example below downloads
3481@file{ed-1.7.tar.gz} from a GNU mirror and uses that as the source for
3482the @code{ed} package:
3483
3484@example
3485guix build ed --with-source=mirror://gnu/ed/ed-1.7.tar.gz
3486@end example
3487
3488As a developer, @code{--with-source} makes it easy to test release
3489candidates:
3490
3491@example
3492guix build guile --with-source=../guile-2.0.9.219-e1bb7.tar.xz
3493@end example
3494
a43b55f1
LC
3495@dots{} or to build from a checkout in a pristine environment:
3496
3497@example
3498$ git clone git://git.sv.gnu.org/guix.git
3499$ guix build guix --with-source=./guix
3500@end example
3501
05962f29
LC
3502@item --no-grafts
3503Do not ``graft'' packages. In practice, this means that package updates
3504available as grafts are not applied. @xref{Security Updates}, for more
3505information on grafts.
7f3673f2 3506
c78bd12b
LC
3507@item --derivations
3508@itemx -d
3509Return the derivation paths, not the output paths, of the given
3510packages.
3511
70ee5642
LC
3512@item --root=@var{file}
3513@itemx -r @var{file}
3514Make @var{file} a symlink to the result, and register it as a garbage
3515collector root.
3516
3517@item --log-file
3518Return the build log file names for the given
3519@var{package-or-derivation}s, or raise an error if build logs are
3520missing.
3521
3522This works regardless of how packages or derivations are specified. For
3523instance, the following invocations are equivalent:
3524
3525@example
3526guix build --log-file `guix build -d guile`
3527guix build --log-file `guix build guile`
3528guix build --log-file guile
3529guix build --log-file -e '(@@ (gnu packages guile) guile-2.0)'
3530@end example
3531
3532
3533@end table
3534
3535@cindex common build options
3536In addition, a number of options that control the build process are
3537common to @command{guix build} and other commands that can spawn builds,
3538such as @command{guix package} or @command{guix archive}. These are the
3539following:
3540
3541@table @code
3542
300868ba
LC
3543@item --load-path=@var{directory}
3544@itemx -L @var{directory}
3545Add @var{directory} to the front of the package module search path
3546(@pxref{Package Modules}).
3547
3548This allows users to define their own packages and make them visible to
3549the command-line tools.
3550
c78bd12b
LC
3551@item --keep-failed
3552@itemx -K
3553Keep the build tree of failed builds. Thus, if a build fail, its build
3554tree is kept under @file{/tmp}, in a directory whose name is shown at
3555the end of the build log. This is useful when debugging build issues.
3556
3557@item --dry-run
3558@itemx -n
3559Do not build the derivations.
3560
56b1f4b7
LC
3561@item --fallback
3562When substituting a pre-built binary fails, fall back to building
3563packages locally.
3564
c78bd12b 3565@item --no-substitutes
b5385b52 3566Do not use substitutes for build products. That is, always build things
c4202d60
LC
3567locally instead of allowing downloads of pre-built binaries
3568(@pxref{Substitutes}).
c78bd12b 3569
425b0bfc 3570@item --no-build-hook
4ec2e92d
LC
3571Do not attempt to offload builds @i{via} the daemon's ``build hook''
3572(@pxref{Daemon Offload Setup}). That is, always build things locally
3573instead of offloading builds to remote machines.
425b0bfc 3574
969e678e
LC
3575@item --max-silent-time=@var{seconds}
3576When the build or substitution process remains silent for more than
3577@var{seconds}, terminate it and report a build failure.
3578
002622b6
LC
3579@item --timeout=@var{seconds}
3580Likewise, when the build or substitution process lasts for more than
3581@var{seconds}, terminate it and report a build failure.
3582
3583By default there is no timeout. This behavior can be restored with
3584@code{--timeout=0}.
3585
07ab4bf1
LC
3586@item --verbosity=@var{level}
3587Use the given verbosity level. @var{level} must be an integer between 0
3588and 5; higher means more verbose output. Setting a level of 4 or more
3589may be helpful when debugging setup issues with the build daemon.
3590
70ee5642
LC
3591@item --cores=@var{n}
3592@itemx -c @var{n}
3593Allow the use of up to @var{n} CPU cores for the build. The special
3594value @code{0} means to use as many CPU cores as available.
bf421152 3595
f6526eb3
LC
3596@item --max-jobs=@var{n}
3597@itemx -M @var{n}
3598Allow at most @var{n} build jobs in parallel. @xref{Invoking
3599guix-daemon, @code{--max-jobs}}, for details about this option and the
3600equivalent @command{guix-daemon} option.
3601
c78bd12b
LC
3602@end table
3603
e49951eb 3604Behind the scenes, @command{guix build} is essentially an interface to
c78bd12b
LC
3605the @code{package-derivation} procedure of the @code{(guix packages)}
3606module, and to the @code{build-derivations} procedure of the @code{(guix
01d8ac64 3607derivations)} module.
c78bd12b 3608
16eb115e
DP
3609In addition to options explicitly passed on the command line,
3610@command{guix build} and other @command{guix} commands that support
3611building honor the @code{GUIX_BUILD_OPTIONS} environment variable.
3612
3613@defvr {Environment Variable} GUIX_BUILD_OPTIONS
3614Users can define this variable to a list of command line options that
3615will automatically be used by @command{guix build} and other
3616@command{guix} commands that can perform builds, as in the example
3617below:
3618
3619@example
3620$ export GUIX_BUILD_OPTIONS="--no-substitutes -c 2 -L /foo/bar"
3621@end example
3622
847391fe
DP
3623These options are parsed independently, and the result is appended to
3624the parsed command-line options.
16eb115e
DP
3625@end defvr
3626
3627
39bee8a2
LC
3628@node Invoking guix edit
3629@section Invoking @command{guix edit}
3630
3631@cindex package definition, editing
3632So many packages, so many source files! The @command{guix edit} command
3633facilitates the life of packagers by pointing their editor at the source
3634file containing the definition of the specified packages. For instance:
3635
3636@example
3637guix edit gcc-4.8 vim
3638@end example
3639
3640@noindent
3641launches the program specified in the @code{EDITOR} environment variable
3642to edit the recipe of GCC@tie{}4.8.4 and that of Vim.
3643
3644If you are using Emacs, note that the Emacs user interface provides
6248e326
AK
3645similar functionality in the ``package info'' and ``package list''
3646buffers created by @kbd{M-x guix-search-by-name} and similar commands
3647(@pxref{Emacs Commands}).
39bee8a2
LC
3648
3649
210cc920
LC
3650@node Invoking guix download
3651@section Invoking @command{guix download}
3652
3653When writing a package definition, developers typically need to download
3654the package's source tarball, compute its SHA256 hash, and write that
3655hash in the package definition (@pxref{Defining Packages}). The
3656@command{guix download} tool helps with this task: it downloads a file
3657from the given URI, adds it to the store, and prints both its file name
3658in the store and its SHA256 hash.
3659
3660The fact that the downloaded file is added to the store saves bandwidth:
3661when the developer eventually tries to build the newly defined package
3662with @command{guix build}, the source tarball will not have to be
3663downloaded again because it is already in the store. It is also a
3664convenient way to temporarily stash files, which may be deleted
3665eventually (@pxref{Invoking guix gc}).
3666
3667The @command{guix download} command supports the same URIs as used in
3668package definitions. In particular, it supports @code{mirror://} URIs.
3669@code{https} URIs (HTTP over TLS) are supported @emph{provided} the
3670Guile bindings for GnuTLS are available in the user's environment; when
537c8bb3
LC
3671they are not available, an error is raised. @xref{Guile Preparations,
3672how to install the GnuTLS bindings for Guile,, gnutls-guile,
3673GnuTLS-Guile}, for more information.
210cc920
LC
3674
3675The following option is available:
3676
3677@table @code
3678@item --format=@var{fmt}
3679@itemx -f @var{fmt}
3680Write the hash in the format specified by @var{fmt}. For more
081145cf 3681information on the valid values for @var{fmt}, @pxref{Invoking guix hash}.
210cc920
LC
3682@end table
3683
6c365eca
NK
3684@node Invoking guix hash
3685@section Invoking @command{guix hash}
3686
210cc920 3687The @command{guix hash} command computes the SHA256 hash of a file.
6c365eca
NK
3688It is primarily a convenience tool for anyone contributing to the
3689distribution: it computes the cryptographic hash of a file, which can be
3690used in the definition of a package (@pxref{Defining Packages}).
3691
3692The general syntax is:
3693
3694@example
3695guix hash @var{option} @var{file}
3696@end example
3697
3698@command{guix hash} has the following option:
3699
3700@table @code
3701
3702@item --format=@var{fmt}
3703@itemx -f @var{fmt}
210cc920 3704Write the hash in the format specified by @var{fmt}.
6c365eca
NK
3705
3706Supported formats: @code{nix-base32}, @code{base32}, @code{base16}
3707(@code{hex} and @code{hexadecimal} can be used as well).
3708
3709If the @option{--format} option is not specified, @command{guix hash}
3710will output the hash in @code{nix-base32}. This representation is used
3711in the definitions of packages.
3712
3140f2df
LC
3713@item --recursive
3714@itemx -r
3715Compute the hash on @var{file} recursively.
3716
3717In this case, the hash is computed on an archive containing @var{file},
3718including its children if it is a directory. Some of @var{file}'s
3719meta-data is part of the archive; for instance, when @var{file} is a
3720regular file, the hash is different depending on whether @var{file} is
3721executable or not. Meta-data such as time stamps has no impact on the
3722hash (@pxref{Invoking guix archive}).
3723@c FIXME: Replace xref above with xref to an ``Archive'' section when
3724@c it exists.
3725
6c365eca
NK
3726@end table
3727
2f7d2d91
LC
3728@node Invoking guix import
3729@section Invoking @command{guix import}
3730
3731@cindex importing packages
3732@cindex package import
3733@cindex package conversion
3734The @command{guix import} command is useful for people willing to add a
3735package to the distribution but who'd rather do as little work as
3736possible to get there---a legitimate demand. The command knows of a few
3737repositories from which it can ``import'' package meta-data. The result
3738is a package definition, or a template thereof, in the format we know
3739(@pxref{Defining Packages}).
3740
3741The general syntax is:
3742
3743@example
3744guix import @var{importer} @var{options}@dots{}
3745@end example
3746
3747@var{importer} specifies the source from which to import package
3748meta-data, and @var{options} specifies a package identifier and other
3749options specific to @var{importer}. Currently, the available
3750``importers'' are:
3751
3752@table @code
3753@item gnu
3754Import meta-data for the given GNU package. This provides a template
3755for the latest version of that GNU package, including the hash of its
3756source tarball, and its canonical synopsis and description.
3757
3758Additional information such as the package's dependencies and its
3759license needs to be figured out manually.
3760
3761For example, the following command returns a package definition for
3762GNU@tie{}Hello:
3763
3764@example
3765guix import gnu hello
3766@end example
3767
3768Specific command-line options are:
3769
3770@table @code
3771@item --key-download=@var{policy}
3772As for @code{guix refresh}, specify the policy to handle missing OpenPGP
3773keys when verifying the package's signature. @xref{Invoking guix
3774refresh, @code{--key-download}}.
3775@end table
3776
3777@item pypi
3778@cindex pypi
3779Import meta-data from the @uref{https://pypi.python.org/, Python Package
3780Index}@footnote{This functionality requires Guile-JSON to be installed.
3781@xref{Requirements}.}. Information is taken from the JSON-formatted
3782description available at @code{pypi.python.org} and usually includes all
3783the relevant information, including package dependencies.
3784
3785The command below imports meta-data for the @code{itsdangerous} Python
3786package:
3787
3788@example
3789guix import pypi itsdangerous
3790@end example
3791
d45dc6da
EB
3792@item cpan
3793@cindex CPAN
3794Import meta-data from @uref{https://www.metacpan.org/, MetaCPAN}.
3795Information is taken from the JSON-formatted meta-data provided through
3796@uref{https://api.metacpan.org/, MetaCPAN's API} and includes most
66392e47
EB
3797relevant information, such as module dependencies. License information
3798should be checked closely. If Perl is available in the store, then the
3799@code{corelist} utility will be used to filter core modules out of the
3800list of dependencies.
d45dc6da
EB
3801
3802The command command below imports meta-data for the @code{Acme::Boolean}
3803Perl module:
3804
3805@example
3806guix import cpan Acme::Boolean
3807@end example
3808
2f7d2d91
LC
3809@item nix
3810Import meta-data from a local copy of the source of the
3811@uref{http://nixos.org/nixpkgs/, Nixpkgs distribution}@footnote{This
3812relies on the @command{nix-instantiate} command of
3813@uref{http://nixos.org/nix/, Nix}.}. Package definitions in Nixpkgs are
3814typically written in a mixture of Nix-language and Bash code. This
3815command only imports the high-level package structure that is written in
3816the Nix language. It normally includes all the basic fields of a
3817package definition.
3818
3819When importing a GNU package, the synopsis and descriptions are replaced
3820by their canonical upstream variant.
3821
3822As an example, the command below imports the package definition of
3823LibreOffice (more precisely, it imports the definition of the package
3824bound to the @code{libreoffice} top-level attribute):
3825
3826@example
3827guix import nix ~/path/to/nixpkgs libreoffice
3828@end example
863af4e1
FB
3829
3830@item hackage
3831@cindex hackage
3832Import meta-data from Haskell community's central package archive
3833@uref{https://hackage.haskell.org/, Hackage}. Information is taken from
3834Cabal files and includes all the relevant information, including package
3835dependencies.
3836
3837Specific command-line options are:
3838
3839@table @code
a4154748
FB
3840@item --stdin
3841@itemx -s
3842Read a Cabal file from the standard input.
863af4e1
FB
3843@item --no-test-dependencies
3844@itemx -t
a4154748
FB
3845Do not include dependencies required by the test suites only.
3846@item --cabal-environment=@var{alist}
3847@itemx -e @var{alist}
3848@var{alist} is a Scheme alist defining the environment in which the
3849Cabal conditionals are evaluated. The accepted keys are: @code{os},
3850@code{arch}, @code{impl} and a string representing the name of a flag.
3851The value associated with a flag has to be either the symbol
3852@code{true} or @code{false}. The value associated with other keys
3853has to conform to the Cabal file format definition. The default value
3854associated with the keys @code{os}, @code{arch} and @code{impl} is
3855@samp{linux}, @samp{x86_64} and @samp{ghc} respectively.
863af4e1
FB
3856@end table
3857
3858The command below imports meta-data for the latest version of the
a4154748
FB
3859@code{HTTP} Haskell package without including test dependencies and
3860specifying the value of the flag @samp{network-uri} as @code{false}:
863af4e1
FB
3861
3862@example
a4154748 3863guix import hackage -t -e "'((\"network-uri\" . false))" HTTP
863af4e1
FB
3864@end example
3865
3866A specific package version may optionally be specified by following the
3867package name by a hyphen and a version number as in the following example:
3868
3869@example
3870guix import hackage mtl-2.1.3.1
3871@end example
7f74a931
FB
3872
3873@item elpa
3874@cindex elpa
3875Import meta-data from an Emacs Lisp Package Archive (ELPA) package
3876repository (@pxref{Packages,,, emacs, The GNU Emacs Manual}).
3877
3878Specific command-line options are:
3879
3880@table @code
3881@item --archive=@var{repo}
3882@itemx -a @var{repo}
3883@var{repo} identifies the archive repository from which to retrieve the
3884information. Currently the supported repositories and their identifiers
3885are:
3886@itemize -
3887@item
840bd1d3 3888@uref{http://elpa.gnu.org/packages, GNU}, selected by the @code{gnu}
7f74a931
FB
3889identifier. This is the default.
3890
3891@item
840bd1d3 3892@uref{http://stable.melpa.org/packages, MELPA-Stable}, selected by the
7f74a931
FB
3893@code{melpa-stable} identifier.
3894
3895@item
840bd1d3 3896@uref{http://melpa.org/packages, MELPA}, selected by the @code{melpa}
7f74a931
FB
3897identifier.
3898@end itemize
3899@end table
2f7d2d91
LC
3900@end table
3901
3902The structure of the @command{guix import} code is modular. It would be
3903useful to have more importers for other package formats, and your help
3904is welcome here (@pxref{Contributing}).
3905
37166310
LC
3906@node Invoking guix refresh
3907@section Invoking @command{guix refresh}
3908
3909The primary audience of the @command{guix refresh} command is developers
3910of the GNU software distribution. By default, it reports any packages
3911provided by the distribution that are outdated compared to the latest
3912upstream version, like this:
3913
3914@example
3915$ guix refresh
3916gnu/packages/gettext.scm:29:13: gettext would be upgraded from 0.18.1.1 to 0.18.2.1
3917gnu/packages/glib.scm:77:12: glib would be upgraded from 2.34.3 to 2.37.0
3918@end example
3919
3920It does so by browsing each package's FTP directory and determining the
3921highest version number of the source tarballs
3922therein@footnote{Currently, this only works for GNU packages.}.
3923
3924When passed @code{--update}, it modifies distribution source files to
3925update the version numbers and source tarball hashes of those packages'
3926recipes (@pxref{Defining Packages}). This is achieved by downloading
3927each package's latest source tarball and its associated OpenPGP
3928signature, authenticating the downloaded tarball against its signature
3929using @command{gpg}, and finally computing its hash. When the public
3930key used to sign the tarball is missing from the user's keyring, an
3931attempt is made to automatically retrieve it from a public key server;
3932when it's successful, the key is added to the user's keyring; otherwise,
3933@command{guix refresh} reports an error.
3934
3935The following options are supported:
3936
3937@table @code
3938
3939@item --update
3940@itemx -u
3941Update distribution source files (package recipes) in place.
081145cf 3942@xref{Defining Packages}, for more information on package definitions.
37166310
LC
3943
3944@item --select=[@var{subset}]
3945@itemx -s @var{subset}
3946Select all the packages in @var{subset}, one of @code{core} or
3947@code{non-core}.
3948
3949The @code{core} subset refers to all the packages at the core of the
3950distribution---i.e., packages that are used to build ``everything
3951else''. This includes GCC, libc, Binutils, Bash, etc. Usually,
3952changing one of these packages in the distribution entails a rebuild of
3953all the others. Thus, such updates are an inconvenience to users in
3954terms of build time or bandwidth used to achieve the upgrade.
3955
3956The @code{non-core} subset refers to the remaining packages. It is
3957typically useful in cases where an update of the core packages would be
3958inconvenient.
3959
3960@end table
3961
3962In addition, @command{guix refresh} can be passed one or more package
3963names, as in this example:
3964
3965@example
4b9b3cbb 3966guix refresh -u emacs idutils gcc-4.8.4
37166310
LC
3967@end example
3968
3969@noindent
3970The command above specifically updates the @code{emacs} and
3971@code{idutils} packages. The @code{--select} option would have no
3972effect in this case.
3973
7d193ec3
EB
3974When considering whether to upgrade a package, it is sometimes
3975convenient to know which packages would be affected by the upgrade and
3976should be checked for compatibility. For this the following option may
3977be used when passing @command{guix refresh} one or more package names:
3978
3979@table @code
3980
3981@item --list-dependent
3982@itemx -l
3983List top-level dependent packages that would need to be rebuilt as a
3984result of upgrading one or more packages.
3985
3986@end table
3987
3988Be aware that the @code{--list-dependent} option only
3989@emph{approximates} the rebuilds that would be required as a result of
3990an upgrade. More rebuilds might be required under some circumstances.
3991
3992@example
7779ab61
LC
3993$ guix refresh --list-dependent flex
3994Building the following 120 packages would ensure 213 dependent packages are rebuilt:
3995hop-2.4.0 geiser-0.4 notmuch-0.18 mu-0.9.9.5 cflow-1.4 idutils-4.6 @dots{}
7d193ec3
EB
3996@end example
3997
3998The command above lists a set of packages that could be built to check
3999for compatibility with an upgraded @code{flex} package.
4000
f9230085
LC
4001The following options can be used to customize GnuPG operation:
4002
4003@table @code
4004
f9230085
LC
4005@item --gpg=@var{command}
4006Use @var{command} as the GnuPG 2.x command. @var{command} is searched
4007for in @code{$PATH}.
4008
2bc53ba9
LC
4009@item --key-download=@var{policy}
4010Handle missing OpenPGP keys according to @var{policy}, which may be one
4011of:
4012
4013@table @code
4014@item always
4015Always download missing OpenPGP keys from the key server, and add them
4016to the user's GnuPG keyring.
4017
4018@item never
4019Never try to download missing OpenPGP keys. Instead just bail out.
4020
4021@item interactive
4022When a package signed with an unknown OpenPGP key is encountered, ask
4023the user whether to download it or not. This is the default behavior.
4024@end table
4025
4026@item --key-server=@var{host}
4027Use @var{host} as the OpenPGP key server when importing a public key.
4028
f9230085
LC
4029@end table
4030
b4f5e0e8
CR
4031@node Invoking guix lint
4032@section Invoking @command{guix lint}
4033The @command{guix lint} is meant to help package developers avoid common
873c4085
LC
4034errors and use a consistent style. It runs a number of checks on a
4035given set of packages in order to find common mistakes in their
4036definitions. Available @dfn{checkers} include (see
4037@code{--list-checkers} for a complete list):
4038
4039@table @code
4040@item synopsis
4041@itemx description
4042Validate certain typographical and stylistic rules about package
4043descriptions and synopses.
4044
4045@item inputs-should-be-native
4046Identify inputs that should most likely be native inputs.
4047
4048@item source
4049@itemx home-page
4050Probe @code{home-page} and @code{source} URLs and report those that are
4051invalid.
4052@end table
b4f5e0e8
CR
4053
4054The general syntax is:
4055
4056@example
4057guix lint @var{options} @var{package}@dots{}
4058@end example
4059
4060If no package is given on the command line, then all packages are checked.
4061The @var{options} may be zero or more of the following:
4062
4063@table @code
4064
dd7c013d
CR
4065@item --checkers
4066@itemx -c
4067Only enable the checkers specified in a comma-separated list using the
4068names returned by @code{--list-checkers}.
4069
b4f5e0e8
CR
4070@item --list-checkers
4071@itemx -l
4072List and describe all the available checkers that will be run on packages
4073and exit.
4074
4075@end table
37166310 4076
fcc58db6
LC
4077@node Invoking guix size
4078@section Invoking @command{guix size}
4079
4080The @command{guix size} command helps package developers profile the
4081disk usage of packages. It is easy to overlook the impact of an
4082additional dependency added to a package, or the impact of using a
4083single output for a package that could easily be split (@pxref{Packages
4084with Multiple Outputs}). These are the typical issues that
4085@command{guix size} can highlight.
4086
4087The command can be passed a package specification such as @code{gcc-4.8}
4088or @code{guile:debug}, or a file name in the store. Consider this
4089example:
4090
4091@example
4092$ guix size coreutils
4093store item total self
4094/gnu/store/@dots{}-coreutils-8.23 70.0 13.9 19.8%
4095/gnu/store/@dots{}-gmp-6.0.0a 55.3 2.5 3.6%
4096/gnu/store/@dots{}-acl-2.2.52 53.7 0.5 0.7%
4097/gnu/store/@dots{}-attr-2.4.46 53.2 0.3 0.5%
4098/gnu/store/@dots{}-gcc-4.8.4-lib 52.9 15.7 22.4%
4099/gnu/store/@dots{}-glibc-2.21 37.2 37.2 53.1%
4100@end example
4101
4102@cindex closure
4103The store items listed here constitute the @dfn{transitive closure} of
4104Coreutils---i.e., Coreutils and all its dependencies, recursively---as
4105would be returned by:
4106
4107@example
4108$ guix gc -R /gnu/store/@dots{}-coreutils-8.23
4109@end example
4110
4111Here the output shows 3 columns next to store items. The first column,
4112labeled ``total'', shows the size in mebibytes (MiB) of the closure of
4113the store item---that is, its own size plus the size of all its
4114dependencies. The next column, labeled ``self'', shows the size of the
4115item itself. The last column shows the ratio of the item's size to the
4116space occupied by all the items listed here.
4117
4118In this example, we see that the closure of Coreutils weighs in at
411970@tie{}MiB, half of which is taken by libc. (That libc represents a
4120large fraction of the closure is not a problem @i{per se} because it is
4121always available on the system anyway.)
4122
4123When the package passed to @command{guix size} is available in the
4124store, @command{guix size} queries the daemon to determine its
4125dependencies, and measures its size in the store, similar to @command{du
4126-ms --apparent-size} (@pxref{du invocation,,, coreutils, GNU
4127Coreutils}).
4128
4129When the given package is @emph{not} in the store, @command{guix size}
4130reports information based on information about the available substitutes
4131(@pxref{Substitutes}). This allows it to profile disk usage of store
4132items that are not even on disk, only available remotely.
4133
a8f996c6 4134The available options are:
fcc58db6
LC
4135
4136@table @option
4137
a8f996c6
LC
4138@item --map-file=@var{file}
4139Write to @var{file} a graphical map of disk usage as a PNG file.
4140
4141For the example above, the map looks like this:
4142
4143@image{images/coreutils-size-map,5in,, map of Coreutils disk usage
4144produced by @command{guix size}}
4145
4146This option requires that
4147@uref{http://wingolog.org/software/guile-charting/, Guile-Charting} be
4148installed and visible in Guile's module search path. When that is not
4149the case, @command{guix size} fails as it tries to load it.
4150
fcc58db6
LC
4151@item --system=@var{system}
4152@itemx -s @var{system}
4153Consider packages for @var{system}---e.g., @code{x86_64-linux}.
4154
4155@end table
4156
372c4bbc
DT
4157@node Invoking guix environment
4158@section Invoking @command{guix environment}
4159
f5fd4fd2 4160@cindex reproducible build environments
fe36d84e 4161@cindex development environments
372c4bbc
DT
4162The purpose of @command{guix environment} is to assist hackers in
4163creating reproducible development environments without polluting their
4164package profile. The @command{guix environment} tool takes one or more
4165packages, builds all of the necessary inputs, and creates a shell
4166environment to use them.
4167
4168The general syntax is:
4169
4170@example
4171guix environment @var{options} @var{package}@dots{}
4172@end example
4173
fe36d84e
LC
4174The following example spawns a new shell set up for the development of
4175GNU@tie{}Guile:
372c4bbc
DT
4176
4177@example
4178guix environment guile
4179@end example
4180
4181If the specified packages are not built yet, @command{guix environment}
4182automatically builds them. The new shell's environment is an augmented
4183version of the environment that @command{guix environment} was run in.
4184It contains the necessary search paths for building the given package
4185added to the existing environment variables. To create a ``pure''
4186environment in which the original environment variables have been unset,
50500f7c
LC
4187use the @code{--pure} option@footnote{Users sometimes wrongfully augment
4188environment variables such as @code{PATH} in their @file{~/.bashrc}
4189file. As a consequence, when @code{guix environment} launches it, Bash
4190may read @file{~/.bashrc}, thereby introducing ``impurities'' in these
4191environment variables. It is an error to define such environment
4192variables in @file{.bashrc}; instead, they should be defined in
4193@file{.bash_profile}, which is sourced only by log-in shells.
4194@xref{Bash Startup Files,,, bash, The GNU Bash Reference Manual}, for
4195details on Bash start-up files.}.
372c4bbc 4196
28de8d25
LC
4197@vindex GUIX_ENVIRONMENT
4198@command{guix environment} defines the @code{GUIX_ENVIRONMENT}
4199variable in the shell it spaws. This allows users to, say, define a
4200specific prompt for development environments in their @file{.bashrc}
4201(@pxref{Bash Startup Files,,, bash, The GNU Bash Reference Manual}):
4202
4203@example
4204if [ -n "$GUIX_ENVIRONMENT" ]
4205then
4206 export PS1="\u@@\h \w [dev]\$ "
4207fi
4208@end example
4209
372c4bbc
DT
4210Additionally, more than one package may be specified, in which case the
4211union of the inputs for the given packages are used. For example, the
4212command below spawns a shell where all of the dependencies of both Guile
4213and Emacs are available:
4214
4215@example
4216guix environment guile emacs
4217@end example
4218
4219Sometimes an interactive shell session is not desired. The
4220@code{--exec} option can be used to specify the command to run instead.
4221
4222@example
4223guix environment guile --exec=make
4224@end example
4225
fe36d84e
LC
4226In other situations, it is more convenient to specify the list of
4227packages needed in the environment. For example, the following command
4228runs @command{python} from an environment containing Python@tie{}2.7 and
4229NumPy:
4230
4231@example
4232guix environment --ad-hoc python2-numpy python-2.7 -E python
4233@end example
4234
4235The available options are summarized below.
372c4bbc
DT
4236
4237@table @code
4238@item --expression=@var{expr}
4239@itemx -e @var{expr}
4240Create an environment for the package that @var{expr} evaluates to.
4241
fe36d84e
LC
4242For example, running:
4243
4244@example
4245guix environment -e '(@@ (gnu packages maths) petsc-openmpi)'
4246@end example
4247
4248starts a shell with the environment for this specific variant of the
4249PETSc package.
4250
372c4bbc
DT
4251@item --load=@var{file}
4252@itemx -l @var{file}
4253Create an environment for the package that the code within @var{file}
4254evaluates to.
4255
fe36d84e
LC
4256As an example, @var{file} might contain a definition like this
4257(@pxref{Defining Packages}):
4258
4259@example
4260@verbatiminclude environment-gdb.scm
4261@end example
4262
4263
372c4bbc
DT
4264@item --exec=@var{command}
4265@item -E @var{command}
4266Execute @var{command} in the new environment.
4267
a54bd6d7
DT
4268@item --ad-hoc
4269Include all specified packages in the resulting environment, as if an
4270@i{ad hoc} package were defined with them as inputs. This option is
4271useful for quickly creating an environment without having to write a
4272package expression to contain the desired inputs.
4273
4274For instance, the command:
4275
4276@example
4277guix environment --ad-hoc guile guile-sdl -E guile
4278@end example
4279
4280runs @command{guile} in an environment where Guile and Guile-SDL are
4281available.
4282
417c39f1
LC
4283Note that this example implicitly asks for the default output of
4284@code{guile} and @code{guile-sdl} but it is possible to ask for a
4285specific output---e.g., @code{glib:bin} asks for the @code{bin} output
4286of @code{glib} (@pxref{Packages with Multiple Outputs}).
4287
372c4bbc
DT
4288@item --pure
4289Unset existing environment variables when building the new environment.
4290This has the effect of creating an environment in which search paths
4291only contain package inputs.
4292
4293@item --search-paths
4294Display the environment variable definitions that make up the
4295environment.
ce367ef3
LC
4296
4297@item --system=@var{system}
4298@itemx -s @var{system}
4299Attempt to build for @var{system}---e.g., @code{i686-linux}.
372c4bbc
DT
4300@end table
4301
4302It also supports all of the common build options that @command{guix
4303build} supports (@pxref{Invoking guix build, common build options}).
4304
aff8ce7c
DT
4305@node Invoking guix publish
4306@section Invoking @command{guix publish}
4307
4308The purpose of @command{guix publish} is to enable users to easily share
8ce229fc
LC
4309their store with others, which can then use it as a substitute server
4310(@pxref{Substitutes}).
4311
4312When @command{guix publish} runs, it spawns an HTTP server which allows
4313anyone with network access to obtain substitutes from it. This means
4314that any machine running Guix can also act as if it were a build farm,
4315since the HTTP interface is compatible with Hydra, the software behind
4316the @code{hydra.gnu.org} build farm.
aff8ce7c
DT
4317
4318For security, each substitute is signed, allowing recipients to check
4319their authenticity and integrity (@pxref{Substitutes}). Because
4320@command{guix publish} uses the system's signing key, which is only
5463fe51
LC
4321readable by the system administrator, it must be started as root; the
4322@code{--user} option makes it drop root privileges early on.
aff8ce7c
DT
4323
4324The general syntax is:
4325
4326@example
4327guix publish @var{options}@dots{}
4328@end example
4329
4330Running @command{guix publish} without any additional arguments will
4331spawn an HTTP server on port 8080:
4332
4333@example
4334guix publish
4335@end example
4336
4337Once a publishing server has been authorized (@pxref{Invoking guix
4338archive}), the daemon may download substitutes from it:
4339
4340@example
4341guix-daemon --substitute-urls=http://example.org:8080
4342@end example
4343
4344The following options are available:
4345
4346@table @code
4347@item --port=@var{port}
4348@itemx -p @var{port}
4349Listen for HTTP requests on @var{port}.
4350
9e2292ef
LC
4351@item --listen=@var{host}
4352Listen on the network interface for @var{host}. The default is to
4353accept connections from any interface.
4354
5463fe51
LC
4355@item --user=@var{user}
4356@itemx -u @var{user}
4357Change privileges to @var{user} as soon as possible---i.e., once the
4358server socket is open and the signing key has been read.
4359
aff8ce7c
DT
4360@item --repl[=@var{port}]
4361@itemx -r [@var{port}]
4362Spawn a Guile REPL server (@pxref{REPL Servers,,, guile, GNU Guile
8ce229fc
LC
4363Reference Manual}) on @var{port} (37146 by default). This is used
4364primarily for debugging a running @command{guix publish} server.
aff8ce7c
DT
4365@end table
4366
a1ba8475
LC
4367@c *********************************************************************
4368@node GNU Distribution
4369@chapter GNU Distribution
4370
3ca2731c 4371@cindex Guix System Distribution
4705641f 4372@cindex GuixSD
3ca2731c
LC
4373Guix comes with a distribution of the GNU system consisting entirely of
4374free software@footnote{The term ``free'' here refers to the
a1ba8475 4375@url{http://www.gnu.org/philosophy/free-sw.html,freedom provided to
3ca2731c 4376users of that software}.}. The
35ed9306
LC
4377distribution can be installed on its own (@pxref{System Installation}),
4378but it is also possible to install Guix as a package manager on top of
4379an installed GNU/Linux system (@pxref{Installation}). To distinguish
3ca2731c 4380between the two, we refer to the standalone distribution as the Guix
4705641f 4381System Distribution, or GuixSD.
35ed9306
LC
4382
4383The distribution provides core GNU packages such as GNU libc, GCC, and
4384Binutils, as well as many GNU and non-GNU applications. The complete
4385list of available packages can be browsed
d03bb653
LC
4386@url{http://www.gnu.org/software/guix/package-list.html,on-line} or by
4387running @command{guix package} (@pxref{Invoking guix package}):
a1ba8475
LC
4388
4389@example
e49951eb 4390guix package --list-available
a1ba8475
LC
4391@end example
4392
35ed9306 4393Our goal has been to provide a practical 100% free software distribution of
401c53c4
LC
4394Linux-based and other variants of GNU, with a focus on the promotion and
4395tight integration of GNU components, and an emphasis on programs and
4396tools that help users exert that freedom.
4397
3ca2731c 4398Packages are currently available on the following platforms:
c320011d
LC
4399
4400@table @code
4401
4402@item x86_64-linux
4403Intel/AMD @code{x86_64} architecture, Linux-Libre kernel;
4404
4405@item i686-linux
4406Intel 32-bit architecture (IA32), Linux-Libre kernel;
4407
aa1e1947
MW
4408@item armhf-linux
4409ARMv7-A architecture with hard float, Thumb-2 and VFP3D16 coprocessor,
4410using the EABI hard-float ABI, and Linux-Libre kernel.
4411
c320011d
LC
4412@item mips64el-linux
4413little-endian 64-bit MIPS processors, specifically the Loongson series,
4414n32 application binary interface (ABI), and Linux-Libre kernel.
4415
4416@end table
4417
4705641f 4418GuixSD itself is currently only available on @code{i686} and @code{x86_64}.
3ca2731c 4419
c320011d
LC
4420@noindent
4421For information on porting to other architectures or kernels,
4422@xref{Porting}.
4423
401c53c4 4424@menu
5af6de3e 4425* System Installation:: Installing the whole operating system.
35ed9306 4426* System Configuration:: Configuring the operating system.
91ef73d4 4427* Installing Debugging Files:: Feeding the debugger.
05962f29 4428* Security Updates:: Deploying security fixes quickly.
401c53c4 4429* Package Modules:: Packages from the programmer's viewpoint.
da7cabd4 4430* Packaging Guidelines:: Growing the distribution.
401c53c4 4431* Bootstrapping:: GNU/Linux built from scratch.
8b315a6d 4432* Porting:: Targeting another platform or kernel.
401c53c4
LC
4433@end menu
4434
4435Building this distribution is a cooperative effort, and you are invited
081145cf 4436to join! @xref{Contributing}, for information about how you can help.
401c53c4 4437
5af6de3e
LC
4438@node System Installation
4439@section System Installation
4440
3ca2731c
LC
4441@cindex Guix System Distribution
4442This section explains how to install the Guix System Distribution
4443on a machine. The Guix package manager can
35ed9306
LC
4444also be installed on top of a running GNU/Linux system,
4445@pxref{Installation}.
5af6de3e
LC
4446
4447@ifinfo
4448@c This paragraph is for people reading this from tty2 of the
4449@c installation image.
4450You're reading this documentation with an Info reader. For details on
4451how to use it, hit the @key{RET} key (``return'' or ``enter'') on the
6621cdb6 4452link that follows: @pxref{Help,,, info, Info: An Introduction}. Hit
5af6de3e
LC
4453@kbd{l} afterwards to come back here.
4454@end ifinfo
4455
8aaaae38
LC
4456@subsection Limitations
4457
4705641f 4458As of version @value{VERSION}, the Guix System Distribution (GuixSD) is
3ca2731c 4459not production-ready. It may contain bugs and lack important
8aaaae38
LC
4460features. Thus, if you are looking for a stable production system that
4461respects your freedom as a computer user, a good solution at this point
4462is to consider @url{http://www.gnu.org/distros/free-distros.html, one of
4463more established GNU/Linux distributions}. We hope you can soon switch
4705641f 4464to the GuixSD without fear, of course. In the meantime, you can
8aaaae38
LC
4465also keep using your distribution and try out the package manager on top
4466of it (@pxref{Installation}).
4467
4468Before you proceed with the installation, be aware of the following
4469noteworthy limitations applicable to version @value{VERSION}:
4470
4471@itemize
4472@item
4473The installation process does not include a graphical user interface and
4474requires familiarity with GNU/Linux (see the following subsections to
4475get a feel of what that means.)
4476
4477@item
b1e95eca
LC
4478The system does not yet provide GNOME and KDE; it provides Xfce, though,
4479if graphical desktop environments are your thing.
8aaaae38
LC
4480
4481@item
dbcb0ab1 4482Support for the Logical Volume Manager (LVM) is missing.
8aaaae38
LC
4483
4484@item
4485Few system services are currently supported out-of-the-box
4486(@pxref{Services}).
4487
4488@item
49607566 4489On the order of 1,900 packages are available, which means that you may
8aaaae38
LC
4490occasionally find that a useful package is missing.
4491@end itemize
4492
4493You've been warned. But more than a disclaimer, this is an invitation
4494to report issues (and success stories!), and join us in improving it.
4495@xref{Contributing}, for more info.
5af6de3e
LC
4496
4497@subsection USB Stick Installation
4498
4499An installation image for USB sticks can be downloaded from
4705641f 4500@indicateurl{ftp://alpha.gnu.org/gnu/guix/guixsd-usb-install-@value{VERSION}.@var{system}.xz},
5af6de3e
LC
4501where @var{system} is one of:
4502
4503@table @code
4504@item x86_64-linux
4505for a GNU/Linux system on Intel/AMD-compatible 64-bit CPUs;
4506
4507@item i686-linux
4508for a 32-bit GNU/Linux system on Intel-compatible CPUs.
4509@end table
4510
4511This image contains a single partition with the tools necessary for an
4512installation. It is meant to be copied @emph{as is} to a large-enough
4513USB stick.
4514
4515To copy the image to a USB stick, follow these steps:
4516
4517@enumerate
4518@item
4519Decompress the image using the @command{xz} command:
4520
4521@example
4705641f 4522xz -d guixsd-usb-install-@value{VERSION}.@var{system}.xz
5af6de3e
LC
4523@end example
4524
4525@item
4526Insert a USB stick of 1@tie{}GiB or more in your machine, and determine
4527its device name. Assuming that USB stick is known as @file{/dev/sdX},
4528copy the image with:
4529
4530@example
4705641f 4531dd if=guixsd-usb-install-@value{VERSION}.x86_64 of=/dev/sdX
5af6de3e
LC
4532@end example
4533
4534Access to @file{/dev/sdX} usually requires root privileges.
4535@end enumerate
4536
4537Once this is done, you should be able to reboot the system and boot from
4538the USB stick. The latter usually requires you to get in the BIOS' boot
4539menu, where you can choose to boot from the USB stick.
4540
4541@subsection Preparing for Installation
4542
4543Once you have successfully booted the image on the USB stick, you should
4544end up with a root prompt. Several console TTYs are configured and can
4545be used to run commands as root. TTY2 shows this documentation,
4546browsable using the Info reader commands (@pxref{Help,,, info, Info: An
4547Introduction}).
4548
4549To install the system, you would:
4550
4551@enumerate
4552
4553@item
152dd61c
LC
4554Configure the network, by running @command{ifconfig eno1 up && dhclient
4555eno1} (to get an automatically assigned IP address from the wired
4556network interface controller@footnote{
95c559c1
LC
4557@c http://cgit.freedesktop.org/systemd/systemd/tree/src/udev/udev-builtin-net_id.c#n20
4558The name @code{eno1} is for the first on-board Ethernet controller. The
4559interface name for an Ethernet controller that is in the first slot of
4560the first PCI bus, for instance, would be @code{enp1s0}. Use
4561@command{ifconfig -a} to list all the available network interfaces.}),
4562or using the @command{ifconfig} command.
5af6de3e
LC
4563
4564The system automatically loads drivers for your network interface
4565controllers.
4566
4567Setting up network access is almost always a requirement because the
4568image does not contain all the software and tools that may be needed.
4569
4570@item
4571Unless this has already been done, you must partition and format the
4572target partitions.
4573
7ab44369
LC
4574Preferably, assign partitions a label so that you can easily and
4575reliably refer to them in @code{file-system} declarations (@pxref{File
4576Systems}). This is typically done using the @code{-L} option of
4577@command{mkfs.ext4} and related commands.
4578
5af6de3e 4579The installation image includes Parted (@pxref{Overview,,, parted, GNU
b419c7f5
LC
4580Parted User Manual}), @command{fdisk}, Cryptsetup/LUKS for disk
4581encryption, and e2fsprogs, the suite of tools to manipulate
4582ext2/ext3/ext4 file systems.
5af6de3e 4583
83a17b62
LC
4584@item
4585Once that is done, mount the target root partition under @file{/mnt}.
4586
4587@item
4588Lastly, run @code{deco start cow-store /mnt}.
4589
4590This will make @file{/gnu/store} copy-on-write, such that packages added
4591to it during the installation phase will be written to the target disk
4592rather than kept in memory.
4593
5af6de3e
LC
4594@end enumerate
4595
5af6de3e
LC
4596
4597@subsection Proceeding with the Installation
4598
4599With the target partitions ready, you now have to edit a file and
4600provide the declaration of the operating system to be installed. To
4601that end, the installation system comes with two text editors: GNU nano
4602(@pxref{Top,,, nano, GNU nano Manual}), and GNU Zile, an Emacs clone.
4603It is better to store that file on the target root file system, say, as
4604@file{/mnt/etc/config.scm}.
4605
dd51caac
LC
4606@xref{Using the Configuration System}, for examples of operating system
4607configurations. These examples are available under
4608@file{/etc/configuration} in the installation image, so you can copy
4609them and use them as a starting point for your own configuration.
5af6de3e 4610
dd51caac
LC
4611Once you are done preparing the configuration file, the new system must
4612be initialized (remember that the target root file system is mounted
4613under @file{/mnt}):
5af6de3e
LC
4614
4615@example
4616guix system init /mnt/etc/config.scm /mnt
4617@end example
4618
4619@noindent
4620This will copy all the necessary files, and install GRUB on
4621@file{/dev/sdX}, unless you pass the @option{--no-grub} option. For
6621cdb6 4622more information, @pxref{Invoking guix system}. This command may trigger
5af6de3e
LC
4623downloads or builds of missing packages, which can take some time.
4624
4625Once that command has completed---and hopefully succeeded!---you can
ad14d9e7 4626run @command{reboot} and boot into the new system. Cross fingers, and
5af6de3e
LC
4627join us on @code{#guix} on the Freenode IRC network or on
4628@file{guix-devel@@gnu.org} to share your experience---good or not so
4629good.
4630
4631@subsection Building the Installation Image
4632
4633The installation image described above was built using the @command{guix
4634system} command, specifically:
4635
4636@example
8a225c66 4637guix system disk-image --image-size=850MiB gnu/system/install.scm
5af6de3e
LC
4638@end example
4639
4640@xref{Invoking guix system}, for more information. See
4641@file{gnu/system/install.scm} in the source tree for more information
4642about the installation image.
4643
cf4a9129
LC
4644@node System Configuration
4645@section System Configuration
b208a005 4646
cf4a9129 4647@cindex system configuration
3ca2731c 4648The Guix System Distribution supports a consistent whole-system configuration
cf4a9129
LC
4649mechanism. By that we mean that all aspects of the global system
4650configuration---such as the available system services, timezone and
4651locale settings, user accounts---are declared in a single place. Such
4652a @dfn{system configuration} can be @dfn{instantiated}---i.e., effected.
91ef73d4 4653
cf4a9129
LC
4654One of the advantages of putting all the system configuration under the
4655control of Guix is that it supports transactional system upgrades, and
4656makes it possible to roll-back to a previous system instantiation,
4657should something go wrong with the new one (@pxref{Features}). Another
4658one is that it makes it easy to replicate the exact same configuration
4659across different machines, or at different points in time, without
4660having to resort to additional administration tools layered on top of
4661the system's own tools.
4662@c Yes, we're talking of Puppet, Chef, & co. here. ↑
91ef73d4 4663
cf4a9129
LC
4664This section describes this mechanism. First we focus on the system
4665administrator's viewpoint---explaining how the system is configured and
4666instantiated. Then we show how this mechanism can be extended, for
4667instance to support new system services.
91ef73d4 4668
cf4a9129
LC
4669@menu
4670* Using the Configuration System:: Customizing your GNU system.
7313a52e 4671* operating-system Reference:: Detail of operating-system declarations.
cf4a9129 4672* File Systems:: Configuring file system mounts.
510f9d86 4673* Mapped Devices:: Block device extra processing.
cf4a9129 4674* User Accounts:: Specifying user accounts.
598e19dc 4675* Locales:: Language and cultural convention settings.
cf4a9129 4676* Services:: Specifying system services.
0ae8c15a 4677* Setuid Programs:: Programs running with root privileges.
efb5e833 4678* X.509 Certificates:: Authenticating HTTPS servers.
996ed739 4679* Name Service Switch:: Configuring libc's name service switch.
fd1b1fa2 4680* Initial RAM Disk:: Linux-Libre bootstrapping.
88faf933 4681* GRUB Configuration:: Configuring the boot loader.
cf4a9129
LC
4682* Invoking guix system:: Instantiating a system configuration.
4683* Defining Services:: Adding new service definitions.
4684@end menu
91ef73d4 4685
cf4a9129
LC
4686@node Using the Configuration System
4687@subsection Using the Configuration System
64d76fa6 4688
cf4a9129
LC
4689The operating system is configured by providing an
4690@code{operating-system} declaration in a file that can then be passed to
4691the @command{guix system} command (@pxref{Invoking guix system}). A
4692simple setup, with the default system services, the default Linux-Libre
4693kernel, initial RAM disk, and boot loader looks like this:
91ef73d4 4694
cf4a9129
LC
4695@findex operating-system
4696@lisp
dd51caac 4697@include os-config-bare-bones.texi
cf4a9129 4698@end lisp
401c53c4 4699
cf4a9129
LC
4700This example should be self-describing. Some of the fields defined
4701above, such as @code{host-name} and @code{bootloader}, are mandatory.
4702Others, such as @code{packages} and @code{services}, can be omitted, in
4703which case they get a default value.
e7f34eb0 4704
cf4a9129
LC
4705@vindex %base-packages
4706The @code{packages} field lists
4707packages that will be globally visible on the system, for all user
4708accounts---i.e., in every user's @code{PATH} environment variable---in
4709addition to the per-user profiles (@pxref{Invoking guix package}). The
4710@var{%base-packages} variable provides all the tools one would expect
4711for basic user and administrator tasks---including the GNU Core
4712Utilities, the GNU Networking Utilities, the GNU Zile lightweight text
4713editor, @command{find}, @command{grep}, etc. The example above adds
4714Emacs to those, taken from the @code{(gnu packages emacs)} module
4715(@pxref{Package Modules}).
e7f34eb0 4716
cf4a9129
LC
4717@vindex %base-services
4718The @code{services} field lists @dfn{system services} to be made
4719available when the system starts (@pxref{Services}).
4720The @code{operating-system} declaration above specifies that, in
4721addition to the basic services, we want the @command{lshd} secure shell
4722daemon listening on port 2222, and allowing remote @code{root} logins
4723(@pxref{Invoking lshd,,, lsh, GNU lsh Manual}). Under the hood,
4724@code{lsh-service} arranges so that @code{lshd} is started with the
4725right command-line options, possibly with supporting configuration files
7313a52e
LC
4726generated as needed (@pxref{Defining Services}). @xref{operating-system
4727Reference}, for details about the available @code{operating-system}
4728fields.
a1ba8475 4729
dd51caac
LC
4730The configuration for a typical ``desktop'' usage, with the X11 display
4731server, a desktop environment, network management, an SSH server, and
4732more, would look like this:
4733
4734@lisp
4735@include os-config-desktop.texi
4736@end lisp
4737
4738@xref{Desktop Services}, for the exact list of services provided by
efb5e833
LC
4739@var{%desktop-services}. @xref{X.509 Certificates}, for background
4740information about the @code{nss-certs} package that is used here.
dd51caac 4741
cf4a9129
LC
4742Assuming the above snippet is stored in the @file{my-system-config.scm}
4743file, the @command{guix system reconfigure my-system-config.scm} command
4744instantiates that configuration, and makes it the default GRUB boot
4745entry (@pxref{Invoking guix system}). The normal way to change the
4746system's configuration is by updating this file and re-running the
4747@command{guix system} command.
b81e1947 4748
cf4a9129
LC
4749At the Scheme level, the bulk of an @code{operating-system} declaration
4750is instantiated with the following monadic procedure (@pxref{The Store
4751Monad}):
b81e1947 4752
cf4a9129
LC
4753@deffn {Monadic Procedure} operating-system-derivation os
4754Return a derivation that builds @var{os}, an @code{operating-system}
4755object (@pxref{Derivations}).
b81e1947 4756
cf4a9129
LC
4757The output of the derivation is a single directory that refers to all
4758the packages, configuration files, and other supporting files needed to
4759instantiate @var{os}.
4760@end deffn
b81e1947 4761
7313a52e
LC
4762@node operating-system Reference
4763@subsection @code{operating-system} Reference
4764
4765This section summarizes all the options available in
4766@code{operating-system} declarations (@pxref{Using the Configuration
4767System}).
4768
4769@deftp {Data Type} operating-system
4770This is the data type representing an operating system configuration.
4771By that, we mean all the global system configuration, not per-user
4772configuration (@pxref{Using the Configuration System}).
4773
4774@table @asis
4775@item @code{kernel} (default: @var{linux-libre})
fbb25e56 4776The package object of the operating system kernel to use@footnote{Currently
7313a52e
LC
4777only the Linux-libre kernel is supported. In the future, it will be
4778possible to use the GNU@tie{}Hurd.}.
4779
4780@item @code{bootloader}
88faf933 4781The system bootloader configuration object. @xref{GRUB Configuration}.
7313a52e
LC
4782
4783@item @code{initrd} (default: @code{base-initrd})
4784A two-argument monadic procedure that returns an initial RAM disk for
4785the Linux kernel. @xref{Initial RAM Disk}.
4786
f34c56be
LC
4787@item @code{firmware} (default: @var{%base-firmware})
4788@cindex firmware
4789List of firmware packages loadable by the operating system kernel.
4790
4791The default includes firmware needed for Atheros-based WiFi devices
4792(Linux-libre module @code{ath9k}.)
4793
7313a52e
LC
4794@item @code{host-name}
4795The host name.
4796
4797@item @code{hosts-file}
4798@cindex hosts file
24e02c28 4799A file-like object (@pxref{G-Expressions, file-like objects}) for use as
7313a52e 4800@file{/etc/hosts} (@pxref{Host Names,,, libc, The GNU C Library
24e02c28 4801Reference Manual}). The default is a file with entries for
7313a52e
LC
4802@code{localhost} and @var{host-name}.
4803
4804@item @code{mapped-devices} (default: @code{'()})
4805A list of mapped devices. @xref{Mapped Devices}.
4806
4807@item @code{file-systems}
4808A list of file systems. @xref{File Systems}.
4809
4810@item @code{swap-devices} (default: @code{'()})
4811@cindex swap devices
4812A list of strings identifying devices to be used for ``swap space''
4813(@pxref{Memory Concepts,,, libc, The GNU C Library Reference Manual}).
4814For example, @code{'("/dev/sda3")}.
4815
bf87f38a 4816@item @code{users} (default: @code{%base-user-accounts})
7313a52e
LC
4817@itemx @code{groups} (default: @var{%base-groups})
4818List of user accounts and groups. @xref{User Accounts}.
4819
4820@item @code{skeletons} (default: @code{(default-skeletons)})
4821A monadic list of pairs of target file name and files. These are the
4822files that will be used as skeletons as new accounts are created.
4823
4824For instance, a valid value may look like this:
4825
4826@example
4827(mlet %store-monad ((bashrc (text-file "bashrc" "\
4828 export PATH=$HOME/.guix-profile/bin")))
4829 (return `((".bashrc" ,bashrc))))
4830@end example
4831
4832@item @code{issue} (default: @var{%default-issue})
4833A string denoting the contents of the @file{/etc/issue} file, which is
4834what displayed when users log in on a text console.
4835
4836@item @code{packages} (default: @var{%base-packages})
4837The set of packages installed in the global profile, which is accessible
4838at @file{/run/current-system/profile}.
4839
4840The default set includes core utilities, but it is good practice to
4841install non-core utilities in user profiles (@pxref{Invoking guix
4842package}).
4843
4844@item @code{timezone}
4845A timezone identifying string---e.g., @code{"Europe/Paris"}.
4846
598e19dc
LC
4847@item @code{locale} (default: @code{"en_US.utf8"})
4848The name of the default locale (@pxref{Locale Names,,, libc, The GNU C
4849Library Reference Manual}). @xref{Locales}, for more information.
4850
4851@item @code{locale-definitions} (default: @var{%default-locale-definitions})
4852The list of locale definitions to be compiled and that may be used at
4853run time. @xref{Locales}.
7313a52e 4854
996ed739
LC
4855@item @code{name-service-switch} (default: @var{%default-nss})
4856Configuration of libc's name service switch (NSS)---a
4857@code{<name-service-switch>} object. @xref{Name Service Switch}, for
4858details.
4859
7313a52e
LC
4860@item @code{services} (default: @var{%base-services})
4861A list of monadic values denoting system services. @xref{Services}.
4862
4863@item @code{pam-services} (default: @code{(base-pam-services)})
4864@cindex PAM
4865@cindex pluggable authentication modules
4866Linux @dfn{pluggable authentication module} (PAM) services.
4867@c FIXME: Add xref to PAM services section.
4868
4869@item @code{setuid-programs} (default: @var{%setuid-programs})
4870List of string-valued G-expressions denoting setuid programs.
4871@xref{Setuid Programs}.
4872
f5a9ffa0
AK
4873@item @code{sudoers-file} (default: @var{%sudoers-specification})
4874@cindex sudoers file
84765839
LC
4875The contents of the @file{/etc/sudoers} file as a file-like object
4876(@pxref{G-Expressions, @code{local-file} and @code{plain-file}}).
7313a52e
LC
4877
4878This file specifies which users can use the @command{sudo} command, what
4879they are allowed to do, and what privileges they may gain. The default
4880is that only @code{root} and members of the @code{wheel} group may use
4881@code{sudo}.
4882
4883@end table
4884@end deftp
4885
cf4a9129
LC
4886@node File Systems
4887@subsection File Systems
b81e1947 4888
cf4a9129
LC
4889The list of file systems to be mounted is specified in the
4890@code{file-systems} field of the operating system's declaration
4891(@pxref{Using the Configuration System}). Each file system is declared
4892using the @code{file-system} form, like this:
b81e1947
LC
4893
4894@example
cf4a9129
LC
4895(file-system
4896 (mount-point "/home")
4897 (device "/dev/sda3")
4898 (type "ext4"))
b81e1947
LC
4899@end example
4900
cf4a9129
LC
4901As usual, some of the fields are mandatory---those shown in the example
4902above---while others can be omitted. These are described below.
b81e1947 4903
cf4a9129
LC
4904@deftp {Data Type} file-system
4905Objects of this type represent file systems to be mounted. They
4906contain the following members:
5ff3c4b8 4907
cf4a9129
LC
4908@table @asis
4909@item @code{type}
4910This is a string specifying the type of the file system---e.g.,
4911@code{"ext4"}.
5ff3c4b8 4912
cf4a9129
LC
4913@item @code{mount-point}
4914This designates the place where the file system is to be mounted.
b81e1947 4915
cf4a9129
LC
4916@item @code{device}
4917This names the ``source'' of the file system. By default it is the name
4918of a node under @file{/dev}, but its meaning depends on the @code{title}
4919field described below.
401c53c4 4920
cf4a9129
LC
4921@item @code{title} (default: @code{'device})
4922This is a symbol that specifies how the @code{device} field is to be
4923interpreted.
401c53c4 4924
cf4a9129
LC
4925When it is the symbol @code{device}, then the @code{device} field is
4926interpreted as a file name; when it is @code{label}, then @code{device}
4927is interpreted as a partition label name; when it is @code{uuid},
4928@code{device} is interpreted as a partition unique identifier (UUID).
da7cabd4 4929
cf4a9129
LC
4930The @code{label} and @code{uuid} options offer a way to refer to disk
4931partitions without having to hard-code their actual device name.
da7cabd4 4932
5f86a66e
LC
4933However, when a file system's source is a mapped device (@pxref{Mapped
4934Devices}), its @code{device} field @emph{must} refer to the mapped
4935device name---e.g., @file{/dev/mapper/root-partition}---and consequently
4936@code{title} must be set to @code{'device}. This is required so that
4937the system knows that mounting the file system depends on having the
4938corresponding device mapping established.
4939
cf4a9129
LC
4940@item @code{flags} (default: @code{'()})
4941This is a list of symbols denoting mount flags. Recognized flags
2c071ce9
LC
4942include @code{read-only}, @code{bind-mount}, @code{no-dev} (disallow
4943access to special files), @code{no-suid} (ignore setuid and setgid
4944bits), and @code{no-exec} (disallow program execution.)
da7cabd4 4945
cf4a9129
LC
4946@item @code{options} (default: @code{#f})
4947This is either @code{#f}, or a string denoting mount options.
da7cabd4 4948
cf4a9129
LC
4949@item @code{needed-for-boot?} (default: @code{#f})
4950This Boolean value indicates whether the file system is needed when
4951booting. If that is true, then the file system is mounted when the
4952initial RAM disk (initrd) is loaded. This is always the case, for
4953instance, for the root file system.
da7cabd4 4954
cf4a9129
LC
4955@item @code{check?} (default: @code{#t})
4956This Boolean indicates whether the file system needs to be checked for
4957errors before being mounted.
f9cc8971 4958
4e469051
LC
4959@item @code{create-mount-point?} (default: @code{#f})
4960When true, the mount point is created if it does not exist yet.
4961
cf4a9129
LC
4962@end table
4963@end deftp
da7cabd4 4964
a69576ea
LC
4965The @code{(gnu system file-systems)} exports the following useful
4966variables.
4967
4968@defvr {Scheme Variable} %base-file-systems
4969These are essential file systems that are required on normal systems,
3392ce5d
LC
4970such as @var{%devtmpfs-file-system} and @var{%immutable-store} (see
4971below.) Operating system declarations should always contain at least
4972these.
a69576ea
LC
4973@end defvr
4974
4975@defvr {Scheme Variable} %devtmpfs-file-system
4976The @code{devtmpfs} file system to be mounted on @file{/dev}. This is a
4977requirement for udev (@pxref{Base Services, @code{udev-service}}).
4978@end defvr
4979
7f239fd3
LC
4980@defvr {Scheme Variable} %pseudo-terminal-file-system
4981This is the file system to be mounted as @file{/dev/pts}. It supports
4982@dfn{pseudo-terminals} created @i{via} @code{openpty} and similar
4983functions (@pxref{Pseudo-Terminals,,, libc, The GNU C Library Reference
4984Manual}). Pseudo-terminals are used by terminal emulators such as
4985@command{xterm}.
4986@end defvr
4987
db17ae5c
LC
4988@defvr {Scheme Variable} %shared-memory-file-system
4989This file system is mounted as @file{/dev/shm} and is used to support
4990memory sharing across processes (@pxref{Memory-mapped I/O,
4991@code{shm_open},, libc, The GNU C Library Reference Manual}).
4992@end defvr
4993
3392ce5d
LC
4994@defvr {Scheme Variable} %immutable-store
4995This file system performs a read-only ``bind mount'' of
4996@file{/gnu/store}, making it read-only for all the users including
4997@code{root}. This prevents against accidental modification by software
4998running as @code{root} or by system administrators.
4999
5000The daemon itself is still able to write to the store: it remounts it
5001read-write in its own ``name space.''
5002@end defvr
5003
a69576ea
LC
5004@defvr {Scheme Variable} %binary-format-file-system
5005The @code{binfmt_misc} file system, which allows handling of arbitrary
5006executable file types to be delegated to user space. This requires the
5007@code{binfmt.ko} kernel module to be loaded.
5008@end defvr
5009
5010@defvr {Scheme Variable} %fuse-control-file-system
5011The @code{fusectl} file system, which allows unprivileged users to mount
5012and unmount user-space FUSE file systems. This requires the
5013@code{fuse.ko} kernel module to be loaded.
5014@end defvr
5015
510f9d86
LC
5016@node Mapped Devices
5017@subsection Mapped Devices
5018
5019@cindex device mapping
5020@cindex mapped devices
5021The Linux kernel has a notion of @dfn{device mapping}: a block device,
5022such as a hard disk partition, can be @dfn{mapped} into another device,
5023with additional processing over the data that flows through
5024it@footnote{Note that the GNU@tie{}Hurd makes no difference between the
5025concept of a ``mapped device'' and that of a file system: both boil down
5026to @emph{translating} input/output operations made on a file to
5027operations on its backing store. Thus, the Hurd implements mapped
5028devices, like file systems, using the generic @dfn{translator} mechanism
5029(@pxref{Translators,,, hurd, The GNU Hurd Reference Manual}).}. A
5030typical example is encryption device mapping: all writes to the mapped
5031device are encrypted, and all reads are deciphered, transparently.
5032
5033Mapped devices are declared using the @code{mapped-device} form:
5034
5035@example
5036(mapped-device
5037 (source "/dev/sda3")
5038 (target "home")
5039 (type luks-device-mapping))
5040@end example
5041
5042@noindent
5043@cindex disk encryption
5044@cindex LUKS
5045This example specifies a mapping from @file{/dev/sda3} to
5046@file{/dev/mapper/home} using LUKS---the
5047@url{http://code.google.com/p/cryptsetup,Linux Unified Key Setup}, a
5048standard mechanism for disk encryption. The @file{/dev/mapper/home}
5049device can then be used as the @code{device} of a @code{file-system}
5050declaration (@pxref{File Systems}). The @code{mapped-device} form is
5051detailed below.
5052
5053@deftp {Data Type} mapped-device
5054Objects of this type represent device mappings that will be made when
5055the system boots up.
5056
9cb426b8
LC
5057@table @code
5058@item source
510f9d86
LC
5059This string specifies the name of the block device to be mapped, such as
5060@code{"/dev/sda3"}.
5061
9cb426b8 5062@item target
510f9d86
LC
5063This string specifies the name of the mapping to be established. For
5064example, specifying @code{"my-partition"} will lead to the creation of
5065the @code{"/dev/mapper/my-partition"} device.
5066
9cb426b8 5067@item type
510f9d86
LC
5068This must be a @code{mapped-device-kind} object, which specifies how
5069@var{source} is mapped to @var{target}.
5070@end table
5071@end deftp
5072
5073@defvr {Scheme Variable} luks-device-mapping
5074This defines LUKS block device encryption using the @command{cryptsetup}
5075command, from the same-named package. This relies on the
5076@code{dm-crypt} Linux kernel module.
5077@end defvr
5078
cf4a9129
LC
5079@node User Accounts
5080@subsection User Accounts
ee85f3db 5081
9bea87a5
LC
5082User accounts and groups are entirely managed through the
5083@code{operating-system} declaration. They are specified with the
5084@code{user-account} and @code{user-group} forms:
ee85f3db 5085
cf4a9129
LC
5086@example
5087(user-account
5088 (name "alice")
5089 (group "users")
24e752c0
LC
5090 (supplementary-groups '("wheel" ;allow use of sudo, etc.
5091 "audio" ;sound card
5092 "video" ;video devices such as webcams
5093 "cdrom")) ;the good ol' CD-ROM
cf4a9129
LC
5094 (comment "Bob's sister")
5095 (home-directory "/home/alice"))
5096@end example
25083588 5097
9bea87a5
LC
5098When booting or upon completion of @command{guix system reconfigure},
5099the system ensures that only the user accounts and groups specified in
5100the @code{operating-system} declaration exist, and with the specified
5101properties. Thus, account or group creations or modifications made by
5102directly invoking commands such as @command{useradd} are lost upon
5103reconfiguration or reboot. This ensures that the system remains exactly
5104as declared.
5105
cf4a9129
LC
5106@deftp {Data Type} user-account
5107Objects of this type represent user accounts. The following members may
5108be specified:
ee85f3db 5109
cf4a9129
LC
5110@table @asis
5111@item @code{name}
5112The name of the user account.
ee85f3db 5113
cf4a9129
LC
5114@item @code{group}
5115This is the name (a string) or identifier (a number) of the user group
5116this account belongs to.
ee85f3db 5117
cf4a9129
LC
5118@item @code{supplementary-groups} (default: @code{'()})
5119Optionally, this can be defined as a list of group names that this
5120account belongs to.
ee85f3db 5121
cf4a9129
LC
5122@item @code{uid} (default: @code{#f})
5123This is the user ID for this account (a number), or @code{#f}. In the
5124latter case, a number is automatically chosen by the system when the
5125account is created.
ee85f3db 5126
cf4a9129
LC
5127@item @code{comment} (default: @code{""})
5128A comment about the account, such as the account's owner full name.
c8c871d1 5129
cf4a9129
LC
5130@item @code{home-directory}
5131This is the name of the home directory for the account.
ee85f3db 5132
cf4a9129
LC
5133@item @code{shell} (default: Bash)
5134This is a G-expression denoting the file name of a program to be used as
5135the shell (@pxref{G-Expressions}).
ee85f3db 5136
cf4a9129
LC
5137@item @code{system?} (default: @code{#f})
5138This Boolean value indicates whether the account is a ``system''
5139account. System accounts are sometimes treated specially; for instance,
5140graphical login managers do not list them.
ee85f3db 5141
cf4a9129 5142@item @code{password} (default: @code{#f})
eb59595c
LC
5143You would normally leave this field to @code{#f}, initialize user
5144passwords as @code{root} with the @command{passwd} command, and then let
9bea87a5
LC
5145users change it with @command{passwd}. Passwords set with
5146@command{passwd} are of course preserved across reboot and
5147reconfiguration.
eb59595c
LC
5148
5149If you @emph{do} want to have a preset password for an account, then
5150this field must contain the encrypted password, as a string.
5d1f1177
LC
5151@xref{crypt,,, libc, The GNU C Library Reference Manual}, for more information
5152on password encryption, and @ref{Encryption,,, guile, GNU Guile Reference
eb59595c 5153Manual}, for information on Guile's @code{crypt} procedure.
c8c871d1 5154
cf4a9129
LC
5155@end table
5156@end deftp
ee85f3db 5157
cf4a9129 5158User group declarations are even simpler:
ee85f3db 5159
cf4a9129
LC
5160@example
5161(user-group (name "students"))
5162@end example
ee85f3db 5163
cf4a9129
LC
5164@deftp {Data Type} user-group
5165This type is for, well, user groups. There are just a few fields:
af8a56b8 5166
cf4a9129
LC
5167@table @asis
5168@item @code{name}
5169The group's name.
ee85f3db 5170
cf4a9129
LC
5171@item @code{id} (default: @code{#f})
5172The group identifier (a number). If @code{#f}, a new number is
5173automatically allocated when the group is created.
ee85f3db 5174
c8fa3426
LC
5175@item @code{system?} (default: @code{#f})
5176This Boolean value indicates whether the group is a ``system'' group.
5177System groups have low numerical IDs.
5178
cf4a9129
LC
5179@item @code{password} (default: @code{#f})
5180What, user groups can have a password? Well, apparently yes. Unless
5181@code{#f}, this field specifies the group's password.
ee85f3db 5182
cf4a9129
LC
5183@end table
5184@end deftp
401c53c4 5185
cf4a9129
LC
5186For convenience, a variable lists all the basic user groups one may
5187expect:
401c53c4 5188
cf4a9129
LC
5189@defvr {Scheme Variable} %base-groups
5190This is the list of basic user groups that users and/or packages expect
5191to be present on the system. This includes groups such as ``root'',
5192``wheel'', and ``users'', as well as groups used to control access to
5193specific devices such as ``audio'', ``disk'', and ``cdrom''.
5194@end defvr
401c53c4 5195
bf87f38a
LC
5196@defvr {Scheme Variable} %base-user-accounts
5197This is the list of basic system accounts that programs may expect to
5198find on a GNU/Linux system, such as the ``nobody'' account.
5199
5200Note that the ``root'' account is not included here. It is a
5201special-case and is automatically added whether or not it is specified.
5202@end defvr
5203
598e19dc
LC
5204@node Locales
5205@subsection Locales
5206
5207@cindex locale
5208A @dfn{locale} defines cultural conventions for a particular language
5209and region of the world (@pxref{Locales,,, libc, The GNU C Library
5210Reference Manual}). Each locale has a name that typically has the form
5211@code{@var{language}_@var{territory}.@var{charset}}---e.g.,
5212@code{fr_LU.utf8} designates the locale for the French language, with
5213cultural conventions from Luxembourg, and using the UTF-8 encoding.
5214
5215@cindex locale definition
5216Usually, you will want to specify the default locale for the machine
5217using the @code{locale} field of the @code{operating-system} declaration
5218(@pxref{operating-system Reference, @code{locale}}).
5219
5220That locale must be among the @dfn{locale definitions} that are known to
5221the system---and these are specified in the @code{locale-definitions}
5222slot of @code{operating-system}. The default value includes locale
5223definition for some widely used locales, but not for all the available
5224locales, in order to save space.
5225
5226If the locale specified in the @code{locale} field is not among the
5227definitions listed in @code{locale-definitions}, @command{guix system}
5228raises an error. In that case, you should add the locale definition to
5229the @code{locale-definitions} field. For instance, to add the North
5230Frisian locale for Germany, the value of that field may be:
5231
5232@example
5233(cons (locale-definition
5234 (name "fy_DE.utf8") (source "fy_DE"))
5235 %default-locale-definitions)
5236@end example
5237
5238Likewise, to save space, one might want @code{locale-definitions} to
5239list only the locales that are actually used, as in:
5240
5241@example
5242(list (locale-definition
5243 (name "ja_JP.eucjp") (source "ja_JP")
5244 (charset "EUC-JP")))
5245@end example
5246
5247The @code{locale-definition} form is provided by the @code{(gnu system
5248locale)} module. Details are given below.
5249
5250@deftp {Data Type} locale-definition
5251This is the data type of a locale definition.
5252
5253@table @asis
5254
5255@item @code{name}
5256The name of the locale. @xref{Locale Names,,, libc, The GNU C Library
5257Reference Manual}, for more information on locale names.
5258
5259@item @code{source}
5260The name of the source for that locale. This is typically the
5261@code{@var{language}_@var{territory}} part of the locale name.
5262
5263@item @code{charset} (default: @code{"UTF-8"})
5264The ``character set'' or ``code set'' for that locale,
5265@uref{http://www.iana.org/assignments/character-sets, as defined by
5266IANA}.
5267
5268@end table
5269@end deftp
5270
5271@defvr {Scheme Variable} %default-locale-definitions
5272An arbitrary list of commonly used locales, used as the default value of
5273the @code{locale-definitions} field of @code{operating-system}
5274declarations.
5275@end defvr
401c53c4 5276
cf4a9129
LC
5277@node Services
5278@subsection Services
401c53c4 5279
cf4a9129
LC
5280@cindex system services
5281An important part of preparing an @code{operating-system} declaration is
5282listing @dfn{system services} and their configuration (@pxref{Using the
5283Configuration System}). System services are typically daemons launched
5284when the system boots, or other actions needed at that time---e.g.,
d8b94dbd
LC
5285configuring network access.
5286
5287Services are managed by GNU@tie{}dmd (@pxref{Introduction,,, dmd, GNU
5288dmd Manual}). On a running system, the @command{deco} command allows
5289you to list the available services, show their status, start and stop
5290them, or do other specific operations (@pxref{Jump Start,,, dmd, GNU dmd
5291Manual}). For example:
5292
5293@example
5294# deco status dmd
5295@end example
5296
5297The above command, run as @code{root}, lists the currently defined
5298services. The @command{deco doc} command shows a synopsis of the given
5299service:
5300
5301@example
5302# deco doc nscd
5303Run libc's name service cache daemon (nscd).
5304@end example
5305
5306The @command{start}, @command{stop}, and @command{restart} sub-commands
5307have the effect you would expect. For instance, the commands below stop
5308the nscd service and restart the Xorg display server:
5309
5310@example
5311# deco stop nscd
5312Service nscd has been stopped.
5313# deco restart xorg-server
5314Service xorg-server has been stopped.
5315Service xorg-server has been started.
5316@end example
401c53c4 5317
cf4a9129 5318The following sections document the available services, starting with
d8b94dbd
LC
5319the core services, that may be used in an @code{operating-system}
5320declaration.
401c53c4 5321
cf4a9129
LC
5322@menu
5323* Base Services:: Essential system services.
5324* Networking Services:: Network setup, SSH daemon, etc.
5325* X Window:: Graphical display.
fe1a39d3 5326* Desktop Services:: D-Bus and desktop services.
105369a4 5327* Database Services:: SQL databases.
aa4ed923 5328* Various Services:: Other services.
cf4a9129 5329@end menu
401c53c4 5330
cf4a9129
LC
5331@node Base Services
5332@subsubsection Base Services
a1ba8475 5333
cf4a9129
LC
5334The @code{(gnu services base)} module provides definitions for the basic
5335services that one expects from the system. The services exported by
5336this module are listed below.
401c53c4 5337
cf4a9129
LC
5338@defvr {Scheme Variable} %base-services
5339This variable contains a list of basic services@footnote{Technically,
5340this is a list of monadic services. @xref{The Store Monad}.} one would
5341expect from the system: a login service (mingetty) on each tty, syslogd,
5342libc's name service cache daemon (nscd), the udev device manager, and
5343more.
401c53c4 5344
cf4a9129
LC
5345This is the default value of the @code{services} field of
5346@code{operating-system} declarations. Usually, when customizing a
5347system, you will want to append services to @var{%base-services}, like
5348this:
401c53c4 5349
cf4a9129 5350@example
fa1e31b8 5351(cons* (avahi-service) (lsh-service) %base-services)
cf4a9129
LC
5352@end example
5353@end defvr
401c53c4 5354
cf4a9129
LC
5355@deffn {Monadic Procedure} host-name-service @var{name}
5356Return a service that sets the host name to @var{name}.
5357@end deffn
401c53c4 5358
cf4a9129
LC
5359@deffn {Monadic Procedure} mingetty-service @var{tty} [#:motd] @
5360 [#:auto-login #f] [#:login-program] [#:login-pause? #f] @
5361 [#:allow-empty-passwords? #f]
5362Return a service to run mingetty on @var{tty}.
401c53c4 5363
cf4a9129
LC
5364When @var{allow-empty-passwords?} is true, allow empty log-in password. When
5365@var{auto-login} is true, it must be a user name under which to log-in
5366automatically. @var{login-pause?} can be set to @code{#t} in conjunction with
5367@var{auto-login}, in which case the user will have to press a key before the
5368login shell is launched.
401c53c4 5369
cf4a9129
LC
5370When true, @var{login-program} is a gexp or a monadic gexp denoting the name
5371of the log-in program (the default is the @code{login} program from the Shadow
5372tool suite.)
401c53c4 5373
cf4a9129
LC
5374@var{motd} is a monadic value containing a text file to use as
5375the ``message of the day''.
5376@end deffn
401c53c4 5377
6454b333
LC
5378@cindex name service cache daemon
5379@cindex nscd
4aee6e60
LC
5380@deffn {Monadic Procedure} nscd-service [@var{config}] [#:glibc glibc] @
5381 [#:name-services '()]
5382Return a service that runs libc's name service cache daemon (nscd) with
5383the given @var{config}---an @code{<nscd-configuration>} object.
5384Optionally, @code{#:name-services} is a list of packages that provide
4c9050c6
LC
5385name service switch (NSS) modules needed by nscd. @xref{Name Service
5386Switch}, for an example.
cf4a9129 5387@end deffn
401c53c4 5388
6454b333
LC
5389@defvr {Scheme Variable} %nscd-default-configuration
5390This is the default @code{<nscd-configuration>} value (see below) used
5391by @code{nscd-service}. This uses the caches defined by
5392@var{%nscd-default-caches}; see below.
5393@end defvr
5394
5395@deftp {Data Type} nscd-configuration
5396This is the type representing the name service cache daemon (nscd)
5397configuration.
5398
5399@table @asis
5400
5401@item @code{log-file} (default: @code{"/var/log/nscd.log"})
5402Name of nscd's log file. This is where debugging output goes when
5403@code{debug-level} is strictly positive.
5404
5405@item @code{debug-level} (default: @code{0})
5406Integer denoting the debugging levels. Higher numbers mean more
5407debugging output is logged.
5408
5409@item @code{caches} (default: @var{%nscd-default-caches})
5410List of @code{<nscd-cache>} objects denoting things to be cached; see
5411below.
5412
5413@end table
5414@end deftp
5415
5416@deftp {Data Type} nscd-cache
5417Data type representing a cache database of nscd and its parameters.
5418
5419@table @asis
5420
5421@item @code{database}
5422This is a symbol representing the name of the database to be cached.
5423Valid values are @code{passwd}, @code{group}, @code{hosts}, and
5424@code{services}, which designate the corresponding NSS database
5425(@pxref{NSS Basics,,, libc, The GNU C Library Reference Manual}).
5426
5427@item @code{positive-time-to-live}
5428@itemx @code{negative-time-to-live} (default: @code{20})
5429A number representing the number of seconds during which a positive or
5430negative lookup result remains in cache.
5431
5432@item @code{check-files?} (default: @code{#t})
5433Whether to check for updates of the files corresponding to
5434@var{database}.
5435
5436For instance, when @var{database} is @code{hosts}, setting this flag
5437instructs nscd to check for updates in @file{/etc/hosts} and to take
5438them into account.
5439
5440@item @code{persistent?} (default: @code{#t})
5441Whether the cache should be stored persistently on disk.
5442
5443@item @code{shared?} (default: @code{#t})
5444Whether the cache should be shared among users.
5445
5446@item @code{max-database-size} (default: 32@tie{}MiB)
5447Maximum size in bytes of the database cache.
5448
5449@c XXX: 'suggested-size' and 'auto-propagate?' seem to be expert
5450@c settings, so leave them out.
5451
5452@end table
5453@end deftp
5454
5455@defvr {Scheme Variable} %nscd-default-caches
5456List of @code{<nscd-cache>} objects used by default by
5457@code{nscd-configuration} (see above.)
5458
5459It enables persistent and aggressive caching of service and host name
5460lookups. The latter provides better host name lookup performance,
5461resilience in the face of unreliable name servers, and also better
5462privacy---often the result of host name lookups is in local cache, so
5463external name servers do not even need to be queried.
5464@end defvr
5465
5466
1bb76f75
AK
5467@deffn {Monadic Procedure} syslog-service [#:config-file #f]
5468Return a service that runs @code{syslogd}. If configuration file name
5469@var{config-file} is not specified, use some reasonable default
cf4a9129
LC
5470settings.
5471@end deffn
401c53c4 5472
cf4a9129
LC
5473@deffn {Monadic Procedure} guix-service [#:guix guix] @
5474 [#:builder-group "guixbuild"] [#:build-accounts 10] @
02bb6b45 5475 [#:authorize-hydra-key? #t] [#:use-substitutes? #t] @
cf4a9129
LC
5476 [#:extra-options '()]
5477Return a service that runs the build daemon from @var{guix}, and has
5478@var{build-accounts} user accounts available under @var{builder-group}.
401c53c4 5479
cf4a9129
LC
5480When @var{authorize-hydra-key?} is true, the @code{hydra.gnu.org} public key
5481provided by @var{guix} is authorized upon activation, meaning that substitutes
5482from @code{hydra.gnu.org} are used by default.
401c53c4 5483
cf4a9129
LC
5484If @var{use-substitutes?} is false, the daemon is run with
5485@option{--no-substitutes} (@pxref{Invoking guix-daemon,
5486@option{--no-substitutes}}).
401c53c4 5487
cf4a9129
LC
5488Finally, @var{extra-options} is a list of additional command-line options
5489passed to @command{guix-daemon}.
5490@end deffn
a1ba8475 5491
cf4a9129
LC
5492@deffn {Monadic Procedure} udev-service [#:udev udev]
5493Run @var{udev}, which populates the @file{/dev} directory dynamically.
5494@end deffn
401c53c4 5495
5eca9459
AK
5496@deffn {Monadic Procedure} console-keymap-service @var{file}
5497Return a service to load console keymap from @var{file} using
5498@command{loadkeys} command.
5499@end deffn
5500
a69576ea 5501
cf4a9129
LC
5502@node Networking Services
5503@subsubsection Networking Services
401c53c4 5504
fa1e31b8 5505The @code{(gnu services networking)} module provides services to configure
cf4a9129 5506the network interface.
a1ba8475 5507
a023cca8
LC
5508@cindex DHCP, networking service
5509@deffn {Monadic Procedure} dhcp-client-service [#:dhcp @var{isc-dhcp}]
5510Return a service that runs @var{dhcp}, a Dynamic Host Configuration
5511Protocol (DHCP) client, on all the non-loopback network interfaces.
5512@end deffn
5513
cf4a9129
LC
5514@deffn {Monadic Procedure} static-networking-service @var{interface} @var{ip} @
5515 [#:gateway #f] [#:name-services @code{'()}]
5516Return a service that starts @var{interface} with address @var{ip}. If
5517@var{gateway} is true, it must be a string specifying the default network
5518gateway.
5519@end deffn
8b315a6d 5520
b7d0c494
MW
5521@cindex wicd
5522@deffn {Monadic Procedure} wicd-service [#:wicd @var{wicd}]
5523Return a service that runs @url{https://launchpad.net/wicd,Wicd}, a
5524network manager that aims to simplify wired and wireless networking.
5525@end deffn
5526
63854bcb
LC
5527@deffn {Monadic Procedure} ntp-service [#:ntp @var{ntp}] @
5528 [#:name-service @var{%ntp-servers}]
5529Return a service that runs the daemon from @var{ntp}, the
5530@uref{http://www.ntp.org, Network Time Protocol package}. The daemon will
5531keep the system clock synchronized with that of @var{servers}.
5532@end deffn
5533
5534@defvr {Scheme Variable} %ntp-servers
5535List of host names used as the default NTP servers.
5536@end defvr
5537
cf4a9129
LC
5538@deffn {Monadic Procedure} tor-service [#:tor tor]
5539Return a service to run the @uref{https://torproject.org,Tor} daemon.
8b315a6d 5540
cf4a9129
LC
5541The daemon runs with the default settings (in particular the default exit
5542policy) as the @code{tor} unprivileged user.
5543@end deffn
8b315a6d 5544
4627a464
LC
5545@deffn {Monadic Procedure} bitlbee-service [#:bitlbee bitlbee] @
5546 [#:interface "127.0.0.1"] [#:port 6667] @
5547 [#:extra-settings ""]
5548Return a service that runs @url{http://bitlbee.org,BitlBee}, a daemon that
5549acts as a gateway between IRC and chat networks.
5550
5551The daemon will listen to the interface corresponding to the IP address
5552specified in @var{interface}, on @var{port}. @code{127.0.0.1} means that only
5553local clients can connect, whereas @code{0.0.0.0} means that connections can
5554come from any networking interface.
5555
5556In addition, @var{extra-settings} specifies a string to append to the
5557configuration file.
5558@end deffn
5559
f4391bec 5560Furthermore, @code{(gnu services ssh)} provides the following service.
8b315a6d 5561
cf4a9129 5562@deffn {Monadic Procedure} lsh-service [#:host-key "/etc/lsh/host-key"] @
5833bf33 5563 [#:daemonic? #t] [#:interfaces '()] [#:port-number 22] @
cf4a9129
LC
5564 [#:allow-empty-passwords? #f] [#:root-login? #f] @
5565 [#:syslog-output? #t] [#:x11-forwarding? #t] @
5566 [#:tcp/ip-forwarding? #t] [#:password-authentication? #t] @
21cc905a 5567 [#:public-key-authentication? #t] [#:initialize? #t]
cf4a9129
LC
5568Run the @command{lshd} program from @var{lsh} to listen on port @var{port-number}.
5569@var{host-key} must designate a file containing the host key, and readable
5570only by root.
72e25e35 5571
5833bf33
DP
5572When @var{daemonic?} is true, @command{lshd} will detach from the
5573controlling terminal and log its output to syslogd, unless one sets
5574@var{syslog-output?} to false. Obviously, it also makes lsh-service
5575depend on existence of syslogd service. When @var{pid-file?} is true,
5576@command{lshd} writes its PID to the file called @var{pid-file}.
5577
cf4a9129
LC
5578When @var{initialize?} is true, automatically create the seed and host key
5579upon service activation if they do not exist yet. This may take long and
5580require interaction.
8b315a6d 5581
20dd519c
LC
5582When @var{initialize?} is false, it is up to the user to initialize the
5583randomness generator (@pxref{lsh-make-seed,,, lsh, LSH Manual}), and to create
5584a key pair with the private key stored in file @var{host-key} (@pxref{lshd
5585basics,,, lsh, LSH Manual}).
5586
cf4a9129
LC
5587When @var{interfaces} is empty, lshd listens for connections on all the
5588network interfaces; otherwise, @var{interfaces} must be a list of host names
5589or addresses.
9bf3c1a7 5590
20dd519c
LC
5591@var{allow-empty-passwords?} specifies whether to accept log-ins with empty
5592passwords, and @var{root-login?} specifies whether to accept log-ins as
cf4a9129 5593root.
4af2447e 5594
cf4a9129
LC
5595The other options should be self-descriptive.
5596@end deffn
4af2447e 5597
fa0c1d61
LC
5598@defvr {Scheme Variable} %facebook-host-aliases
5599This variable contains a string for use in @file{/etc/hosts}
5600(@pxref{Host Names,,, libc, The GNU C Library Reference Manual}). Each
5601line contains a entry that maps a known server name of the Facebook
5602on-line service---e.g., @code{www.facebook.com}---to the local
5603host---@code{127.0.0.1} or its IPv6 equivalent, @code{::1}.
5604
5605This variable is typically used in the @code{hosts-file} field of an
7313a52e
LC
5606@code{operating-system} declaration (@pxref{operating-system Reference,
5607@file{/etc/hosts}}):
fa0c1d61
LC
5608
5609@example
5610(use-modules (gnu) (guix))
5611
5612(operating-system
5613 (host-name "mymachine")
5614 ;; ...
5615 (hosts-file
5616 ;; Create a /etc/hosts file with aliases for "localhost"
5617 ;; and "mymachine", as well as for Facebook servers.
24e02c28
LC
5618 (plain-file "hosts"
5619 (string-append (local-host-aliases host-name)
5620 %facebook-host-aliases))))
fa0c1d61
LC
5621@end example
5622
5623This mechanism can prevent programs running locally, such as Web
5624browsers, from accessing Facebook.
5625@end defvr
5626
965a7332
LC
5627The @code{(gnu services avahi)} provides the following definition.
5628
5629@deffn {Monadic Procedure} avahi-service [#:avahi @var{avahi}] @
5630 [#:host-name #f] [#:publish? #t] [#:ipv4? #t] @
5631 [#:ipv6? #t] [#:wide-area? #f] @
5632 [#:domains-to-browse '()]
5633Return a service that runs @command{avahi-daemon}, a system-wide
5634mDNS/DNS-SD responder that allows for service discovery and
5635"zero-configuration" host name lookups (see @uref{http://avahi.org/}).
5636
5637If @var{host-name} is different from @code{#f}, use that as the host name to
5638publish for this machine; otherwise, use the machine's actual host name.
5639
5640When @var{publish?} is true, publishing of host names and services is allowed;
5641in particular, avahi-daemon will publish the machine's host name and IP
5642address via mDNS on the local network.
5643
5644When @var{wide-area?} is true, DNS-SD over unicast DNS is enabled.
5645
5646Boolean values @var{ipv4?} and @var{ipv6?} determine whether to use IPv4/IPv6
5647sockets.
5648@end deffn
5649
5650
cf4a9129
LC
5651@node X Window
5652@subsubsection X Window
68ad877c 5653
cf4a9129
LC
5654Support for the X Window graphical display system---specifically
5655Xorg---is provided by the @code{(gnu services xorg)} module. Note that
5656there is no @code{xorg-service} procedure. Instead, the X server is
5657started by the @dfn{login manager}, currently SLiM.
4af2447e 5658
cf4a9129 5659@deffn {Monadic Procedure} slim-service [#:allow-empty-passwords? #f] @
0ecc3bf3
LC
5660 [#:auto-login? #f] [#:default-user ""] [#:startx] @
5661 [#:theme @var{%default-slim-theme}] @
4bd43bbe 5662 [#:theme-name @var{%default-slim-theme-name}]
cf4a9129
LC
5663Return a service that spawns the SLiM graphical login manager, which in
5664turn starts the X display server with @var{startx}, a command as returned by
5665@code{xorg-start-command}.
4af2447e 5666
04e4e6ab
LC
5667@cindex X session
5668
5669SLiM automatically looks for session types described by the @file{.desktop}
5670files in @file{/run/current-system/profile/share/xsessions} and allows users
5671to choose a session from the log-in screen using @kbd{F1}. Packages such as
5672@var{xfce}, @var{sawfish}, and @var{ratpoison} provide @file{.desktop} files;
5673adding them to the system-wide set of packages automatically makes them
5674available at the log-in screen.
5675
5676In addition, @file{~/.xsession} files are honored. When available,
5677@file{~/.xsession} must be an executable that starts a window manager
5678and/or other X clients.
5679
cf4a9129
LC
5680When @var{allow-empty-passwords?} is true, allow logins with an empty
5681password. When @var{auto-login?} is true, log in automatically as
5682@var{default-user}.
0ecc3bf3
LC
5683
5684If @var{theme} is @code{#f}, the use the default log-in theme; otherwise
5685@var{theme} must be a gexp denoting the name of a directory containing the
5686theme to use. In that case, @var{theme-name} specifies the name of the
5687theme.
cf4a9129 5688@end deffn
4af2447e 5689
0ecc3bf3
LC
5690@defvr {Scheme Variable} %default-theme
5691@defvrx {Scheme Variable} %default-theme-name
5692The G-Expression denoting the default SLiM theme and its name.
5693@end defvr
5694
f703413e 5695@deffn {Monadic Procedure} xorg-start-command [#:guile] @
d1cdd7ba 5696 [#:configuration-file #f] [#:xorg-server @var{xorg-server}]
f703413e 5697Return a derivation that builds a @var{guile} script to start the X server
d1cdd7ba
LC
5698from @var{xorg-server}. @var{configuration-file} is the server configuration
5699file or a derivation that builds it; when omitted, the result of
5700@code{xorg-configuration-file} is used.
5701
5702Usually the X server is started by a login manager.
5703@end deffn
5704
5705@deffn {Monadic Procedure} xorg-configuration-file @
12422c9d 5706 [#:drivers '()] [#:resolutions '()] [#:extra-config '()]
d1cdd7ba
LC
5707Return a configuration file for the Xorg server containing search paths for
5708all the common drivers.
f703413e
LC
5709
5710@var{drivers} must be either the empty list, in which case Xorg chooses a
5711graphics driver automatically, or a list of driver names that will be tried in
d1cdd7ba 5712this order---e.g., @code{(\"modesetting\" \"vesa\")}.
d2e59637
LC
5713
5714Likewise, when @var{resolutions} is the empty list, Xorg chooses an
5715appropriate screen resolution; otherwise, it must be a list of
5716resolutions---e.g., @code{((1024 768) (640 480))}.
12422c9d
LC
5717
5718Last, @var{extra-config} is a list of strings or objects appended to the
5719@code{text-file*} argument list. It is used to pass extra text to be added
5720verbatim to the configuration file.
f703413e 5721@end deffn
4af2447e 5722
fe1a39d3
LC
5723@node Desktop Services
5724@subsubsection Desktop Services
aa4ed923 5725
fe1a39d3
LC
5726The @code{(gnu services desktop)} module provides services that are
5727usually useful in the context of a ``desktop'' setup---that is, on a
5728machine running a graphical display server, possibly with graphical user
5729interfaces, etc.
aa4ed923 5730
4467be21
LC
5731To simplify things, the module defines a variable containing the set of
5732services that users typically expect on a machine with a graphical
5733environment and networking:
5734
5735@defvr {Scheme Variable} %desktop-services
5736This is a list of services that builds upon @var{%base-services} and
5737adds or adjust services for a typical ``desktop'' setup.
5738
5739In particular, it adds a graphical login manager (@pxref{X Window,
5740@code{slim-service}}), a network management tool (@pxref{Networking
5741Services, @code{wicd-service}}), energy and color management services,
4a3bcaee 5742an NTP client (@pxref{Networking Services}), the Avahi
4467be21
LC
5743daemon, and has the name service switch service configured to be able to
5744use @code{nss-mdns} (@pxref{Name Service Switch, mDNS}).
5745@end defvr
5746
5747The @var{%desktop-services} variable can be used as the @code{services}
5748field of an @code{operating-system} declaration (@pxref{operating-system
5749Reference, @code{services}}).
5750
5751The actual service definitions provided by @code{(gnu services desktop)}
5752are described below.
5753
fe1a39d3
LC
5754@deffn {Monadic Procedure} dbus-service @var{services} @
5755 [#:dbus @var{dbus}]
5756Return a service that runs the ``system bus'', using @var{dbus}, with
5757support for @var{services}.
aa4ed923 5758
fe1a39d3
LC
5759@uref{http://dbus.freedesktop.org/, D-Bus} is an inter-process communication
5760facility. Its system bus is used to allow system services to communicate
5761and be notified of system-wide events.
aa4ed923 5762
fe1a39d3
LC
5763@var{services} must be a list of packages that provide an
5764@file{etc/dbus-1/system.d} directory containing additional D-Bus configuration
5765and policy files. For example, to allow avahi-daemon to use the system bus,
5766@var{services} must be equal to @code{(list avahi)}.
aa4ed923
AK
5767@end deffn
5768
be234128
AW
5769@deffn {Monadic Procedure} upower-service [#:upower @var{upower}] @
5770 [#:watts-up-pro? #f] @
5771 [#:poll-batteries? #t] @
5772 [#:ignore-lid? #f] @
5773 [#:use-percentage-for-policy? #f] @
5774 [#:percentage-low 10] @
5775 [#:percentage-critical 3] @
5776 [#:percentage-action 2] @
5777 [#:time-low 1200] @
5778 [#:time-critical 300] @
5779 [#:time-action 120] @
5780 [#:critical-power-action 'hybrid-sleep]
5781Return a service that runs @uref{http://upower.freedesktop.org/,
5782@command{upowerd}}, a system-wide monitor for power consumption and battery
5783levels, with the given configuration settings. It implements the
5784@code{org.freedesktop.UPower} D-Bus interface, and is notably used by
5785GNOME.
5786@end deffn
5787
7ce597ff
AW
5788@deffn {Monadic Procedure} colord-service [#:colord @var{colord}]
5789Return a service that runs @command{colord}, a system service with a D-Bus
5790interface to manage the color profiles of input and output devices such as
5791screens and scanners. It is notably used by the GNOME Color Manager graphical
5792tool. See @uref{http://www.freedesktop.org/software/colord/, the colord web
5793site} for more information.
5794@end deffn
5795
105369a4
DT
5796@node Database Services
5797@subsubsection Database Services
5798
5799The @code{(gnu services databases)} module provides the following service.
5800
5801@deffn {Monadic Procedure} postgresql-service [#:postgresql postgresql] @
5802 [#:config-file] [#:data-directory ``/var/lib/postgresql/data'']
5803Return a service that runs @var{postgresql}, the PostgreSQL database
5804server.
5805
5806The PostgreSQL daemon loads its runtime configuration from
5807@var{config-file} and stores the database cluster in
5808@var{data-directory}.
5809@end deffn
fe1a39d3
LC
5810
5811@node Various Services
5812@subsubsection Various Services
5813
5814The @code{(gnu services lirc)} module provides the following service.
5815
5816@deffn {Monadic Procedure} lirc-service [#:lirc lirc] @
5817 [#:device #f] [#:driver #f] [#:config-file #f] @
5818 [#:extra-options '()]
5819Return a service that runs @url{http://www.lirc.org,LIRC}, a daemon that
5820decodes infrared signals from remote controls.
5821
5822Optionally, @var{device}, @var{driver} and @var{config-file}
5823(configuration file name) may be specified. See @command{lircd} manual
5824for details.
5825
5826Finally, @var{extra-options} is a list of additional command-line options
5827passed to @command{lircd}.
5828@end deffn
5829
5830
0ae8c15a
LC
5831@node Setuid Programs
5832@subsection Setuid Programs
5833
5834@cindex setuid programs
5835Some programs need to run with ``root'' privileges, even when they are
5836launched by unprivileged users. A notorious example is the
5837@command{passwd} programs, which can users can run to change their
5838password, and which requires write access to the @file{/etc/passwd} and
5839@file{/etc/shadow} files---something normally restricted to root, for
5840obvious security reasons. To address that, these executables are
5841@dfn{setuid-root}, meaning that they always run with root privileges
5842(@pxref{How Change Persona,,, libc, The GNU C Library Reference Manual},
5843for more info about the setuid mechanisms.)
5844
5845The store itself @emph{cannot} contain setuid programs: that would be a
5846security issue since any user on the system can write derivations that
5847populate the store (@pxref{The Store}). Thus, a different mechanism is
5848used: instead of changing the setuid bit directly on files that are in
5849the store, we let the system administrator @emph{declare} which programs
5850should be setuid root.
5851
5852The @code{setuid-programs} field of an @code{operating-system}
5853declaration contains a list of G-expressions denoting the names of
5854programs to be setuid-root (@pxref{Using the Configuration System}).
5855For instance, the @command{passwd} program, which is part of the Shadow
5856package, can be designated by this G-expression (@pxref{G-Expressions}):
5857
5858@example
5859#~(string-append #$shadow "/bin/passwd")
5860@end example
5861
5862A default set of setuid programs is defined by the
5863@code{%setuid-programs} variable of the @code{(gnu system)} module.
5864
5865@defvr {Scheme Variable} %setuid-programs
5866A list of G-expressions denoting common programs that are setuid-root.
5867
5868The list includes commands such as @command{passwd}, @command{ping},
5869@command{su}, and @command{sudo}.
5870@end defvr
5871
5872Under the hood, the actual setuid programs are created in the
5873@file{/run/setuid-programs} directory at system activation time. The
5874files in this directory refer to the ``real'' binaries, which are in the
5875store.
5876
efb5e833
LC
5877@node X.509 Certificates
5878@subsection X.509 Certificates
5879
5880@cindex HTTPS, certificates
5881@cindex X.509 certificates
5882@cindex TLS
5883Web servers available over HTTPS (that is, HTTP over the transport-layer
5884security mechanism, TLS) send client programs an @dfn{X.509 certificate}
5885that the client can then use to @emph{authenticate} the server. To do
5886that, clients verify that the server's certificate is signed by a
5887so-called @dfn{certificate authority} (CA). But to verify the CA's
5888signature, clients must have first acquired the CA's certificate.
5889
5890Web browsers such as GNU@tie{}IceCat include their own set of CA
5891certificates, such that they are able to verify CA signatures
5892out-of-the-box.
5893
5894However, most other programs that can talk HTTPS---@command{wget},
5895@command{git}, @command{w3m}, etc.---need to be told where CA
5896certificates can be found.
5897
5898@cindex @code{nss-certs}
5899In GuixSD, this is done by adding a package that provides certificates
5900to the @code{packages} field of the @code{operating-system} declaration
5901(@pxref{operating-system Reference}). GuixSD includes one such package,
5902@code{nss-certs}, which is a set of CA certificates provided as part of
5903Mozilla's Network Security Services.
5904
5905Note that it is @emph{not} part of @var{%base-packages}, so you need to
5906explicitly add it. The @file{/etc/ssl/certs} directory, which is where
5907most applications and libraries look for certificates by default, points
5908to the certificates installed globally.
5909
5910Unprivileged users can also install their own certificate package in
5911their profile. A number of environment variables need to be defined so
5912that applications and libraries know where to find them. Namely, the
5913OpenSSL library honors the @code{SSL_CERT_DIR} and @code{SSL_CERT_FILE}
5914variables. Some applications add their own environment variables; for
5915instance, the Git version control system honors the certificate bundle
5916pointed to by the @code{GIT_SSL_CAINFO} environment variable.
5917
5918
996ed739
LC
5919@node Name Service Switch
5920@subsection Name Service Switch
5921
5922@cindex name service switch
5923@cindex NSS
5924The @code{(gnu system nss)} module provides bindings to the
5925configuration file of libc's @dfn{name service switch} or @dfn{NSS}
5926(@pxref{NSS Configuration File,,, libc, The GNU C Library Reference
5927Manual}). In a nutshell, the NSS is a mechanism that allows libc to be
5928extended with new ``name'' lookup methods for system databases, which
5929includes host names, service names, user accounts, and more (@pxref{Name
5930Service Switch, System Databases and Name Service Switch,, libc, The GNU
5931C Library Reference Manual}).
5932
5933The NSS configuration specifies, for each system database, which lookup
5934method is to be used, and how the various methods are chained
5935together---for instance, under which circumstances NSS should try the
5936next method in the list. The NSS configuration is given in the
5937@code{name-service-switch} field of @code{operating-system} declarations
5938(@pxref{operating-system Reference, @code{name-service-switch}}).
5939
4c9050c6
LC
5940@cindex nss-mdns
5941@cindex .local, host name lookup
996ed739 5942As an example, the declaration below configures the NSS to use the
4c9050c6
LC
5943@uref{http://0pointer.de/lennart/projects/nss-mdns/, @code{nss-mdns}
5944back-end}, which supports host name lookups over multicast DNS (mDNS)
5945for host names ending in @code{.local}:
996ed739
LC
5946
5947@example
5948(name-service-switch
5949 (hosts (list %files ;first, check /etc/hosts
5950
5951 ;; If the above did not succeed, try
5952 ;; with 'mdns_minimal'.
5953 (name-service
5954 (name "mdns_minimal")
5955
5956 ;; 'mdns_minimal' is authoritative for
5957 ;; '.local'. When it returns "not found",
5958 ;; no need to try the next methods.
5959 (reaction (lookup-specification
5960 (not-found => return))))
5961
5962 ;; Then fall back to DNS.
5963 (name-service
5964 (name "dns"))
5965
5966 ;; Finally, try with the "full" 'mdns'.
5967 (name-service
5968 (name "mdns")))))
5969@end example
5970
15137a29
LC
5971Don't worry: the @code{%mdns-host-lookup-nss} variable (see below)
5972contains this configuration, so you won't have to type it if all you
5973want is to have @code{.local} host lookup working.
5974
4c9050c6
LC
5975Note that, in this case, in addition to setting the
5976@code{name-service-switch} of the @code{operating-system} declaration,
5977@code{nscd-service} must be told where to find the @code{nss-mdns}
5978shared library (@pxref{Base Services, @code{nscd-service}}). Since the
5979@code{nscd} service is part of @var{%base-services}, you may want to
5980customize it by adding this snippet in the operating system
5981configuration file:
5982
5983@example
5984(use-modules (guix) (gnu))
5985
5986(define %my-base-services
5987 ;; Replace the default nscd service with one that knows
5988 ;; about nss-mdns.
5989 (map (lambda (mservice)
5990 ;; "Bind" the MSERVICE monadic value to inspect it.
5991 (mlet %store-monad ((service mservice))
5992 (if (member 'nscd (service-provision service))
5993 (nscd-service (nscd-configuration)
5994 #:name-services (list nss-mdns))
5995 mservice)))
5996 %base-services))
5997@end example
5998
5999@noindent
6000@dots{} and then refer to @var{%my-base-services} instead of
6001@var{%base-services} in the @code{operating-system} declaration.
15137a29 6002Lastly, this relies on the availability of the Avahi service
965a7332 6003(@pxref{Networking Services, @code{avahi-service}}).
15137a29
LC
6004
6005For convenience, the following variables provide typical NSS
6006configurations.
6007
6008@defvr {Scheme Variable} %default-nss
6009This is the default name service switch configuration, a
6010@code{name-service-switch} object.
6011@end defvr
6012
6013@defvr {Scheme Variable} %mdns-host-lookup-nss
6014This is the name service switch configuration with support for host name
6015lookup over multicast DNS (mDNS) for host names ending in @code{.local}.
6016@end defvr
4c9050c6 6017
996ed739
LC
6018The reference for name service switch configuration is given below. It
6019is a direct mapping of the C library's configuration file format, so
6020please refer to the C library manual for more information (@pxref{NSS
6021Configuration File,,, libc, The GNU C Library Reference Manual}).
6022Compared to libc's NSS configuration file format, it has the advantage
6023not only of adding this warm parenthetic feel that we like, but also
6024static checks: you'll know about syntax errors and typos as soon as you
6025run @command{guix system}.
6026
996ed739
LC
6027@deftp {Data Type} name-service-switch
6028
6029This is the data type representation the configuration of libc's name
6030service switch (NSS). Each field below represents one of the supported
6031system databases.
6032
6033@table @code
6034@item aliases
6035@itemx ethers
6036@itemx group
6037@itemx gshadow
6038@itemx hosts
6039@itemx initgroups
6040@itemx netgroup
6041@itemx networks
6042@itemx password
6043@itemx public-key
6044@itemx rpc
6045@itemx services
6046@itemx shadow
6047The system databases handled by the NSS. Each of these fields must be a
6048list of @code{<name-service>} objects (see below.)
6049@end table
6050@end deftp
6051
6052@deftp {Data Type} name-service
6053
6054This is the data type representing an actual name service and the
6055associated lookup action.
6056
6057@table @code
6058@item name
6059A string denoting the name service (@pxref{Services in the NSS
6060configuration,,, libc, The GNU C Library Reference Manual}).
6061
4aee6e60
LC
6062Note that name services listed here must be visible to nscd. This is
6063achieved by passing the @code{#:name-services} argument to
6064@code{nscd-service} the list of packages providing the needed name
6065services (@pxref{Base Services, @code{nscd-service}}).
6066
996ed739
LC
6067@item reaction
6068An action specified using the @code{lookup-specification} macro
6069(@pxref{Actions in the NSS configuration,,, libc, The GNU C Library
6070Reference Manual}). For example:
6071
6072@example
6073(lookup-specification (unavailable => continue)
6074 (success => return))
6075@end example
6076@end table
6077@end deftp
0ae8c15a 6078
fd1b1fa2
LC
6079@node Initial RAM Disk
6080@subsection Initial RAM Disk
6081
6082@cindex initial RAM disk (initrd)
6083@cindex initrd (initial RAM disk)
6084For bootstrapping purposes, the Linux-Libre kernel is passed an
6085@dfn{initial RAM disk}, or @dfn{initrd}. An initrd contains a temporary
6086root file system, as well as an initialization script. The latter is
6087responsible for mounting the real root file system, and for loading any
6088kernel modules that may be needed to achieve that.
6089
6090The @code{initrd} field of an @code{operating-system} declaration allows
6091you to specify which initrd you would like to use. The @code{(gnu
6092system linux-initrd)} module provides two ways to build an initrd: the
6093high-level @code{base-initrd} procedure, and the low-level
6094@code{expression->initrd} procedure.
6095
6096The @code{base-initrd} procedure is intended to cover most common uses.
6097For example, if you want to add a bunch of kernel modules to be loaded
6098at boot time, you can define the @code{initrd} field of the operating
6099system declaration like this:
6100
6101@example
52ac153e 6102(initrd (lambda (file-systems . rest)
027981d6
LC
6103 ;; Create a standard initrd that has modules "foo.ko"
6104 ;; and "bar.ko", as well as their dependencies, in
6105 ;; addition to the modules available by default.
52ac153e 6106 (apply base-initrd file-systems
027981d6 6107 #:extra-modules '("foo" "bar")
52ac153e 6108 rest)))
fd1b1fa2
LC
6109@end example
6110
52ac153e
LC
6111The @code{base-initrd} procedure also handles common use cases that
6112involves using the system as a QEMU guest, or as a ``live'' system whose
6113root file system is volatile.
fd1b1fa2
LC
6114
6115@deffn {Monadic Procedure} base-initrd @var{file-systems} @
6116 [#:qemu-networking? #f] [#:virtio? #f] [#:volatile-root? #f] @
52ac153e 6117 [#:extra-modules '()] [#:mapped-devices '()]
fd1b1fa2
LC
6118Return a monadic derivation that builds a generic initrd. @var{file-systems} is
6119a list of file-systems to be mounted by the initrd, possibly in addition to
6120the root file system specified on the kernel command line via @code{--root}.
52ac153e
LC
6121@var{mapped-devices} is a list of device mappings to realize before
6122@var{file-systems} are mounted (@pxref{Mapped Devices}).
fd1b1fa2
LC
6123
6124When @var{qemu-networking?} is true, set up networking with the standard QEMU
6125parameters. When @var{virtio?} is true, load additional modules so the initrd can
6126be used as a QEMU guest with para-virtualized I/O drivers.
6127
6128When @var{volatile-root?} is true, the root file system is writable but any changes
6129to it are lost.
6130
6131The initrd is automatically populated with all the kernel modules necessary
6132for @var{file-systems} and for the given options. However, additional kernel
6133modules can be listed in @var{extra-modules}. They will be added to the initrd, and
6134loaded at boot time in the order in which they appear.
6135@end deffn
6136
6137Needless to say, the initrds we produce and use embed a
6138statically-linked Guile, and the initialization program is a Guile
6139program. That gives a lot of flexibility. The
6140@code{expression->initrd} procedure builds such an initrd, given the
6141program to run in that initrd.
6142
6143@deffn {Monadic Procedure} expression->initrd @var{exp} @
6144 [#:guile %guile-static-stripped] [#:name "guile-initrd"] @
42d10464 6145 [#:modules '()]
fd1b1fa2
LC
6146Return a derivation that builds a Linux initrd (a gzipped cpio archive)
6147containing @var{guile} and that evaluates @var{exp}, a G-expression,
df650fa8
LC
6148upon booting. All the derivations referenced by @var{exp} are
6149automatically copied to the initrd.
fd1b1fa2 6150
42d10464
LC
6151@var{modules} is a list of Guile module names to be embedded in the
6152initrd.
fd1b1fa2
LC
6153@end deffn
6154
88faf933
LC
6155@node GRUB Configuration
6156@subsection GRUB Configuration
6157
6158@cindex GRUB
6159@cindex boot loader
6160
6161The operating system uses GNU@tie{}GRUB as its boot loader
6162(@pxref{Overview, overview of GRUB,, grub, GNU GRUB Manual}). It is
6163configured using @code{grub-configuration} declarations. This data type
6164is exported by the @code{(gnu system grub)} module, and described below.
6165
6166@deftp {Data Type} grub-configuration
6167The type of a GRUB configuration declaration.
6168
6169@table @asis
6170
6171@item @code{device}
6172This is a string denoting the boot device. It must be a device name
6173understood by the @command{grub-install} command, such as
6174@code{/dev/sda} or @code{(hd0)} (@pxref{Invoking grub-install,,, grub,
6175GNU GRUB Manual}).
6176
6177@item @code{menu-entries} (default: @code{()})
6178A possibly empty list of @code{menu-entry} objects (see below), denoting
6179entries to appear in the GRUB boot menu, in addition to the current
6180system entry and the entry pointing to previous system generations.
6181
6182@item @code{default-entry} (default: @code{0})
6183The index of the default boot menu entry. Index 0 is for the current
6184system's entry.
6185
6186@item @code{timeout} (default: @code{5})
6187The number of seconds to wait for keyboard input before booting. Set to
61880 to boot immediately, and to -1 to wait indefinitely.
6189
6190@item @code{theme} (default: @var{%default-theme})
6191The @code{grub-theme} object describing the theme to use.
6192@end table
6193
6194@end deftp
6195
6196Should you want to list additional boot menu entries @i{via} the
6197@code{menu-entries} field above, you will need to create them with the
6198@code{menu-entry} form:
6199
6200@deftp {Data Type} menu-entry
6201The type of an entry in the GRUB boot menu.
6202
6203@table @asis
6204
6205@item @code{label}
35ed9306 6206The label to show in the menu---e.g., @code{"GNU"}.
88faf933
LC
6207
6208@item @code{linux}
6209The Linux kernel to boot.
6210
6211@item @code{linux-arguments} (default: @code{()})
6212The list of extra Linux kernel command-line arguments---e.g.,
6213@code{("console=ttyS0")}.
6214
6215@item @code{initrd}
6216A G-Expression or string denoting the file name of the initial RAM disk
6217to use (@pxref{G-Expressions}).
6218
6219@end table
6220@end deftp
6221
6222@c FIXME: Write documentation once it's stable.
6223Themes are created using the @code{grub-theme} form, which is not
6224documented yet.
6225
6226@defvr {Scheme Variable} %default-theme
6227This is the default GRUB theme used by the operating system, with a
6228fancy background image displaying the GNU and Guix logos.
6229@end defvr
6230
6231
cf4a9129
LC
6232@node Invoking guix system
6233@subsection Invoking @code{guix system}
0918e64a 6234
cf4a9129
LC
6235Once you have written an operating system declaration, as seen in the
6236previous section, it can be @dfn{instantiated} using the @command{guix
6237system} command. The synopsis is:
4af2447e 6238
cf4a9129
LC
6239@example
6240guix system @var{options}@dots{} @var{action} @var{file}
6241@end example
4af2447e 6242
cf4a9129
LC
6243@var{file} must be the name of a file containing an
6244@code{operating-system} declaration. @var{action} specifies how the
6245operating system is instantiate. Currently the following values are
6246supported:
4af2447e 6247
cf4a9129
LC
6248@table @code
6249@item reconfigure
6250Build the operating system described in @var{file}, activate it, and
6251switch to it@footnote{This action is usable only on systems already
6252running GNU.}.
4af2447e 6253
cf4a9129
LC
6254This effects all the configuration specified in @var{file}: user
6255accounts, system services, global package list, setuid programs, etc.
4af2447e 6256
cf4a9129
LC
6257It also adds a GRUB menu entry for the new OS configuration, and moves
6258entries for older configurations to a submenu---unless
6259@option{--no-grub} is passed.
4af2447e 6260
bf2479c7
LC
6261@c The paragraph below refers to the problem discussed at
6262@c <http://lists.gnu.org/archive/html/guix-devel/2014-08/msg00057.html>.
6263It is highly recommended to run @command{guix pull} once before you run
6264@command{guix system reconfigure} for the first time (@pxref{Invoking
6265guix pull}). Failing to do that you would see an older version of Guix
6266once @command{reconfigure} has completed.
6267
cf4a9129
LC
6268@item build
6269Build the operating system's derivation, which includes all the
6270configuration files and programs needed to boot and run the system.
6271This action does not actually install anything.
113daf62 6272
cf4a9129
LC
6273@item init
6274Populate the given directory with all the files necessary to run the
6275operating system specified in @var{file}. This is useful for first-time
4705641f 6276installations of GuixSD. For instance:
113daf62
LC
6277
6278@example
cf4a9129 6279guix system init my-os-config.scm /mnt
113daf62
LC
6280@end example
6281
cf4a9129
LC
6282copies to @file{/mnt} all the store items required by the configuration
6283specified in @file{my-os-config.scm}. This includes configuration
6284files, packages, and so on. It also creates other essential files
6285needed for the system to operate correctly---e.g., the @file{/etc},
6286@file{/var}, and @file{/run} directories, and the @file{/bin/sh} file.
113daf62 6287
cf4a9129
LC
6288This command also installs GRUB on the device specified in
6289@file{my-os-config}, unless the @option{--no-grub} option was passed.
113daf62 6290
cf4a9129
LC
6291@item vm
6292@cindex virtual machine
0276f697 6293@cindex VM
cf4a9129
LC
6294Build a virtual machine that contain the operating system declared in
6295@var{file}, and return a script to run that virtual machine (VM).
810568b3 6296Arguments given to the script are passed as is to QEMU.
113daf62 6297
cf4a9129 6298The VM shares its store with the host system.
113daf62 6299
0276f697
LC
6300Additional file systems can be shared between the host and the VM using
6301the @code{--share} and @code{--expose} command-line options: the former
6302specifies a directory to be shared with write access, while the latter
6303provides read-only access to the shared directory.
6304
6305The example below creates a VM in which the user's home directory is
6306accessible read-only, and where the @file{/exchange} directory is a
6307read-write mapping of the host's @file{$HOME/tmp}:
6308
6309@example
6310guix system vm my-config.scm \
6311 --expose=$HOME --share=$HOME/tmp=/exchange
6312@end example
6313
6aa260af
LC
6314On GNU/Linux, the default is to boot directly to the kernel; this has
6315the advantage of requiring only a very tiny root disk image since the
6316host's store can then be mounted.
6317
6318The @code{--full-boot} option forces a complete boot sequence, starting
6319with the bootloader. This requires more disk space since a root image
6320containing at least the kernel, initrd, and bootloader data files must
6321be created. The @code{--image-size} option can be used to specify the
6322image's size.
ab11f0be 6323
cf4a9129
LC
6324@item vm-image
6325@itemx disk-image
6326Return a virtual machine or disk image of the operating system declared
6327in @var{file} that stands alone. Use the @option{--image-size} option
6328to specify the size of the image.
113daf62 6329
cf4a9129
LC
6330When using @code{vm-image}, the returned image is in qcow2 format, which
6331the QEMU emulator can efficiently use.
113daf62 6332
cf4a9129
LC
6333When using @code{disk-image}, a raw disk image is produced; it can be
6334copied as is to a USB stick, for instance. Assuming @code{/dev/sdc} is
6335the device corresponding to a USB stick, one can copy the image on it
6336using the following command:
113daf62 6337
cf4a9129
LC
6338@example
6339# dd if=$(guix system disk-image my-os.scm) of=/dev/sdc
6340@end example
113daf62 6341
cf4a9129 6342@end table
113daf62 6343
cf4a9129
LC
6344@var{options} can contain any of the common build options provided by
6345@command{guix build} (@pxref{Invoking guix build}). In addition,
6346@var{options} can contain one of the following:
113daf62 6347
cf4a9129
LC
6348@table @option
6349@item --system=@var{system}
6350@itemx -s @var{system}
6351Attempt to build for @var{system} instead of the host's system type.
6352This works as per @command{guix build} (@pxref{Invoking guix build}).
113daf62 6353
cf4a9129
LC
6354@item --image-size=@var{size}
6355For the @code{vm-image} and @code{disk-image} actions, create an image
6356of the given @var{size}. @var{size} may be a number of bytes, or it may
4a44d7bb
LC
6357include a unit as a suffix (@pxref{Block size, size specifications,,
6358coreutils, GNU Coreutils}).
db030303
LC
6359
6360@item --on-error=@var{strategy}
6361Apply @var{strategy} when an error occurs when reading @var{file}.
6362@var{strategy} may be one of the following:
6363
6364@table @code
6365@item nothing-special
6366Report the error concisely and exit. This is the default strategy.
6367
6368@item backtrace
6369Likewise, but also display a backtrace.
6370
6371@item debug
6372Report the error and enter Guile's debugger. From there, you can run
6373commands such as @code{,bt} to get a backtrace, @code{,locals} to
6374display local variable values, and more generally inspect the program's
6375state. @xref{Debug Commands,,, guile, GNU Guile Reference Manual}, for
6376a list of available debugging commands.
6377@end table
113daf62 6378@end table
113daf62 6379
cf4a9129
LC
6380Note that all the actions above, except @code{build} and @code{init},
6381rely on KVM support in the Linux-Libre kernel. Specifically, the
6382machine should have hardware virtualization support, the corresponding
6383KVM kernel module should be loaded, and the @file{/dev/kvm} device node
6384must exist and be readable and writable by the user and by the daemon's
6385build users.
8451a568 6386
cf4a9129
LC
6387@node Defining Services
6388@subsection Defining Services
8451a568 6389
cf4a9129
LC
6390The @code{(gnu services @dots{})} modules define several procedures that allow
6391users to declare the operating system's services (@pxref{Using the
6392Configuration System}). These procedures are @emph{monadic
6393procedures}---i.e., procedures that return a monadic value in the store
6394monad (@pxref{The Store Monad}). For examples of such procedures,
6395@xref{Services}.
8451a568 6396
cf4a9129
LC
6397@cindex service definition
6398The monadic value returned by those procedures is a @dfn{service
6399definition}---a structure as returned by the @code{service} form.
6400Service definitions specifies the inputs the service depends on, and an
6401expression to start and stop the service. Behind the scenes, service
6402definitions are ``translated'' into the form suitable for the
6403configuration file of dmd, the init system (@pxref{Services,,, dmd, GNU
6404dmd Manual}).
8451a568 6405
cf4a9129
LC
6406As an example, here is what the @code{nscd-service} procedure looks
6407like:
8451a568 6408
cf4a9129
LC
6409@lisp
6410(define (nscd-service)
6411 (with-monad %store-monad
6412 (return (service
6413 (documentation "Run libc's name service cache daemon.")
6414 (provision '(nscd))
6415 (activate #~(begin
6416 (use-modules (guix build utils))
6417 (mkdir-p "/var/run/nscd")))
6418 (start #~(make-forkexec-constructor
6419 (string-append #$glibc "/sbin/nscd")
6420 "-f" "/dev/null" "--foreground"))
6421 (stop #~(make-kill-destructor))
6422 (respawn? #f)))))
6423@end lisp
8451a568 6424
cf4a9129
LC
6425@noindent
6426The @code{activate}, @code{start}, and @code{stop} fields are G-expressions
6427(@pxref{G-Expressions}). The @code{activate} field contains a script to
6428run at ``activation'' time; it makes sure that the @file{/var/run/nscd}
6429directory exists before @command{nscd} is started.
8451a568 6430
cf4a9129
LC
6431The @code{start} and @code{stop} fields refer to dmd's facilities to
6432start and stop processes (@pxref{Service De- and Constructors,,, dmd,
6433GNU dmd Manual}). The @code{provision} field specifies the name under
6434which this service is known to dmd, and @code{documentation} specifies
6435on-line documentation. Thus, the commands @command{deco start ncsd},
6436@command{deco stop nscd}, and @command{deco doc nscd} will do what you
6437would expect (@pxref{Invoking deco,,, dmd, GNU dmd Manual}).
8451a568 6438
8451a568 6439
cf4a9129
LC
6440@node Installing Debugging Files
6441@section Installing Debugging Files
8451a568 6442
cf4a9129
LC
6443@cindex debugging files
6444Program binaries, as produced by the GCC compilers for instance, are
6445typically written in the ELF format, with a section containing
6446@dfn{debugging information}. Debugging information is what allows the
6447debugger, GDB, to map binary code to source code; it is required to
6448debug a compiled program in good conditions.
8451a568 6449
cf4a9129
LC
6450The problem with debugging information is that is takes up a fair amount
6451of disk space. For example, debugging information for the GNU C Library
6452weighs in at more than 60 MiB. Thus, as a user, keeping all the
6453debugging info of all the installed programs is usually not an option.
6454Yet, space savings should not come at the cost of an impediment to
6455debugging---especially in the GNU system, which should make it easier
6456for users to exert their computing freedom (@pxref{GNU Distribution}).
8451a568 6457
cf4a9129
LC
6458Thankfully, the GNU Binary Utilities (Binutils) and GDB provide a
6459mechanism that allows users to get the best of both worlds: debugging
6460information can be stripped from the binaries and stored in separate
6461files. GDB is then able to load debugging information from those files,
6462when they are available (@pxref{Separate Debug Files,,, gdb, Debugging
6463with GDB}).
8451a568 6464
cf4a9129
LC
6465The GNU distribution takes advantage of this by storing debugging
6466information in the @code{lib/debug} sub-directory of a separate package
6467output unimaginatively called @code{debug} (@pxref{Packages with
6468Multiple Outputs}). Users can choose to install the @code{debug} output
6469of a package when they need it. For instance, the following command
6470installs the debugging information for the GNU C Library and for GNU
6471Guile:
8451a568
LC
6472
6473@example
cf4a9129 6474guix package -i glibc:debug guile:debug
8451a568
LC
6475@end example
6476
cf4a9129
LC
6477GDB must then be told to look for debug files in the user's profile, by
6478setting the @code{debug-file-directory} variable (consider setting it
6479from the @file{~/.gdbinit} file, @pxref{Startup,,, gdb, Debugging with
6480GDB}):
8451a568 6481
cf4a9129
LC
6482@example
6483(gdb) set debug-file-directory ~/.guix-profile/lib/debug
6484@end example
8451a568 6485
cf4a9129
LC
6486From there on, GDB will pick up debugging information from the
6487@code{.debug} files under @file{~/.guix-profile/lib/debug}.
8451a568 6488
cf4a9129
LC
6489In addition, you will most likely want GDB to be able to show the source
6490code being debugged. To do that, you will have to unpack the source
6491code of the package of interest (obtained with @code{guix build
6492--source}, @pxref{Invoking guix build}), and to point GDB to that source
6493directory using the @code{directory} command (@pxref{Source Path,
6494@code{directory},, gdb, Debugging with GDB}).
8451a568 6495
cf4a9129
LC
6496@c XXX: keep me up-to-date
6497The @code{debug} output mechanism in Guix is implemented by the
6498@code{gnu-build-system} (@pxref{Build Systems}). Currently, it is
6499opt-in---debugging information is available only for those packages
6500whose definition explicitly declares a @code{debug} output. This may be
6501changed to opt-out in the future, if our build farm servers can handle
6502the load. To check whether a package has a @code{debug} output, use
6503@command{guix package --list-available} (@pxref{Invoking guix package}).
8451a568 6504
8451a568 6505
05962f29
LC
6506@node Security Updates
6507@section Security Updates
6508
843858b8
LC
6509@quotation Note
6510As of version @value{VERSION}, the feature described in this section is
6511experimental.
6512@end quotation
05962f29
LC
6513
6514@cindex security updates
6515Occasionally, important security vulnerabilities are discovered in core
6516software packages and must be patched. Guix follows a functional
6517package management discipline (@pxref{Introduction}), which implies
6518that, when a package is changed, @emph{every package that depends on it}
6519must be rebuilt. This can significantly slow down the deployment of
6520fixes in core packages such as libc or Bash, since basically the whole
6521distribution would need to be rebuilt. Using pre-built binaries helps
6522(@pxref{Substitutes}), but deployment may still take more time than
6523desired.
6524
6525@cindex grafts
6526To address that, Guix implements @dfn{grafts}, a mechanism that allows
6527for fast deployment of critical updates without the costs associated
6528with a whole-distribution rebuild. The idea is to rebuild only the
6529package that needs to be patched, and then to ``graft'' it onto packages
6530explicitly installed by the user and that were previously referring to
6531the original package. The cost of grafting is typically very low, and
6532order of magnitudes lower than a full rebuild of the dependency chain.
6533
6534@cindex replacements of packages, for grafts
6535For instance, suppose a security update needs to be applied to Bash.
6536Guix developers will provide a package definition for the ``fixed''
6537Bash, say @var{bash-fixed}, in the usual way (@pxref{Defining
6538Packages}). Then, the original package definition is augmented with a
6539@code{replacement} field pointing to the package containing the bug fix:
6540
6541@example
6542(define bash
6543 (package
6544 (name "bash")
6545 ;; @dots{}
6546 (replacement bash-fixed)))
6547@end example
6548
6549From there on, any package depending directly or indirectly on Bash that
6550is installed will automatically be ``rewritten'' to refer to
6551@var{bash-fixed} instead of @var{bash}. This grafting process takes
6552time proportional to the size of the package, but expect less than a
6553minute for an ``average'' package on a recent machine.
6554
6555Currently, the graft and the package it replaces (@var{bash-fixed} and
6556@var{bash} in the example above) must have the exact same @code{name}
6557and @code{version} fields. This restriction mostly comes from the fact
6558that grafting works by patching files, including binary files, directly.
6559Other restrictions may apply: for instance, when adding a graft to a
6560package providing a shared library, the original shared library and its
6561replacement must have the same @code{SONAME} and be binary-compatible.
6562
6563
cf4a9129
LC
6564@node Package Modules
6565@section Package Modules
8451a568 6566
cf4a9129
LC
6567From a programming viewpoint, the package definitions of the
6568GNU distribution are provided by Guile modules in the @code{(gnu packages
6569@dots{})} name space@footnote{Note that packages under the @code{(gnu
6570packages @dots{})} module name space are not necessarily ``GNU
6571packages''. This module naming scheme follows the usual Guile module
6572naming convention: @code{gnu} means that these modules are distributed
6573as part of the GNU system, and @code{packages} identifies modules that
6574define packages.} (@pxref{Modules, Guile modules,, guile, GNU Guile
6575Reference Manual}). For instance, the @code{(gnu packages emacs)}
6576module exports a variable named @code{emacs}, which is bound to a
6577@code{<package>} object (@pxref{Defining Packages}).
113daf62 6578
300868ba 6579The @code{(gnu packages @dots{})} module name space is
cf4a9129
LC
6580automatically scanned for packages by the command-line tools. For
6581instance, when running @code{guix package -i emacs}, all the @code{(gnu
6582packages @dots{})} modules are scanned until one that exports a package
6583object whose name is @code{emacs} is found. This package search
6584facility is implemented in the @code{(gnu packages)} module.
113daf62 6585
300868ba 6586@cindex customization, of packages
8689901f 6587@cindex package module search path
cf4a9129 6588Users can store package definitions in modules with different
60142854 6589names---e.g., @code{(my-packages emacs)}@footnote{Note that the file
c95ded7e
LC
6590name and module name must match. For instance, the @code{(my-packages
6591emacs)} module must be stored in a @file{my-packages/emacs.scm} file
6592relative to the load path specified with @option{--load-path} or
6593@code{GUIX_PACKAGE_PATH}. @xref{Modules and the File System,,,
6594guile, GNU Guile Reference Manual}, for details.}. These package definitions
300868ba
LC
6595will not be visible by default. Thus, users can invoke commands such as
6596@command{guix package} and @command{guix build} have to be used with the
c95ded7e
LC
6597@code{-e} option so that they know where to find the package. Better
6598yet, they can use the
300868ba 6599@code{-L} option of these commands to make those modules visible
8689901f
LC
6600(@pxref{Invoking guix build, @code{--load-path}}), or define the
6601@code{GUIX_PACKAGE_PATH} environment variable. This environment
6602variable makes it easy to extend or customize the distribution and is
6603honored by all the user interfaces.
6604
6605@defvr {Environment Variable} GUIX_PACKAGE_PATH
6606This is a colon-separated list of directories to search for package
6607modules. Directories listed in this variable take precedence over the
6608distribution's own modules.
6609@end defvr
ef5dd60a 6610
cf4a9129
LC
6611The distribution is fully @dfn{bootstrapped} and @dfn{self-contained}:
6612each package is built based solely on other packages in the
6613distribution. The root of this dependency graph is a small set of
6614@dfn{bootstrap binaries}, provided by the @code{(gnu packages
6615bootstrap)} module. For more information on bootstrapping,
081145cf 6616@pxref{Bootstrapping}.
ef5dd60a 6617
cf4a9129
LC
6618@node Packaging Guidelines
6619@section Packaging Guidelines
ef5dd60a 6620
cf4a9129
LC
6621The GNU distribution is nascent and may well lack some of your favorite
6622packages. This section describes how you can help make the distribution
6623grow. @xref{Contributing}, for additional information on how you can
6624help.
ef5dd60a 6625
cf4a9129
LC
6626Free software packages are usually distributed in the form of
6627@dfn{source code tarballs}---typically @file{tar.gz} files that contain
6628all the source files. Adding a package to the distribution means
6629essentially two things: adding a @dfn{recipe} that describes how to
6630build the package, including a list of other packages required to build
6631it, and adding @dfn{package meta-data} along with that recipe, such as a
6632description and licensing information.
ef5dd60a 6633
cf4a9129
LC
6634In Guix all this information is embodied in @dfn{package definitions}.
6635Package definitions provide a high-level view of the package. They are
6636written using the syntax of the Scheme programming language; in fact,
6637for each package we define a variable bound to the package definition,
6638and export that variable from a module (@pxref{Package Modules}).
6639However, in-depth Scheme knowledge is @emph{not} a prerequisite for
6640creating packages. For more information on package definitions,
081145cf 6641@pxref{Defining Packages}.
ef5dd60a 6642
cf4a9129
LC
6643Once a package definition is in place, stored in a file in the Guix
6644source tree, it can be tested using the @command{guix build} command
6645(@pxref{Invoking guix build}). For example, assuming the new package is
c71979f4
LC
6646called @code{gnew}, you may run this command from the Guix build tree
6647(@pxref{Running Guix Before It Is Installed}):
ef5dd60a
LC
6648
6649@example
cf4a9129 6650./pre-inst-env guix build gnew --keep-failed
ef5dd60a 6651@end example
ef5dd60a 6652
cf4a9129
LC
6653Using @code{--keep-failed} makes it easier to debug build failures since
6654it provides access to the failed build tree. Another useful
6655command-line option when debugging is @code{--log-file}, to access the
6656build log.
ef5dd60a 6657
cf4a9129
LC
6658If the package is unknown to the @command{guix} command, it may be that
6659the source file contains a syntax error, or lacks a @code{define-public}
6660clause to export the package variable. To figure it out, you may load
6661the module from Guile to get more information about the actual error:
ef5dd60a 6662
cf4a9129
LC
6663@example
6664./pre-inst-env guile -c '(use-modules (gnu packages gnew))'
6665@end example
ef5dd60a 6666
cf4a9129
LC
6667Once your package builds correctly, please send us a patch
6668(@pxref{Contributing}). Well, if you need help, we will be happy to
6669help you too. Once the patch is committed in the Guix repository, the
6670new package automatically gets built on the supported platforms by
2b1cee21 6671@url{http://hydra.gnu.org/jobset/gnu/master, our continuous integration
cf4a9129 6672system}.
ef5dd60a 6673
cf4a9129
LC
6674@cindex substituter
6675Users can obtain the new package definition simply by running
6676@command{guix pull} (@pxref{Invoking guix pull}). When
6677@code{hydra.gnu.org} is done building the package, installing the
6678package automatically downloads binaries from there
6679(@pxref{Substitutes}). The only place where human intervention is
6680needed is to review and apply the patch.
ef5dd60a 6681
ef5dd60a 6682
cf4a9129 6683@menu
ec0339cd
LC
6684* Software Freedom:: What may go into the distribution.
6685* Package Naming:: What's in a name?
6686* Version Numbers:: When the name is not enough.
6687* Python Modules:: Taming the snake.
6688* Perl Modules:: Little pearls.
6689* Fonts:: Fond of fonts.
cf4a9129 6690@end menu
ef5dd60a 6691
cf4a9129
LC
6692@node Software Freedom
6693@subsection Software Freedom
ef5dd60a 6694
cf4a9129 6695@c Adapted from http://www.gnu.org/philosophy/philosophy.html.
c11a6eb1 6696
cf4a9129
LC
6697The GNU operating system has been developed so that users can have
6698freedom in their computing. GNU is @dfn{free software}, meaning that
6699users have the @url{http://www.gnu.org/philosophy/free-sw.html,four
6700essential freedoms}: to run the program, to study and change the program
6701in source code form, to redistribute exact copies, and to distribute
6702modified versions. Packages found in the GNU distribution provide only
6703software that conveys these four freedoms.
c11a6eb1 6704
cf4a9129
LC
6705In addition, the GNU distribution follow the
6706@url{http://www.gnu.org/distros/free-system-distribution-guidelines.html,free
6707software distribution guidelines}. Among other things, these guidelines
6708reject non-free firmware, recommendations of non-free software, and
6709discuss ways to deal with trademarks and patents.
ef5dd60a 6710
cf4a9129
LC
6711Some packages contain a small and optional subset that violates the
6712above guidelines, for instance because this subset is itself non-free
6713code. When that happens, the offending items are removed with
6714appropriate patches or code snippets in the package definition's
6715@code{origin} form (@pxref{Defining Packages}). That way, @code{guix
6716build --source} returns the ``freed'' source rather than the unmodified
6717upstream source.
ef5dd60a 6718
ef5dd60a 6719
cf4a9129
LC
6720@node Package Naming
6721@subsection Package Naming
ef5dd60a 6722
cf4a9129
LC
6723A package has actually two names associated with it:
6724First, there is the name of the @emph{Scheme variable}, the one following
6725@code{define-public}. By this name, the package can be made known in the
6726Scheme code, for instance as input to another package. Second, there is
6727the string in the @code{name} field of a package definition. This name
6728is used by package management commands such as
6729@command{guix package} and @command{guix build}.
ef5dd60a 6730
cf4a9129
LC
6731Both are usually the same and correspond to the lowercase conversion of
6732the project name chosen upstream, with underscores replaced with
6733hyphens. For instance, GNUnet is available as @code{gnunet}, and
6734SDL_net as @code{sdl-net}.
927097ef 6735
cf4a9129 6736We do not add @code{lib} prefixes for library packages, unless these are
081145cf 6737already part of the official project name. But @pxref{Python
cf4a9129
LC
6738Modules} and @ref{Perl Modules} for special rules concerning modules for
6739the Python and Perl languages.
927097ef 6740
1b366ee4 6741Font package names are handled differently, @pxref{Fonts}.
7fec52b7 6742
ef5dd60a 6743
cf4a9129
LC
6744@node Version Numbers
6745@subsection Version Numbers
ef5dd60a 6746
cf4a9129
LC
6747We usually package only the latest version of a given free software
6748project. But sometimes, for instance for incompatible library versions,
6749two (or more) versions of the same package are needed. These require
6750different Scheme variable names. We use the name as defined
6751in @ref{Package Naming}
6752for the most recent version; previous versions use the same name, suffixed
6753by @code{-} and the smallest prefix of the version number that may
6754distinguish the two versions.
ef5dd60a 6755
cf4a9129
LC
6756The name inside the package definition is the same for all versions of a
6757package and does not contain any version number.
ef5dd60a 6758
cf4a9129 6759For instance, the versions 2.24.20 and 3.9.12 of GTK+ may be packaged as follows:
ef5dd60a 6760
cf4a9129
LC
6761@example
6762(define-public gtk+
6763 (package
6764 (name "gtk+")
6765 (version "3.9.12")
6766 ...))
6767(define-public gtk+-2
6768 (package
6769 (name "gtk+")
6770 (version "2.24.20")
6771 ...))
6772@end example
6773If we also wanted GTK+ 3.8.2, this would be packaged as
6774@example
6775(define-public gtk+-3.8
6776 (package
6777 (name "gtk+")
6778 (version "3.8.2")
6779 ...))
6780@end example
ef5dd60a 6781
ef5dd60a 6782
cf4a9129
LC
6783@node Python Modules
6784@subsection Python Modules
ef5dd60a 6785
cf4a9129
LC
6786We currently package Python 2 and Python 3, under the Scheme variable names
6787@code{python-2} and @code{python} as explained in @ref{Version Numbers}.
6788To avoid confusion and naming clashes with other programming languages, it
6789seems desirable that the name of a package for a Python module contains
6790the word @code{python}.
ef5dd60a 6791
cf4a9129
LC
6792Some modules are compatible with only one version of Python, others with both.
6793If the package Foo compiles only with Python 3, we name it
6794@code{python-foo}; if it compiles only with Python 2, we name it
6795@code{python2-foo}. If it is compatible with both versions, we create two
6796packages with the corresponding names.
ef5dd60a 6797
cf4a9129
LC
6798If a project already contains the word @code{python}, we drop this;
6799for instance, the module python-dateutil is packaged under the names
6800@code{python-dateutil} and @code{python2-dateutil}.
113daf62 6801
523e4896 6802
cf4a9129
LC
6803@node Perl Modules
6804@subsection Perl Modules
523e4896 6805
cf4a9129
LC
6806Perl programs standing for themselves are named as any other package,
6807using the lowercase upstream name.
6808For Perl packages containing a single class, we use the lowercase class name,
6809replace all occurrences of @code{::} by dashes and prepend the prefix
6810@code{perl-}.
6811So the class @code{XML::Parser} becomes @code{perl-xml-parser}.
6812Modules containing several classes keep their lowercase upstream name and
6813are also prepended by @code{perl-}. Such modules tend to have the word
6814@code{perl} somewhere in their name, which gets dropped in favor of the
6815prefix. For instance, @code{libwww-perl} becomes @code{perl-libwww}.
523e4896 6816
523e4896 6817
7fec52b7
AE
6818@node Fonts
6819@subsection Fonts
6820
6821For fonts that are in general not installed by a user for typesetting
6822purposes, or that are distributed as part of a larger software package,
6823we rely on the general packaging rules for software; for instance, this
6824applies to the fonts delivered as part of the X.Org system or fonts that
6825are part of TeX Live.
6826
6827To make it easier for a user to search for fonts, names for other packages
6828containing only fonts are constructed as follows, independently of the
6829upstream package name.
6830
6831The name of a package containing only one font family starts with
6832@code{font-}; it is followed by the foundry name and a dash @code{-}
6833if the foundry is known, and the font family name, in which spaces are
6834replaced by dashes (and as usual, all upper case letters are transformed
6835to lower case).
6836For example, the Gentium font family by SIL is packaged under the name
6837@code{font-sil-gentium}.
6838
6839For a package containing several font families, the name of the collection
6840is used in the place of the font family name.
6841For instance, the Liberation fonts consist of three families,
6842Liberation Sans, Liberation Serif and Liberation Mono.
6843These could be packaged separately under the names
6844@code{font-liberation-sans} and so on; but as they are distributed together
6845under a common name, we prefer to package them together as
6846@code{font-liberation}.
6847
6848In the case where several formats of the same font family or font collection
6849are packaged separately, a short form of the format, prepended by a dash,
6850is added to the package name. We use @code{-ttf} for TrueType fonts,
1b366ee4 6851@code{-otf} for OpenType fonts and @code{-type1} for PostScript Type 1
7fec52b7
AE
6852fonts.
6853
6854
b25937e3 6855
cf4a9129
LC
6856@node Bootstrapping
6857@section Bootstrapping
b25937e3 6858
cf4a9129 6859@c Adapted from the ELS 2013 paper.
b25937e3 6860
cf4a9129 6861@cindex bootstrapping
7889394e 6862
cf4a9129
LC
6863Bootstrapping in our context refers to how the distribution gets built
6864``from nothing''. Remember that the build environment of a derivation
6865contains nothing but its declared inputs (@pxref{Introduction}). So
6866there's an obvious chicken-and-egg problem: how does the first package
6867get built? How does the first compiler get compiled? Note that this is
6868a question of interest only to the curious hacker, not to the regular
6869user, so you can shamelessly skip this section if you consider yourself
6870a ``regular user''.
72b9d60d 6871
cf4a9129
LC
6872@cindex bootstrap binaries
6873The GNU system is primarily made of C code, with libc at its core. The
6874GNU build system itself assumes the availability of a Bourne shell and
6875command-line tools provided by GNU Coreutils, Awk, Findutils, `sed', and
6876`grep'. Furthermore, build programs---programs that run
6877@code{./configure}, @code{make}, etc.---are written in Guile Scheme
6878(@pxref{Derivations}). Consequently, to be able to build anything at
6879all, from scratch, Guix relies on pre-built binaries of Guile, GCC,
6880Binutils, libc, and the other packages mentioned above---the
6881@dfn{bootstrap binaries}.
72b9d60d 6882
cf4a9129
LC
6883These bootstrap binaries are ``taken for granted'', though we can also
6884re-create them if needed (more on that later).
72b9d60d 6885
cf4a9129 6886@unnumberedsubsec Preparing to Use the Bootstrap Binaries
c79d54fe 6887
cf4a9129
LC
6888@c As of Emacs 24.3, Info-mode displays the image, but since it's a
6889@c large image, it's hard to scroll. Oh well.
6890@image{images/bootstrap-graph,6in,,Dependency graph of the early bootstrap derivations}
523e4896 6891
cf4a9129
LC
6892The figure above shows the very beginning of the dependency graph of the
6893distribution, corresponding to the package definitions of the @code{(gnu
6894packages bootstrap)} module. At this level of detail, things are
6895slightly complex. First, Guile itself consists of an ELF executable,
6896along with many source and compiled Scheme files that are dynamically
6897loaded when it runs. This gets stored in the @file{guile-2.0.7.tar.xz}
6898tarball shown in this graph. This tarball is part of Guix's ``source''
6899distribution, and gets inserted into the store with @code{add-to-store}
6900(@pxref{The Store}).
2e7b5cea 6901
cf4a9129
LC
6902But how do we write a derivation that unpacks this tarball and adds it
6903to the store? To solve this problem, the @code{guile-bootstrap-2.0.drv}
6904derivation---the first one that gets built---uses @code{bash} as its
6905builder, which runs @code{build-bootstrap-guile.sh}, which in turn calls
6906@code{tar} to unpack the tarball. Thus, @file{bash}, @file{tar},
6907@file{xz}, and @file{mkdir} are statically-linked binaries, also part of
6908the Guix source distribution, whose sole purpose is to allow the Guile
6909tarball to be unpacked.
fb729425 6910
cf4a9129
LC
6911Once @code{guile-bootstrap-2.0.drv} is built, we have a functioning
6912Guile that can be used to run subsequent build programs. Its first task
6913is to download tarballs containing the other pre-built binaries---this
6914is what the @code{.tar.xz.drv} derivations do. Guix modules such as
6915@code{ftp-client.scm} are used for this purpose. The
6916@code{module-import.drv} derivations import those modules in a directory
6917in the store, using the original layout. The
6918@code{module-import-compiled.drv} derivations compile those modules, and
6919write them in an output directory with the right layout. This
6920corresponds to the @code{#:modules} argument of
6921@code{build-expression->derivation} (@pxref{Derivations}).
fb729425 6922
cf4a9129
LC
6923Finally, the various tarballs are unpacked by the
6924derivations @code{gcc-bootstrap-0.drv}, @code{glibc-bootstrap-0.drv},
6925etc., at which point we have a working C tool chain.
fb729425 6926
fb729425 6927
cf4a9129 6928@unnumberedsubsec Building the Build Tools
523e4896 6929
cf4a9129
LC
6930@c TODO: Add a package-level dependency graph generated from (gnu
6931@c packages base).
df2ce343 6932
cf4a9129
LC
6933Bootstrapping is complete when we have a full tool chain that does not
6934depend on the pre-built bootstrap tools discussed above. This
6935no-dependency requirement is verified by checking whether the files of
6936the final tool chain contain references to the @file{/gnu/store}
6937directories of the bootstrap inputs. The process that leads to this
6938``final'' tool chain is described by the package definitions found in
1f6f57df 6939the @code{(gnu packages commencement)} module.
df2ce343 6940
cf4a9129
LC
6941@c See <http://lists.gnu.org/archive/html/gnu-system-discuss/2012-10/msg00000.html>.
6942The first tool that gets built with the bootstrap binaries is
6943GNU Make, which is a prerequisite for all the following packages.
6944From there Findutils and Diffutils get built.
523e4896 6945
cf4a9129
LC
6946Then come the first-stage Binutils and GCC, built as pseudo cross
6947tools---i.e., with @code{--target} equal to @code{--host}. They are
6948used to build libc. Thanks to this cross-build trick, this libc is
6949guaranteed not to hold any reference to the initial tool chain.
4af2447e 6950
cf4a9129
LC
6951From there the final Binutils and GCC are built. GCC uses @code{ld}
6952from the final Binutils, and links programs against the just-built libc.
6953This tool chain is used to build the other packages used by Guix and by
6954the GNU Build System: Guile, Bash, Coreutils, etc.
4af2447e 6955
cf4a9129
LC
6956And voilà! At this point we have the complete set of build tools that
6957the GNU Build System expects. These are in the @code{%final-inputs}
dd164244
MW
6958variable of the @code{(gnu packages commencement)} module, and are
6959implicitly used by any package that uses @code{gnu-build-system}
1f6f57df 6960(@pxref{Build Systems, @code{gnu-build-system}}).
4af2447e 6961
4af2447e 6962
cf4a9129 6963@unnumberedsubsec Building the Bootstrap Binaries
4af2447e 6964
cf4a9129
LC
6965Because the final tool chain does not depend on the bootstrap binaries,
6966those rarely need to be updated. Nevertheless, it is useful to have an
6967automated way to produce them, should an update occur, and this is what
6968the @code{(gnu packages make-bootstrap)} module provides.
4af2447e 6969
cf4a9129
LC
6970The following command builds the tarballs containing the bootstrap
6971binaries (Guile, Binutils, GCC, libc, and a tarball containing a mixture
6972of Coreutils and other basic command-line tools):
4b2615e1 6973
cf4a9129
LC
6974@example
6975guix build bootstrap-tarballs
6976@end example
6977
6978The generated tarballs are those that should be referred to in the
6979@code{(gnu packages bootstrap)} module mentioned at the beginning of
6980this section.
6981
6982Still here? Then perhaps by now you've started to wonder: when do we
6983reach a fixed point? That is an interesting question! The answer is
6984unknown, but if you would like to investigate further (and have
6985significant computational and storage resources to do so), then let us
6986know.
6987
6988@node Porting
6989@section Porting to a New Platform
6990
6991As discussed above, the GNU distribution is self-contained, and
6992self-containment is achieved by relying on pre-built ``bootstrap
6993binaries'' (@pxref{Bootstrapping}). These binaries are specific to an
6994operating system kernel, CPU architecture, and application binary
6995interface (ABI). Thus, to port the distribution to a platform that is
6996not yet supported, one must build those bootstrap binaries, and update
6997the @code{(gnu packages bootstrap)} module to use them on that platform.
6998
6999Fortunately, Guix can @emph{cross compile} those bootstrap binaries.
7000When everything goes well, and assuming the GNU tool chain supports the
7001target platform, this can be as simple as running a command like this
7002one:
7003
7004@example
7005guix build --target=armv5tel-linux-gnueabi bootstrap-tarballs
7006@end example
7007
1c0c417d
LC
7008For this to work, the @code{glibc-dynamic-linker} procedure in
7009@code{(gnu packages bootstrap)} must be augmented to return the right
7010file name for libc's dynamic linker on that platform; likewise,
7011@code{system->linux-architecture} in @code{(gnu packages linux)} must be
7012taught about the new platform.
7013
cf4a9129 7014Once these are built, the @code{(gnu packages bootstrap)} module needs
1c0c417d
LC
7015to be updated to refer to these binaries on the target platform. That
7016is, the hashes and URLs of the bootstrap tarballs for the new platform
7017must be added alongside those of the currently supported platforms. The
7018bootstrap Guile tarball is treated specially: it is expected to be
7019available locally, and @file{gnu-system.am} has rules do download it for
7020the supported architectures; a rule for the new platform must be added
7021as well.
cf4a9129
LC
7022
7023In practice, there may be some complications. First, it may be that the
7024extended GNU triplet that specifies an ABI (like the @code{eabi} suffix
7025above) is not recognized by all the GNU tools. Typically, glibc
7026recognizes some of these, whereas GCC uses an extra @code{--with-abi}
7027configure flag (see @code{gcc.scm} for examples of how to handle this).
7028Second, some of the required packages could fail to build for that
7029platform. Lastly, the generated binaries could be broken for some
7030reason.
4af2447e 7031
9bf3c1a7 7032@c *********************************************************************
8c01b9d0 7033@include contributing.texi
c78bd12b 7034
568717fd
LC
7035@c *********************************************************************
7036@node Acknowledgments
7037@chapter Acknowledgments
7038
7039Guix is based on the Nix package manager, which was designed and
4c7ac9aa
LC
7040implemented by Eelco Dolstra, with contributions from other people (see
7041the @file{nix/AUTHORS} file in Guix.) Nix pioneered functional package
568717fd
LC
7042management, and promoted unprecedented features, such as transactional
7043package upgrades and rollbacks, per-user profiles, and referentially
7044transparent build processes. Without this work, Guix would not exist.
7045
7046The Nix-based software distributions, Nixpkgs and NixOS, have also been
7047an inspiration for Guix.
7048
4c7ac9aa
LC
7049GNU@tie{}Guix itself is a collective work with contributions from a
7050number of people. See the @file{AUTHORS} file in Guix for more
7051information on these fine people. The @file{THANKS} file lists people
7052who have helped by reporting bugs, taking care of the infrastructure,
7053providing artwork and themes, making suggestions, and more---thank you!
7054
7055
568717fd
LC
7056@c *********************************************************************
7057@node GNU Free Documentation License
7058@appendix GNU Free Documentation License
7059
7060@include fdl-1.3.texi
7061
7062@c *********************************************************************
7063@node Concept Index
7064@unnumbered Concept Index
7065@printindex cp
7066
a85b83d2
LC
7067@node Programming Index
7068@unnumbered Programming Index
7069@syncodeindex tp fn
7070@syncodeindex vr fn
568717fd
LC
7071@printindex fn
7072
7073@bye
7074
7075@c Local Variables:
7076@c ispell-local-dictionary: "american";
7077@c End: