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