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