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