services: mingetty: Export configuration accessors.
[jackhill/guix/guix.git] / gnu / packages / package-management.scm
CommitLineData
bbe8d8f0 1;;; GNU Guix --- Functional package management for GNU
9961cde3 2;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019, 2020 Ludovic Courtès <ludo@gnu.org>
598ea80f 3;;; Copyright © 2015, 2017, 2020 Ricardo Wurmus <rekado@elephly.net>
513d35f1 4;;; Copyright © 2017 Muriithi Frederick Muriuki <fredmanglis@gmail.com>
49d9fce8 5;;; Copyright © 2017, 2018 Oleg Pykhalov <go.wigust@gmail.com>
58a308e0 6;;; Copyright © 2017 Roel Janssen <roel@gnu.org>
fd885160 7;;; Copyright © 2017, 2018, 2019, 2020 Tobias Geerinckx-Rice <me@tobias.gr>
76fa5e04 8;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
89ea6252 9;;; Copyright © 2018, 2019 Rutger Helling <rhelling@mykolab.com>
3d391309 10;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
30833b13 11;;; Copyright © 2018, 2019 Eric Bavier <bavier@member.fsf.org>
6def31e8 12;;; Copyright © 2019, 2020 Efraim Flashner <efraim@flashner.co.il>
c0023514 13;;; Copyright © 2019 Jonathan Brielmaier <jonathan.brielmaier@web.de>
b4335cfb 14;;; Copyright © 2020 Mathieu Othacehe <m.othacehe@gmail.com>
b778989e 15;;; Copyright © 2020 Jan (janneke) Nieuwenhuizen <janneke@gnu.org>
13c18af1 16;;; Copyright © 2020 Giacomo Leidi <goodoldpaul@autistici.org>
3a27a3dc 17;;; Copyright © 2020 Jesse Gibbons <jgibbons2357+guix@gmail.com>
e343816d 18;;; Copyright © 2020 Martin Becze <mjbecze@riseup.net>
bbe8d8f0
LC
19;;;
20;;; This file is part of GNU Guix.
21;;;
22;;; GNU Guix is free software; you can redistribute it and/or modify it
23;;; under the terms of the GNU General Public License as published by
24;;; the Free Software Foundation; either version 3 of the License, or (at
25;;; your option) any later version.
26;;;
27;;; GNU Guix is distributed in the hope that it will be useful, but
28;;; WITHOUT ANY WARRANTY; without even the implied warranty of
29;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
30;;; GNU General Public License for more details.
31;;;
32;;; You should have received a copy of the GNU General Public License
33;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
34
35(define-module (gnu packages package-management)
8a43ff10 36 #:use-module (gnu packages)
37756a13 37 #:use-module (gnu packages acl)
3d391309
SB
38 #:use-module (gnu packages attr)
39 #:use-module (gnu packages avahi)
37756a13 40 #:use-module (gnu packages autotools)
e3e1ecf6 41 #:use-module (gnu packages backup)
8a973abc 42 #:use-module (gnu packages base)
38b9af7c 43 #:use-module (gnu packages bash)
37756a13 44 #:use-module (gnu packages bdw-gc)
3d391309 45 #:use-module (gnu packages bison)
13c18af1 46 #:use-module (gnu packages boost)
3e5750af 47 #:use-module (gnu packages bootstrap) ;for 'bootstrap-guile-origin'
ac257f12 48 #:use-module (gnu packages check)
38cf2ba0 49 #:use-module (gnu packages compression)
37756a13 50 #:use-module (gnu packages cpio)
e6c8199b 51 #:use-module (gnu packages crypto)
37756a13 52 #:use-module (gnu packages curl)
c2cb0e46 53 #:use-module (gnu packages databases)
255d1bbe 54 #:use-module (gnu packages dbm)
3d391309 55 #:use-module (gnu packages docbook)
37756a13 56 #:use-module (gnu packages file)
480af4d6 57 #:use-module (gnu packages gettext)
98a11b7f 58 #:use-module (gnu packages glib)
cb390925 59 #:use-module (gnu packages gnome)
37756a13 60 #:use-module (gnu packages gnupg)
37756a13 61 #:use-module (gnu packages graphviz)
36e1ab84 62 #:use-module (gnu packages gtk)
37756a13 63 #:use-module (gnu packages guile)
0791437f 64 #:use-module (gnu packages guile-xyz)
52b01cb7 65 #:use-module (gnu packages hurd)
13c18af1 66 #:use-module (gnu packages libedit)
cb390925 67 #:use-module (gnu packages linux)
58a308e0 68 #:use-module (gnu packages lisp)
37756a13 69 #:use-module (gnu packages man)
e3e1ecf6 70 #:use-module (gnu packages nettle)
ac68fb3b 71 #:use-module (gnu packages networking)
aff0cce9 72 #:use-module (gnu packages nss)
37756a13 73 #:use-module (gnu packages patchutils)
fcb0109d 74 #:use-module (gnu packages perl)
5ccde207 75 #:use-module (gnu packages perl-check)
37756a13
TGR
76 #:use-module (gnu packages pkg-config)
77 #:use-module (gnu packages popt)
e3e1ecf6 78 #:use-module (gnu packages python)
1b2f753d 79 #:use-module (gnu packages python-web)
44d10b1f 80 #:use-module (gnu packages python-xyz)
37756a13 81 #:use-module (gnu packages serialization)
cd0322a3 82 #:use-module (gnu packages sqlite)
37756a13
TGR
83 #:use-module (gnu packages ssh)
84 #:use-module (gnu packages texinfo)
33dc54b0 85 #:use-module (gnu packages time)
04eb0fab 86 #:use-module (gnu packages tls)
5dbeccf5 87 #:use-module (gnu packages vim)
36e1ab84 88 #:use-module (gnu packages virtualization)
37756a13 89 #:use-module (gnu packages web)
cb390925 90 #:use-module (gnu packages xml)
36e1ab84 91 #:use-module (gnu packages xorg)
16360cc8 92 #:use-module (guix build-system glib-or-gtk)
37756a13 93 #:use-module (guix build-system gnu)
44118720 94 #:use-module (guix build-system meson)
37756a13
TGR
95 #:use-module (guix build-system python)
96 #:use-module (guix download)
97 #:use-module (guix gexp)
98 #:use-module (guix git-download)
7ed6343f 99 #:use-module ((guix licenses) #:prefix license:)
37756a13
TGR
100 #:use-module (guix packages)
101 #:use-module (guix utils)
102 #:use-module (ice-9 match)
103 #:use-module (srfi srfi-1))
bbe8d8f0 104
39de700c
LC
105(define (boot-guile-uri arch)
106 "Return the URI for the bootstrap Guile tarball for ARCH."
aef81a81
LC
107 (cond ((string=? "armhf" arch)
108 (string-append "http://alpha.gnu.org/gnu/guix/bootstrap/"
109 arch "-linux"
110 "/20150101/guile-2.0.11.tar.xz"))
111 ((string=? "aarch64" arch)
b31b0155
LC
112 (string-append "http://alpha.gnu.org/gnu/guix/bootstrap/"
113 arch "-linux/20170217/guile-2.0.14.tar.xz"))
aef81a81
LC
114 (else
115 (string-append "http://alpha.gnu.org/gnu/guix/bootstrap/"
116 arch "-linux"
117 "/20131110/guile-2.0.9.tar.xz"))))
39de700c 118
2f458ad7
JK
119;; NOTE: The commit IDs used here form a linked list threaded through the git
120;; history. In a phenomenon known as boot-stripping, not only the head of this
121;; list is used, but also a few older versions, when a guix from this package is
122;; used to build something also depending on guix.
123;;
124;; Therefore, if, by accident, you set this package to a non-existent commit ID,
125;; it is insufficient to simply correct it with the latest commit.
126;; Instead, please push one commit that rolls back Guix to before the mistake,
127;; and then another that points to the first one. That way, the faulty commit
128;; won't appear on the linked list.
994a1494
LC
129(define-public guix
130 ;; Latest version of Guix, which may or may not correspond to a release.
94fa8d76
LC
131 ;; Note: the 'update-guix-package.scm' script expects this definition to
132 ;; start precisely like this.
3ba6ffd0 133 (let ((version "1.2.0rc1")
4b2ce77c
LC
134 (commit "3ba6ffd0dd092ae879d014e4971989f231eaa56d")
135 (revision 1))
994a1494
LC
136 (package
137 (name "guix")
ab2419e5 138
994a1494
LC
139 (version (if (zero? revision)
140 version
141 (string-append version "-"
142 (number->string revision)
4b7917f2 143 "." (string-take commit 7))))
994a1494
LC
144 (source (origin
145 (method git-fetch)
146 (uri (git-reference
f73f3d01 147 (url "https://git.savannah.gnu.org/git/guix.git")
994a1494
LC
148 (commit commit)))
149 (sha256
150 (base32
4b2ce77c 151 "1wa67gdipmzqr400hp0cw5ih0rlfvj345h65rqbk9s4g3bkg38hm"))
994a1494
LC
152 (file-name (string-append "guix-" version "-checkout"))))
153 (build-system gnu-build-system)
154 (arguments
155 `(#:configure-flags (list
156 "--localstatedir=/var"
157 "--sysconfdir=/etc"
158 (string-append "--with-bash-completion-dir="
159 (assoc-ref %outputs "out")
160 "/etc/bash_completion.d")
994a1494
LC
161
162 ;; Set 'DOT_USER_PROGRAM' to the empty string so
163 ;; we don't keep a reference to Graphviz, whose
59e80445
LC
164 ;; closure is pretty big (too big for the Guix
165 ;; system installation image.)
4b7917f2
LC
166 "ac_cv_path_DOT_USER_PROGRAM=dot"
167
168 ;; To avoid problems with the length of shebangs,
169 ;; choose a fixed-width and short directory name
170 ;; for tests.
52b01cb7
JN
171 "ac_cv_guix_test_root=/tmp/guix-tests"
172 ,@(if (hurd-target?) '("--with-courage") '()))
994a1494
LC
173 #:parallel-tests? #f ;work around <http://bugs.gnu.org/21097>
174
175 #:modules ((guix build gnu-build-system)
176 (guix build utils)
c9117162 177 (srfi srfi-26)
994a1494
LC
178 (ice-9 popen)
179 (ice-9 rdelim))
180
181 #:phases (modify-phases %standard-phases
189be331 182 (replace 'bootstrap
994a1494
LC
183 (lambda _
184 ;; Make sure 'msgmerge' can modify the PO files.
185 (for-each (lambda (po)
186 (chmod po #o666))
187 (find-files "." "\\.po$"))
ab2419e5 188
8833a647
LC
189 (patch-shebang "build-aux/git-version-gen")
190
91c619eb
LC
191 (call-with-output-file ".tarball-version"
192 (lambda (port)
193 (display ,version port)))
194
fe4a3727
LC
195 ;; Install SysV init files to $(prefix)/etc rather
196 ;; than to /etc.
197 (substitute* "nix/local.mk"
198 (("^sysvinitservicedir = .*$")
199 (string-append "sysvinitservicedir = \
200$(prefix)/etc/init.d\n")))
201
d27dbeb9
MO
202 ;; Install OpenRC init files to $(prefix)/etc rather
203 ;; than to /etc.
204 (substitute* "nix/local.mk"
205 (("^openrcservicedir = .*$")
206 (string-append "openrcservicedir = \
207$(prefix)/etc/init.d\n")))
208
92fcb831 209 (invoke "sh" "bootstrap")))
569c55be
JN
210 (add-before 'build 'use-host-compressors
211 (lambda* (#:key inputs target #:allow-other-keys)
212 (when target
213 ;; Use host compressors.
214 (let ((bzip2 (assoc-ref inputs "bzip2"))
215 (gzip (assoc-ref inputs "gzip"))
216 (xz (assoc-ref inputs "xz")))
217 (substitute* "guix/config.scm"
218 (("\"[^\"]*/bin/bzip2")
219 (string-append "\"" bzip2 "/bin/bzip2"))
220 (("\"[^\"]*/bin/gzip") gzip
221 (string-append "\"" gzip "/bin/gzip"))
222 (("\"[^\"]*/bin//xz")
223 (string-append "\"" xz "/bin/xz")))))
224 #t))
59127916 225 (add-before 'check 'copy-bootstrap-guile
d653e184 226 (lambda* (#:key system target inputs #:allow-other-keys)
569c55be
JN
227 ;; Copy the bootstrap guile tarball in the store
228 ;; used by the test suite.
229 (define (intern file recursive?)
230 ;; Note: don't use 'guix download' here because we
231 ;; need to set the 'recursive?' argument.
232 (define base
233 (strip-store-file-name file))
d653e184 234
569c55be
JN
235 (define code
236 `(begin
237 (use-modules (guix))
238 (with-store store
239 (let* ((item (add-to-store store ,base
240 ,recursive?
241 "sha256" ,file))
242 (root (string-append "/tmp/gc-root-"
243 (basename item))))
244 ;; Register a root so that the GC tests
245 ;; don't delete those.
246 (symlink item root)
247 (add-indirect-root store root)))))
d653e184 248
569c55be
JN
249 (invoke "./test-env" "guile" "-c"
250 (object->string code)))
d653e184 251
569c55be
JN
252 (unless target
253 (intern (assoc-ref inputs "boot-guile") #f)
d653e184 254
569c55be
JN
255 ;; On x86_64 some tests need the i686 Guile.
256 ,@(if (and (not (%current-target-system))
257 (string=? (%current-system)
258 "x86_64-linux"))
259 '((intern (assoc-ref inputs "boot-guile/i686") #f))
260 '())
d653e184 261
569c55be
JN
262 ;; Copy the bootstrap executables.
263 (for-each (lambda (input)
264 (intern (assoc-ref inputs input) #t))
265 '("bootstrap/bash" "bootstrap/mkdir"
266 "bootstrap/tar" "bootstrap/xz")))
994a1494 267 #t))
40e89f5b 268 (add-after 'unpack 'disable-failing-tests
994a1494
LC
269 ;; XXX FIXME: These tests fail within the build container.
270 (lambda _
271 (substitute* "tests/syscalls.scm"
272 (("^\\(test-(assert|equal) \"(clone|setns|pivot-root)\"" all)
273 (string-append "(test-skip 1)\n" all)))
274 (substitute* "tests/containers.scm"
275 (("^\\(test-(assert|equal)" all)
276 (string-append "(test-skip 1)\n" all)))
277 (when (file-exists? "tests/guix-environment-container.sh")
278 (substitute* "tests/guix-environment-container.sh"
279 (("guix environment --version")
280 "exit 77\n")))
281 #t))
282 (add-before 'check 'set-SHELL
283 (lambda _
284 ;; 'guix environment' tests rely on 'SHELL' having a
285 ;; correct value, so set it.
286 (setenv "SHELL" (which "sh"))
287 #t))
288 (add-after 'install 'wrap-program
38b9af7c
JN
289 (lambda* (#:key inputs native-inputs outputs target
290 #:allow-other-keys)
dd1640ee
LC
291 ;; Make sure the 'guix' command finds GnuTLS,
292 ;; Guile-JSON, and Guile-Git automatically.
994a1494 293 (let* ((out (assoc-ref outputs "out"))
56389433
JN
294 (guile ,@(if (%current-target-system)
295 '((assoc-ref native-inputs "guile"))
296 '((assoc-ref inputs "guile"))))
ca719424 297 (gcrypt (assoc-ref inputs "guile-gcrypt"))
994a1494 298 (json (assoc-ref inputs "guile-json"))
c5a2e1ff 299 (sqlite (assoc-ref inputs "guile-sqlite3"))
4c0c65ac
MO
300 (zlib (assoc-ref inputs "guile-zlib"))
301 (lzlib (assoc-ref inputs "guile-lzlib"))
9ca8aa38 302 (git (assoc-ref inputs "guile-git"))
dd1640ee
LC
303 (bs (assoc-ref inputs
304 "guile-bytestructures"))
994a1494
LC
305 (ssh (assoc-ref inputs "guile-ssh"))
306 (gnutls (assoc-ref inputs "gnutls"))
8a973abc 307 (locales (assoc-ref inputs "glibc-utf8-locales"))
ca719424 308 (deps (list gcrypt json sqlite gnutls
4c0c65ac 309 git bs ssh zlib lzlib))
994a1494
LC
310 (effective
311 (read-line
312 (open-pipe* OPEN_READ
313 (string-append guile "/bin/guile")
314 "-c" "(display (effective-version))")))
c9117162
LC
315 (path (string-join
316 (map (cut string-append <>
317 "/share/guile/site/"
318 effective)
6f1ce09d 319 (delete #f deps))
c9117162
LC
320 ":"))
321 (gopath (string-join
322 (map (cut string-append <>
323 "/lib/guile/" effective
324 "/site-ccache")
6f1ce09d 325 (delete #f deps))
8a973abc
LC
326 ":"))
327 (locpath (string-append locales "/lib/locale")))
61cdad35 328
994a1494
LC
329 (wrap-program (string-append out "/bin/guix")
330 `("GUILE_LOAD_PATH" ":" prefix (,path))
8a973abc
LC
331 `("GUILE_LOAD_COMPILED_PATH" ":" prefix (,gopath))
332 `("GUIX_LOCPATH" ":" suffix (,locpath)))
61cdad35 333
38b9af7c
JN
334 (when target
335 ;; XXX Touching wrap-program rebuilds world
336 (let ((bash (assoc-ref inputs "bash")))
337 (substitute* (string-append out "/bin/guix")
338 (("^#!.*/bash") (string-append "#! " bash "/bin/bash")))))
994a1494
LC
339 #t))))))
340 (native-inputs `(("pkg-config" ,pkg-config)
a7db8540 341
b4335cfb
MO
342 ;; Guile libraries are needed here for
343 ;; cross-compilation.
a2991de0 344 ("guile" ,guile-3.0-latest) ;for faster builds
b4335cfb
MO
345 ("gnutls" ,gnutls)
346 ("guile-gcrypt" ,guile-gcrypt)
8f7cf3b5 347 ("guile-json" ,guile-json-4)
b4335cfb 348 ("guile-sqlite3" ,guile-sqlite3)
4c0c65ac
MO
349 ("guile-zlib" ,guile-zlib)
350 ("guile-lzlib" ,guile-lzlib)
b4335cfb
MO
351 ("guile-ssh" ,guile-ssh)
352 ("guile-git" ,guile-git)
353
994a1494
LC
354 ;; XXX: Keep the development inputs here even though
355 ;; they're unnecessary, just so that 'guix environment
356 ;; guix' always contains them.
464f5447 357 ("autoconf" ,autoconf-wrapper)
994a1494
LC
358 ("automake" ,automake)
359 ("gettext" ,gettext-minimal)
360 ("texinfo" ,texinfo)
361 ("graphviz" ,graphviz)
76fa5e04
JL
362 ("help2man" ,help2man)
363 ("po4a" ,po4a)))
994a1494 364 (inputs
3e5750af
LC
365 `(("bzip2" ,bzip2)
366 ("gzip" ,gzip)
3e5750af
LC
367 ("sqlite" ,sqlite)
368 ("libgcrypt" ,libgcrypt)
4e80516c 369
a2991de0 370 ("guile" ,guile-3.0-latest)
bbe8d8f0 371
94d2ff6d
LC
372 ;; Some of the tests use "unshare" when it is available.
373 ("util-linux" ,util-linux)
374
59127916
LC
375 ;; Many tests rely on the 'guile-bootstrap' package, which is why we
376 ;; have it here.
377 ("boot-guile" ,(bootstrap-guile-origin (%current-system)))
378 ,@(if (and (not (%current-target-system))
379 (string=? (%current-system) "x86_64-linux"))
380 `(("boot-guile/i686" ,(bootstrap-guile-origin "i686-linux")))
8a973abc 381 '())
569c55be 382 ,@(if (%current-target-system)
38b9af7c
JN
383 `(("bash" ,bash-minimal)
384 ("xz" ,xz))
569c55be 385 '())
8a973abc 386
94d2ff6d
LC
387 ;; Tests also rely on these bootstrap executables.
388 ("bootstrap/bash" ,(bootstrap-executable "bash" (%current-system)))
389 ("bootstrap/mkdir" ,(bootstrap-executable "mkdir" (%current-system)))
390 ("bootstrap/tar" ,(bootstrap-executable "tar" (%current-system)))
391 ("bootstrap/xz" ,(bootstrap-executable "xz" (%current-system)))
392
8a973abc 393 ("glibc-utf8-locales" ,glibc-utf8-locales)))
994a1494 394 (propagated-inputs
79506553 395 `(("gnutls" ,(if (%current-target-system) gnutls-3.6.14 gnutls))
ca719424 396 ("guile-gcrypt" ,guile-gcrypt)
8f7cf3b5 397 ("guile-json" ,guile-json-4)
c5a2e1ff 398 ("guile-sqlite3" ,guile-sqlite3)
9ca8aa38 399 ("guile-ssh" ,guile-ssh)
4c0c65ac
MO
400 ("guile-git" ,guile-git)
401 ("guile-zlib" ,guile-zlib)
402 ("guile-lzlib" ,guile-lzlib)))
f1082ec1 403
994a1494
LC
404 (home-page "https://www.gnu.org/software/guix/")
405 (synopsis "Functional package manager for installed software packages and versions")
406 (description
407 "GNU Guix is a functional package manager for the GNU system, and is
c5779c93 408also a distribution thereof. It includes a virtual machine image. Besides
79c311b8 409the usual package management features, it also supports transactional
c5779c93
LC
410upgrades and roll-backs, per-user profiles, and much more. It is based on
411the Nix package manager.")
7ed6343f 412 (license license:gpl3+)
994a1494 413 (properties '((ftp-server . "alpha.gnu.org"))))))
3ad9a0b1 414
baed9236
LC
415(define-public guix-daemon
416 ;; This package is for internal consumption: it allows us to quickly build
417 ;; the 'guix-daemon' program and use that in (guix self), used by 'guix
418 ;; pull'.
419 (package
420 (inherit guix)
421 (properties `((hidden? . #t)))
422 (name "guix-daemon")
423
424 ;; Use a minimum set of dependencies.
425 (native-inputs
426 (fold alist-delete (package-native-inputs guix)
427 '("po4a" "graphviz" "help2man")))
428 (inputs
79506553 429 `(("gnutls" ,gnutls)
baed9236 430 ("guile-git" ,guile-git)
2eb0628a 431 ("guile-json" ,guile-json-3)
3b0153bd 432 ("guile-gcrypt" ,guile-gcrypt)
1fb947f6
LC
433 ,@(fold alist-delete (package-inputs guix)
434 '("boot-guile" "boot-guile/i686" "util-linux"))))
435
baed9236
LC
436 (propagated-inputs '())
437
438 (arguments
439 (substitute-keyword-arguments (package-arguments guix)
1fb947f6
LC
440 ((#:configure-flags flags '())
441 ;; Pretend we have those libraries; we don't actually need them.
442 `(append ,flags
443 '("guix_cv_have_recent_guile_sqlite3=yes"
444 "guix_cv_have_recent_guile_ssh=yes")))
baed9236
LC
445 ((#:tests? #f #f)
446 #f)
447 ((#:phases phases '%standard-phases)
448 `(modify-phases ,phases
74781c65
LC
449 (add-after 'unpack 'change-default-guix
450 (lambda _
451 ;; We need to tell 'guix-daemon' which 'guix' command to use.
452 ;; Here we use a questionable hack where we hard-code root's
453 ;; current guix, which could be wrong (XXX). Note that scripts
454 ;; like 'guix perform-download' do not run as root so we assume
455 ;; that they have access to /var/guix/profiles/per-user/root.
456 (substitute* "nix/libstore/globals.cc"
457 (("guixProgram = (.*)nixBinDir + \"/guix\"" _ before)
458 (string-append "guixProgram = " before
459 "/var/guix/profiles/per-user/root\
460/current-guix/bin/guix")))
461 #t))
baed9236
LC
462 (replace 'build
463 (lambda _
464 (invoke "make" "nix/libstore/schema.sql.hh")
465 (invoke "make" "-j" (number->string
466 (parallel-job-count))
467 "guix-daemon")))
468 (delete 'copy-bootstrap-guile)
469 (replace 'install
470 (lambda* (#:key outputs #:allow-other-keys)
74781c65 471 (invoke "make" "install-binPROGRAMS")))
baed9236
LC
472 (delete 'wrap-program)))))))
473
82ce81ba 474
b6bee63b 475(define-public guile2.2-guix
da765180
LC
476 (package
477 (inherit guix)
b6bee63b 478 (name "guile2.2-guix")
1926db54 479 (native-inputs
b6bee63b
LC
480 `(("guile" ,guile-2.2)
481 ("gnutls" ,guile2.2-gnutls)
482 ("guile-gcrypt" ,guile2.2-gcrypt)
483 ("guile-json" ,guile2.2-json)
484 ("guile-sqlite3" ,guile2.2-sqlite3)
485 ("guile-ssh" ,guile2.2-ssh)
486 ("guile-git" ,guile2.2-git)
1926db54
MO
487 ,@(fold alist-delete (package-native-inputs guix)
488 '("guile" "gnutls" "guile-gcrypt" "guile-json"
489 "guile-sqlite3" "guile-ssh" "guile-git"))))
da765180 490 (inputs
b6bee63b 491 `(("guile" ,guile-2.2)
da765180
LC
492 ,@(alist-delete "guile" (package-inputs guix))))
493 (propagated-inputs
b6bee63b
LC
494 `(("gnutls" ,gnutls)
495 ("guile-gcrypt" ,guile2.2-gcrypt)
496 ("guile-json" ,guile2.2-json)
497 ("guile-sqlite3" ,guile2.2-sqlite3)
498 ("guile-ssh" ,guile2.2-ssh)
499 ("guile-git" ,guile2.2-git)))))
500
501(define-public guile3.0-guix
502 (deprecated-package "guile3.0-guix" guix))
da765180 503
6c59eb1d
MO
504(define-public guix-minimal
505 ;; A version of Guix which is built with the minimal set of dependencies, as
506 ;; outlined in the README "Requirements" section. Intended as a CI job, so
507 ;; marked as hidden.
508 (hidden-package
509 (package
510 (inherit guix)
511 (name "guix-minimal")
512 (native-inputs
513 (fold alist-delete
514 (package-native-inputs guix)
515 '("guile-ssh")))
516 (propagated-inputs
517 (fold alist-delete
518 (package-propagated-inputs guix)
519 '("guile-ssh"))))))
520
04eb0fab
LC
521(define (source-file? file stat)
522 "Return true if FILE is likely a source file, false if it is a typical
523generated file."
524 (define (wrong-extension? file)
525 (or (string-suffix? "~" file)
526 (member (file-extension file)
527 '("o" "a" "lo" "so" "go"))))
528
529 (match (basename file)
530 ((or ".git" "autom4te.cache" "configure" "Makefile" "Makefile.in" ".libs")
531 #f)
532 ((? wrong-extension?)
533 #f)
534 (_
535 #t)))
536
7e6d8d36
LC
537(define-public current-guix-package
538 ;; This parameter allows callers to override the package that 'current-guix'
539 ;; returns. This is useful when 'current-guix' cannot compute it by itself,
540 ;; for instance because it's not running from a source code checkout.
541 (make-parameter #f))
542
04eb0fab 543(define-public current-guix
863519f6
LC
544 (let* ((repository-root (delay (canonicalize-path
545 (string-append (current-source-directory)
546 "/../.."))))
547 (select? (delay (or (git-predicate (force repository-root))
a9d5e4be 548 source-file?))))
04eb0fab
LC
549 (lambda ()
550 "Return a package representing Guix built from the current source tree.
551This works by adding the current source tree to the store (after filtering it
552out) and returning a package that uses that as its 'source'."
7e6d8d36
LC
553 (or (current-guix-package)
554 (package
555 (inherit guix)
556 (version (string-append (package-version guix) "+"))
863519f6 557 (source (local-file (force repository-root) "guix-current"
7e6d8d36
LC
558 #:recursive? #t
559 #:select? (force select?))))))))
04eb0fab
LC
560
561\f
562;;;
563;;; Other tools.
564;;;
565
fcb0109d
LC
566(define-public nix
567 (package
568 (name "nix")
62035656 569 (version "2.3.7")
fcb0109d
LC
570 (source (origin
571 (method url-fetch)
572 (uri (string-append "http://nixos.org/releases/nix/nix-"
573 version "/nix-" version ".tar.xz"))
574 (sha256
575 (base32
62035656 576 "15p50jkss6szinisb7axhxybgfi29sm9grz7mxwair8ljj2553yx"))))
fcb0109d 577 (build-system gnu-build-system)
b6329d02 578 (arguments
ed660956 579 `(#:configure-flags '("--sysconfdir=/etc" "--enable-gc")
b6329d02
TGR
580 #:phases
581 (modify-phases %standard-phases
582 (replace 'install
583 ;; Don't try & fail to create subdirectories in /etc, but keep them
584 ;; in the output as examples.
585 (lambda* (#:key (make-flags '()) outputs #:allow-other-keys)
586 (let* ((out (assoc-ref outputs "out"))
587 (etc (string-append out "/etc")))
588 (apply invoke "make" "install"
589 (string-append "sysconfdir=" etc)
590 (string-append "profiledir=" etc "/profile.d")
591 make-flags)))))))
e6c8199b 592 (native-inputs `(("pkg-config" ,pkg-config)))
13c18af1
GL
593 (inputs `(("boost" ,boost)
594 ("brotli" ,brotli)
e6c8199b 595 ("bzip2" ,bzip2)
13c18af1
GL
596 ("curl" ,curl)
597 ("editline" ,editline)
fcb0109d 598 ("libgc" ,libgc)
e6c8199b
SB
599 ("libseccomp" ,libseccomp)
600 ("libsodium" ,libsodium)
601 ("openssl" ,openssl)
fcb0109d 602 ("sqlite" ,sqlite)
e6c8199b 603 ("xz" ,xz)))
775989c7 604 (home-page "https://nixos.org/nix/")
fcb0109d
LC
605 (synopsis "The Nix package manager")
606 (description
607 "Nix is a purely functional package manager. This means that it treats
608packages like values in purely functional programming languages such as
609Haskell—they are built by functions that don't have side-effects, and they
610never change after they have been built. Nix stores packages in the Nix
611store, usually the directory /nix/store, where each package has its own unique
612sub-directory.")
7ed6343f 613 (license license:lgpl2.1+)))
a881a40c 614
8d422e25
RW
615(define-public stow
616 (package
617 (name "stow")
7cc98992 618 (version "2.3.1")
8d422e25
RW
619 (source (origin
620 (method url-fetch)
621 (uri (string-append "mirror://gnu/stow/stow-"
622 version ".tar.gz"))
623 (sha256
624 (base32
7cc98992 625 "0jrxy12ywn7smdzdnvwzjw77l6knx6jkj2rckgykg1dpf6bdkm89"))))
8d422e25
RW
626 (build-system gnu-build-system)
627 (inputs
7cc98992 628 `(("perl" ,perl)))
8d422e25
RW
629 (native-inputs
630 `(("perl-test-simple" ,perl-test-simple)
631 ("perl-test-output" ,perl-test-output)
ddfd70da
LC
632 ("perl-capture-tiny" ,perl-capture-tiny)
633 ("perl-io-stringy" ,perl-io-stringy)))
8d422e25
RW
634 (home-page "https://www.gnu.org/software/stow/")
635 (synopsis "Managing installed software packages")
636 (description
637 "GNU Stow is a symlink manager. It generates symlinks to directories
638of data and makes them appear to be merged into the same directory. It is
639typically used for managing software packages installed from source, by
640letting you install them apart in distinct directories and then create
641symlinks to the files in a common directory such as /usr/local.")
bdb51ed6 642 (license license:gpl3+)))
e3e1ecf6 643
17bc5989
HSG
644(define-public xstow
645 (package
646 (name "xstow")
647 (version "1.0.2")
648 (source (origin
649 (method url-fetch)
650 (uri (string-append "mirror://sourceforge/xstow/xstow-"
651 version ".tar.bz2"))
652 (sha256
653 (base32
654 "1vy6lcswpkixh7h5mvsmq2wbcih6lpsmcva3m7v6f5npllciy13g"))))
655 (build-system gnu-build-system)
656 (synopsis "Replacement of GNU Stow written in C++")
657 (description
658 "XStow is a replacement of GNU Stow written in C++. It supports all
659features of Stow with some extensions.")
660 (home-page "http://xstow.sourceforge.net/")
661 (license license:gpl2)))
662
e3e1ecf6
LC
663(define-public rpm
664 (package
665 (name "rpm")
c0023514 666 (version "4.14.2.1")
e3e1ecf6
LC
667 (source (origin
668 (method url-fetch)
623cc34c
EB
669 (uri (string-append "http://ftp.rpm.org/releases/rpm-"
670 (version-major+minor version) ".x/rpm-"
e3e1ecf6
LC
671 version ".tar.bz2"))
672 (sha256
673 (base32
c0023514 674 "1nmck2fq9h85fgs3zhh6w1avlw5y16cbz5khd459ry3jfd5w4f8i"))))
e3e1ecf6
LC
675 (build-system gnu-build-system)
676 (arguments
677 '(#:configure-flags '("--with-external-db" ;use the system's bdb
678 "--enable-python"
679 "--without-lua")
680 #:phases (modify-phases %standard-phases
91a3c800 681 (add-before 'configure 'set-nss-library-path
e3e1ecf6 682 (lambda* (#:key inputs #:allow-other-keys)
91a3c800 683 (let ((nss (assoc-ref inputs "nss")))
e3e1ecf6
LC
684 (setenv "LIBRARY_PATH"
685 (string-append (getenv "LIBRARY_PATH") ":"
686 nss "/lib/nss"))
91a3c800 687 #t))))))
e3e1ecf6
LC
688 (native-inputs
689 `(("pkg-config" ,pkg-config)))
690 (inputs
c0023514 691 `(("python" ,python)
e3e1ecf6
LC
692 ("xz" ,xz)
693 ("bdb" ,bdb)
694 ("popt" ,popt)
695 ("nss" ,nss)
696 ("nspr" ,nspr)
697 ("libarchive" ,libarchive)
e3e1ecf6
LC
698 ("file" ,file)
699 ("bzip2" ,bzip2)
700 ("zlib" ,zlib)
701 ("cpio" ,cpio)))
c0023514 702 (home-page "https://rpm.org/")
e3e1ecf6
LC
703 (synopsis "The RPM Package Manager")
704 (description
705 "The RPM Package Manager (RPM) is a command-line driven package
706management system capable of installing, uninstalling, verifying, querying,
707and updating computer software packages. Each software package consists of an
708archive of files along with information about the package like its version, a
709description. There is also a library permitting developers to manage such
710transactions from C or Python.")
711
712 ;; The whole is GPLv2+; librpm itself is dual-licensed LGPLv2+ | GPLv2+.
7ed6343f 713 (license license:gpl2+)))
e3e1ecf6 714
513d35f1
MFM
715(define-public python-anaconda-client
716 (package
717 (name "python-anaconda-client")
718 (version "1.6.3")
719 (source
720 (origin
837da4d3
EF
721 (method git-fetch)
722 (uri (git-reference
723 (url "https://github.com/Anaconda-Platform/anaconda-client")
724 (commit version)))
725 (file-name (git-file-name name version))
513d35f1
MFM
726 (sha256
727 (base32
837da4d3 728 "0w1bfxnydjl9qp53r2gcvr6vlpdqqilcrzqxrll9sgg6vwdyiyyp"))))
513d35f1
MFM
729 (build-system python-build-system)
730 (propagated-inputs
731 `(("python-pyyaml" ,python-pyyaml)
732 ("python-requests" ,python-requests)
733 ("python-clyent" ,python-clyent)))
734 (native-inputs
735 `(("python-pytz" ,python-pytz)
736 ("python-dateutil" ,python-dateutil)
737 ("python-mock" ,python-mock)
738 ("python-coverage" ,python-coverage)
739 ("python-pillow" ,python-pillow)))
740 (arguments
741 `(#:phases
742 (modify-phases %standard-phases
743 ;; This is needed for some tests.
744 (add-before 'check 'set-up-home
745 (lambda* _ (setenv "HOME" "/tmp") #t))
746 (add-before 'check 'remove-network-tests
747 (lambda* _
748 ;; Remove tests requiring a network connection
749 (let ((network-tests '("tests/test_upload.py"
750 "tests/test_authorizations.py"
751 "tests/test_login.py"
752 "tests/test_whoami.py"
753 "utils/notebook/tests/test_data_uri.py"
754 "utils/notebook/tests/test_base.py"
755 "utils/notebook/tests/test_downloader.py"
756 "inspect_package/tests/test_conda.py")))
757 (with-directory-excursion "binstar_client"
758 (for-each delete-file network-tests)))
759 #t)))))
760 (home-page "https://github.com/Anaconda-Platform/anaconda-client")
761 (synopsis "Anaconda Cloud command line client library")
762 (description
763 "Anaconda Cloud command line client library provides an interface to
764Anaconda Cloud. Anaconda Cloud is useful for sharing packages, notebooks and
765environments.")
7ed6343f 766 (license license:bsd-3)))
513d35f1
MFM
767
768(define-public python2-anaconda-client
769 (package-with-python2 python-anaconda-client))
4bc08b6e 770
c9a16728
RW
771(define-public python-conda-package-handling
772 (package
773 (name "python-conda-package-handling")
774 (version "1.6.0")
775 (source
776 (origin
777 (method git-fetch)
778 (uri (git-reference
779 (url "https://github.com/conda/conda-package-handling/")
780 (commit version)))
781 (file-name (git-file-name name version))
782 (sha256
783 (base32
784 "0bqbs6a8jbjmbn47n5n1p529cx7pf4vgfnhqca9mflgidfb5i0jf"))))
785 (build-system python-build-system)
786 (arguments
787 `(#:phases
788 (modify-phases %standard-phases
789 (add-after 'unpack 'use-unmodified-libarchive
790 (lambda _
791 (substitute* "setup.py"
792 (("archive_and_deps") "archive"))
793 #t))
794 (replace 'check
795 (lambda* (#:key inputs outputs #:allow-other-keys)
796 (add-installed-pythonpath inputs outputs)
797 (invoke "pytest" "-vv" "tests"
798 "-k"
799 (string-append
800 ;; TODO: these three fail because the mocker fixture
801 ;; cannot be found
802 "not test_rename_to_trash"
803 " and not test_api_extract_tarball_with_libarchive_import_error"
804 " and not test_delete_trash"
805 ;; TODO: this one does not raise an exception when it
806 ;; should.
807 " and not test_secure_refusal_to_extract_abs_paths")))))))
808 (propagated-inputs
809 `(("python-six" ,python-six)
810 ("python-tqdm" ,python-tqdm)))
811 (inputs
812 `(("libarchive" ,libarchive)))
813 (native-inputs
814 `(("python-cython" ,python-cython)
815 ("python-pytest" ,python-pytest)
816 ("python-pytest-cov" ,python-pytest-cov)
817 ("python-mock" ,python-mock)))
818 (home-page "https://conda.io")
819 (synopsis "Create and extract conda packages of various formats")
820 (description
821 "This library is an abstraction of Conda package handling and a tool for
822extracting, creating, and converting between formats.")
823 (license license:bsd-3)))
824
638ef1e8 825(define-public conda
4bc08b6e 826 (package
638ef1e8
RW
827 (name "conda")
828 (version "4.8.3")
4bc08b6e
MFM
829 (source
830 (origin
6def31e8
EF
831 (method git-fetch)
832 (uri (git-reference
833 (url "https://github.com/conda/conda")
834 (commit version)))
835 (file-name (git-file-name name version))
4bc08b6e
MFM
836 (sha256
837 (base32
638ef1e8 838 "0iv1qzk21jsk6vdp3106xvpvl68zgfdqb3kyzpya87jhkl204l7r"))))
4bc08b6e
MFM
839 (build-system python-build-system)
840 (arguments
841 `(#:phases
842 (modify-phases %standard-phases
638ef1e8
RW
843 (add-after 'unpack 'fix-permissions
844 (lambda _
845 ;; This file is no longer writable after downloading with
846 ;; 'git-fetch'
847 (make-file-writable
848 "tests/conda_env/support/saved-env/environment.yml")
849 #t))
850 (add-after 'unpack 'correct-python-executable-name
851 (lambda* (#:key inputs #:allow-other-keys)
852 (let ((python (assoc-ref inputs "python-wrapper")))
853 #;
854 (substitute* "conda/common/path.py"
855 (("python_version or ''")
856 "python_version or '3'"))
857 (substitute* "conda/core/initialize.py"
858 (("python_exe = join")
859 (format #f "python_exe = \"~a/bin/python\" #"
860 python))))
861 #t))
862 (add-after 'unpack 'do-not-use-python-root-as-prefix
863 (lambda* (#:key inputs outputs #:allow-other-keys)
864 (let ((out (assoc-ref outputs "out"))
865 (python (assoc-ref inputs "python-wrapper")))
866 (substitute* "tests/core/test_initialize.py"
867 (("\"\"\"\\) % conda_prefix")
868 (format #f "\"\"\") % \"~a\"" python))
869 (("CONDA_PYTHON_EXE \"%s\"' % join\\(conda_prefix")
870 (format #f "CONDA_PYTHON_EXE \"%s\"' % join(\"~a\""
871 python))
872 (("conda_prefix = abspath\\(sys.prefix\\)")
873 (format #f "conda_prefix = abspath(\"~a\")" out)))
874 (substitute* "conda/base/context.py"
875 (("os.chdir\\(sys.prefix\\)")
876 (format #f "os.chdir(\"~a\")" out))
877 (("sys.prefix, '.condarc'")
878 (format #f "\"~a\", '.condarc'" out))
879 (("return abspath\\(sys.prefix\\)")
880 (format #f "return abspath(\"~a\")" out))
881 (("os.path.join\\(sys.prefix, bin_dir, exe\\)")
882 (format #f "\"~a/bin/conda\"" out))
883 (("'CONDA_EXE', sys.executable")
884 (format #f "'CONDA_EXE', \"~a/bin/conda\"" out))))
885 #t))
4bc08b6e
MFM
886 (add-before 'build 'create-version-file
887 (lambda _
888 (with-output-to-file "conda/.version"
889 (lambda () (display ,version)))
890 #t))
4bc08b6e
MFM
891 (replace 'check
892 (lambda _
893 (setenv "HOME" "/tmp")
638ef1e8
RW
894 (invoke "py.test" "-vv"
895 "-k"
896 (string-append
897 "not integration"
898 ;; This one reports a newer version of conda than
899 ;; expected.
900 " and not test_auto_update_conda"
901 ;; This fails because the output directory is not a
902 ;; Conda environment.
903 " and not test_list"
904 ;; This fails because we patched the default root
905 ;; prefix.
906 " and not test_default_target_is_root_prefix"
907 ;; TODO: I don't understand what this failure means
908 " and not test_PrefixData_return_value_contract"
909 ;; TODO: same here
910 " and not test_install_1"
911 ;; Not sure if this is really wrong. This fails because
912 ;; /gnu/store/...python-conda-4.8.3/bin/python
913 ;; is not /gnu/store/...python-wrapper-3.8.2/bin/python
914 " and not test_make_entry_point"))))
915 (add-after 'install 'init
916 ;; This writes a whole bunch of shell initialization files to the
917 ;; prefix directory. Many features of conda can only be used after
918 ;; running "conda init".
919 (lambda* (#:key inputs outputs #:allow-other-keys)
920 (add-installed-pythonpath inputs outputs)
921 (setenv "HOME" "/tmp")
922
923 ;; "conda init" insists on using sudo, because it is hell-bent on
924 ;; modifying system files.
925 (mkdir-p "/tmp/fake-sudo")
926 (with-output-to-file "/tmp/fake-sudo/sudo"
927 (lambda () (format #t "#!~/bin/sh~%exec $@" (which "sh"))))
928 (chmod "/tmp/fake-sudo/sudo" #o700)
929 (setenv "PATH" (string-append "/tmp/fake-sudo:"
930 (getenv "PATH")))
931
932 (invoke (string-append (assoc-ref outputs "out")
933 "/bin/conda")
934 "init"))))))
935 (inputs
936 `(("python-wrapper" ,python-wrapper)))
937 (propagated-inputs
938 `(("python-anaconda-client" ,python-anaconda-client)
939 ("python-conda-package-handling" ,python-conda-package-handling)
940 ("python-cytoolz" ,python-cytoolz)
4bc08b6e
MFM
941 ("python-pycosat" ,python-pycosat)
942 ("python-pytest" ,python-pytest)
4bc08b6e 943 ("python-pyyaml" ,python-pyyaml)
638ef1e8
RW
944 ("python-requests" ,python-requests)
945 ("python-responses" ,python-responses)
946 ("python-ruamel.yaml" ,python-ruamel.yaml)
947 ("python-tqdm" ,python-tqdm)
948 ;; XXX: This is dragged in by libarchive and is needed at runtime.
949 ("zstd" ,zstd)))
4bc08b6e
MFM
950 (home-page "https://github.com/conda/conda")
951 (synopsis "Cross-platform, OS-agnostic, system-level binary package manager")
952 (description
953 "Conda is a cross-platform, Python-agnostic binary package manager. It
954is the package manager used by Anaconda installations, but it may be used for
955other systems as well. Conda makes environments first-class citizens, making
956it easy to create independent environments even for C libraries. Conda is
638ef1e8 957written entirely in Python.")
7ed6343f 958 (license license:bsd-3)))
4bc08b6e 959
638ef1e8
RW
960(define-public python-conda
961 (deprecated-package "python-conda" conda))
58a308e0
RJ
962
963(define-public gwl
964 (package
965 (name "gwl")
efb98dd0 966 (version "0.2.1")
58a308e0
RJ
967 (source (origin
968 (method url-fetch)
598ea80f 969 (uri (string-append "mirror://gnu/gwl/gwl-" version ".tar.gz"))
58a308e0
RJ
970 (sha256
971 (base32
efb98dd0 972 "1ji5jvzni8aml9fmimlr11g3k8isrnlvnbzhmwgdjh72hils0alc"))))
58a308e0 973 (build-system gnu-build-system)
efb98dd0
RW
974 (arguments
975 `(#:phases
976 (modify-phases %standard-phases
977 (add-before 'build 'fix-tests
978 (lambda _
979 ;; Avoid cross-device link.
980 (substitute* "tests/cache.scm"
981 (("/tmp/gwl-test-input-XXXXXX")
982 (string-append (getcwd) "/gwl-test-input-XXXXXX")))
983 #t)))))
58a308e0
RJ
984 (native-inputs
985 `(("autoconf" ,autoconf)
986 ("automake" ,automake)
598ea80f
RW
987 ("pkg-config" ,pkg-config)
988 ("texinfo" ,texinfo)
989 ("graphviz" ,graphviz)))
58a308e0 990 (inputs
a2991de0 991 `(("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))))
58a308e0 992 (propagated-inputs
b6bee63b
LC
993 `(("guix" ,guix)
994 ("guile-commonmark" ,guile-commonmark)
995 ("guile-gcrypt" ,guile-gcrypt)
996 ("guile-pfds" ,guile-pfds)
997 ("guile-syntax-highlight" ,guile-syntax-highlight)
998 ("guile-wisp" ,guile-wisp)))
598ea80f 999 (home-page "https://workflows.guix.info")
58a308e0 1000 (synopsis "Workflow management extension for GNU Guix")
598ea80f
RW
1001 (description "The @dfn{Guix Workflow Language} (GWL) provides an
1002extension to GNU Guix's declarative language for package management to
1003automate the execution of programs in scientific workflows. The GWL
1004can use process engines to integrate with various computing
1005environments.")
58a308e0
RJ
1006 ;; The Scheme modules in guix/ and gnu/ are licensed GPL3+,
1007 ;; the web interface modules in gwl/ are licensed AGPL3+,
1008 ;; and the fonts included in this package are licensed OFL1.1.
7ed6343f 1009 (license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
98a11b7f 1010
c2cb0e46 1011(define-public guix-build-coordinator
69e08c14
CB
1012 (let ((commit "d38698d85174b4594e6dc2f9be50083a50786026")
1013 (revision "4"))
c2cb0e46 1014 (package
df5e8de3
CB
1015 (name "guix-build-coordinator")
1016 (version (git-version "0" revision commit))
1017 (source (origin
1018 (method git-fetch)
1019 (uri (git-reference
1020 (url "https://git.cbaines.net/git/guix/build-coordinator")
1021 (commit commit)))
1022 (sha256
1023 (base32
69e08c14 1024 "1jb36p8bbhiav6nb1qpi90j03qjbvr8akn53am3xbz32ps0hf34j"))
df5e8de3
CB
1025 (file-name (string-append name "-" version "-checkout"))))
1026 (build-system gnu-build-system)
1027 (arguments
1028 `(#:modules (((guix build guile-build-system)
1029 #:select (target-guile-effective-version))
1030 ,@%gnu-build-system-modules)
1031 #:imported-modules ((guix build guile-build-system)
1032 ,@%gnu-build-system-modules)
1033 #:phases
1034 (modify-phases %standard-phases
1035 (add-before 'build 'set-GUILE_AUTO_COMPILE
1036 (lambda _
1037 ;; To avoid warnings relating to 'guild'.
1038 (setenv "GUILE_AUTO_COMPILE" "0")
1039 #t))
1040 (add-after 'install 'wrap-executable
1041 (lambda* (#:key inputs outputs #:allow-other-keys)
1042 (let* ((out (assoc-ref outputs "out"))
1043 (bin (string-append out "/bin"))
1044 (guile (assoc-ref inputs "guile"))
1045 (version (target-guile-effective-version))
1046 (scm (string-append out "/share/guile/site/" version))
1047 (go (string-append out "/lib/guile/" version "/site-ccache")))
1048 (for-each
1049 (lambda (file)
1050 (simple-format (current-error-port) "wrapping: ~A\n" file)
1051 (wrap-program file
1052 `("PATH" ":" prefix
1053 (,bin
1054 ;; Support building without sqitch as an input, as it
1055 ;; can't be cross-compiled yet
1056 ,@(or (and=> (assoc-ref inputs "sqitch")
1057 list)
1058 '())))
1059 `("GUILE_LOAD_PATH" ":" prefix
1060 (,scm ,(getenv "GUILE_LOAD_PATH")))
1061 `("GUILE_LOAD_COMPILED_PATH" ":" prefix
1062 (,go ,(getenv "GUILE_LOAD_COMPILED_PATH")))))
1063 (find-files bin)))
1064 #t))
1065 (delete 'strip)))) ; As the .go files aren't compatible
1066 (native-inputs
1067 `(("pkg-config" ,pkg-config)
1068 ("autoconf" ,autoconf)
1069 ("automake" ,automake)
1070 ("gnutls" ,gnutls)
c2cb0e46 1071
df5e8de3
CB
1072 ;; Guile libraries are needed here for cross-compilation.
1073 ("guile-json" ,guile-json-3)
1074 ("guile-gcrypt" ,guile-gcrypt)
1075 ("guix" ,guix)
1076 ("guile-prometheus" ,guile-prometheus)
1077 ("guile-fibers" ,guile-fibers)
1078 ("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))))
1079 (inputs
1080 `(("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))
1081 ("sqlite" ,sqlite)
1082 ("sqitch" ,sqitch)))
1083 (propagated-inputs
1084 `(("guile-fibers" ,guile-fibers)
1085 ("guile-prometheus" ,guile-prometheus)
1086 ("guile-gcrypt" ,guile-gcrypt)
29677d94 1087 ("guile-json" ,guile-json-4)
df5e8de3
CB
1088 ("guile-lzlib" ,guile-lzlib)
1089 ("guile-zlib" ,guile-zlib)
1090 ("guile-sqlite3" ,guile-sqlite3)
1091 ("guix" ,guix)
1092 ("gnutls" ,gnutls)))
1093 (home-page "https://git.cbaines.net/guix/build-coordinator/")
1094 (synopsis "Tool to help build derivations")
1095 (description
1096 "The Guix Build Coordinator helps with performing lots of builds across
c2cb0e46
CB
1097potentially many machines, and with doing something with the results and
1098outputs of those builds.")
df5e8de3 1099 (license license:gpl3+))))
c2cb0e46 1100
fc1fe722
LC
1101(define-public guix-jupyter
1102 (package
1103 (name "guix-jupyter")
1104 (version "0.1.0")
1105 (home-page "https://gitlab.inria.fr/guix-hpc/guix-kernel")
1106 (source (origin
1107 (method git-fetch)
1108 (uri (git-reference (url home-page)
1109 (commit (string-append "v" version))))
1110 (sha256
1111 (base32
1112 "01z7jjkc7r7lj6637rcgpz40v8xqqyfp6871h94yvcnwm7zy9h1n"))
b6bee63b
LC
1113 (modules '((guix build utils)))
1114 (snippet
1115 '(begin
1116 ;; Allow builds with Guile 3.0.
1117 (substitute* "configure.ac"
1118 (("^GUILE_PKG.*")
1119 "GUILE_PKG([3.0 2.2])\n"))
e9db10ae
LC
1120
1121 ;; Avoid name clash and build failure now that
1122 ;; 'define-json-mapping' is also provided by Guile-JSON, as
1123 ;; of version 4.3.
1124 (substitute* (find-files "." "\\.scm$")
1125 (("define-json-mapping")
1126 "define-json-mapping*")
1127 (("<=>")
1128 "<->"))
b6bee63b 1129 #t))
fc1fe722
LC
1130 (file-name (string-append "guix-jupyter-" version "-checkout"))))
1131 (build-system gnu-build-system)
1132 (arguments
1133 `(#:modules ((srfi srfi-26)
1134 (ice-9 match)
1135 (ice-9 popen)
1136 (ice-9 rdelim)
1137 (guix build utils)
1138 (guix build gnu-build-system))
1139 #:phases
1140 (modify-phases %standard-phases
1141 (add-after 'install 'sed-kernel-json
1142 (lambda* (#:key inputs outputs #:allow-other-keys)
1143 (let* ((out (assoc-ref outputs "out"))
1144 (guix (assoc-ref inputs "guix"))
1145 (guile (assoc-ref inputs "guile"))
1146 (json (assoc-ref inputs "guile-json"))
1147 (git (assoc-ref inputs "guile-git"))
1148 (bs (assoc-ref inputs "guile-bytestructures"))
1149 (s-zmq (assoc-ref inputs "guile-simple-zmq"))
1150 (gcrypt (assoc-ref inputs "guile-gcrypt"))
1151 (deps (list out s-zmq guix json git bs gcrypt))
1152 (effective
1153 (read-line
1154 (open-pipe* OPEN_READ
1155 (string-append guile "/bin/guile")
1156 "-c" "(display (effective-version))")))
1157 (path (map (cut string-append "-L\", \"" <>
1158 "/share/guile/site/"
1159 effective)
1160 deps))
1161 (gopath (map (cut string-append "-C\", \"" <>
1162 "/lib/guile/" effective
1163 "/site-ccache")
1164 deps))
1165 (kernel-dir (string-append out "/share/jupyter/kernels/guix/")))
1166 (substitute* (string-append kernel-dir "kernel.json")
1167 (("-s")
1168 (string-join
1169 (list (string-join path "\",\n\t\t\"")
1170 (string-join gopath "\",\n\t\t\"")
1171 "-s")
1172 "\",\n\t\t\""))
1173 (("guix-jupyter-kernel.scm")
3a27a3dc 1174 (string-append out "/share/guile/site/3.0/"
fc1fe722
LC
1175 "guix-jupyter-kernel.scm")))
1176 #t))))))
1177 (native-inputs
1178 `(("autoconf" ,autoconf)
1179 ("automake" ,automake)
1180 ("pkg-config" ,pkg-config)
1181
1182 ;; For testing.
d3650775
LC
1183 ("jupyter" ,jupyter)
1184 ("python-ipython" ,python-ipython)
1185 ("python-ipykernel" ,python-ipykernel)))
fc1fe722
LC
1186 (inputs
1187 `(("guix" ,guix)
a2991de0 1188 ("guile" ,@(assoc-ref (package-native-inputs guix) "guile"))))
fc1fe722 1189 (propagated-inputs
8f7cf3b5 1190 `(("guile-json" ,guile-json-4)
fc1fe722
LC
1191 ("guile-simple-zmq" ,guile-simple-zmq)
1192 ("guile-gcrypt" ,guile-gcrypt)))
1193 (synopsis "Guix kernel for Jupyter")
1194 (description
1195 "Guix-Jupyter is a Jupyter kernel. It allows you to annotate notebooks
1196with information about their software dependencies, such that code is executed
1197in the right software environment. Guix-Jupyter spawns the actual kernels
1198such as @code{python-ipykernel} on behalf of the notebook user and runs them
1199in an isolated environment, in separate namespaces.")
1200 (license license:gpl3+)))
1201
98a11b7f
TGR
1202(define-public gcab
1203 (package
1204 (name "gcab")
78a684f5 1205 (version "1.4")
98a11b7f
TGR
1206 (source (origin
1207 (method url-fetch)
41eac186
TGR
1208 (uri (string-append "mirror://gnome/sources/gcab/"
1209 version "/gcab-" version ".tar.xz"))
98a11b7f
TGR
1210 (sha256
1211 (base32
78a684f5 1212 "13q43iqld4l50yra45lhvkd376pn6qpk7rkx374zn8y9wsdzm9b7"))))
44118720 1213 (build-system meson-build-system)
98a11b7f 1214 (native-inputs
44118720
TGR
1215 `(("glib:bin" ,glib "bin") ; for glib-mkenums
1216 ("intltool" ,intltool)
1217 ("pkg-config" ,pkg-config)
1218 ("vala" ,vala)))
98a11b7f
TGR
1219 (inputs
1220 `(("glib" ,glib)
1221 ("zlib" ,zlib)))
44118720
TGR
1222 (arguments
1223 `(#:configure-flags
1224 ;; XXX This ‘documentation’ is for developers, and fails informatively:
1225 ;; Error in gtkdoc helper script: 'gtkdoc-mkhtml' failed with status 5
1226 (list "-Ddocs=false"
1227 "-Dintrospection=false")))
98a11b7f
TGR
1228 (home-page "https://wiki.gnome.org/msitools") ; no dedicated home page
1229 (synopsis "Microsoft Cabinet file manipulation library")
1230 (description
1231 "The libgcab library provides GObject functions to read, write, and modify
1232Microsoft cabinet (.@dfn{CAB}) files.")
1233 (license (list license:gpl2+ ; tests/testsuite.at
1234 license:lgpl2.1+)))) ; the rest
cb390925
TGR
1235
1236(define-public msitools
1237 (package
1238 (name "msitools")
84748e71 1239 (version "0.100")
cb390925
TGR
1240 (source (origin
1241 (method url-fetch)
a4469936
TGR
1242 (uri (string-append "mirror://gnome/sources/msitools/"
1243 version "/msitools-" version ".tar.xz"))
cb390925
TGR
1244 (sha256
1245 (base32
84748e71 1246 "1skq17qr2ic4qr3779j49byfm8rncwbsq9rj1a33ncn2m7isdwdv"))))
cb390925
TGR
1247 (build-system gnu-build-system)
1248 (native-inputs
9e4da9f2
TGR
1249 `(("bison" ,bison)
1250 ("pkg-config" ,pkg-config)))
cb390925
TGR
1251 (inputs
1252 `(("gcab" ,gcab)
1253 ("glib" ,glib)
1254 ("libgsf" ,libgsf)
1255 ("libxml2" ,libxml2)
bb93042c 1256 ("uuid" ,util-linux "lib")))
cb390925
TGR
1257 (home-page "https://wiki.gnome.org/msitools")
1258 (synopsis "Windows Installer file manipulation tool")
1259 (description
1260 "msitools is a collection of command-line tools to inspect, extract, build,
1261and sign Windows@tie{}Installer (.@dfn{MSI}) files. It aims to be a solution
1262for packaging and deployment of cross-compiled Windows applications.")
1263 (license license:lgpl2.1+)))
3d391309
SB
1264
1265(define-public libostree
1266 (package
1267 (name "libostree")
295d969c 1268 (version "2020.7")
8812d9ac
TGR
1269 (source
1270 (origin
1271 (method url-fetch)
1272 (uri (string-append
1273 "https://github.com/ostreedev/ostree/releases/download/v"
1274 (version-major+minor version) "/libostree-" version ".tar.xz"))
1275 (sha256
295d969c 1276 (base32 "0clriq2ypz1fycd6mpjyrhzid44svzpzw0amnank593h69b216ax"))))
3d391309
SB
1277 (build-system gnu-build-system)
1278 (arguments
1279 '(#:phases
1280 (modify-phases %standard-phases
1281 (add-before 'check 'pre-check
1282 (lambda _
1283 ;; Don't try to use the non-existing '/var/tmp' as test
1284 ;; directory.
1285 (setenv "TEST_TMPDIR" (getenv "TMPDIR"))
1286 #t)))
1287 ;; XXX: fails with:
5f97cc23 1288 ;; tap-driver.sh: missing test plan
3d391309
SB
1289 ;; tap-driver.sh: internal error getting exit status
1290 ;; tap-driver.sh: fatal: I/O or internal error
1291 #:tests? #f))
1292 (native-inputs
1293 `(("attr" ,attr) ; for tests
1294 ("bison" ,bison)
5f97cc23 1295 ("glib:bin" ,glib "bin") ; for 'glib-mkenums'
3d391309
SB
1296 ("gobject-introspection" ,gobject-introspection)
1297 ("pkg-config" ,pkg-config)
1298 ("xsltproc" ,libxslt)))
1299 (inputs
1300 `(("avahi" ,avahi)
1301 ("docbook-xml" ,docbook-xml-4.2)
1302 ("docbook-xsl" ,docbook-xsl)
1303 ("e2fsprogs" ,e2fsprogs)
1304 ("fuse" ,fuse)
1305 ("glib" ,glib)
1306 ("gpgme" ,gpgme)
1307 ("libarchive" ,libarchive)
1308 ("libsoup" ,libsoup)
3d391309
SB
1309 ("util-linux" ,util-linux)))
1310 (home-page "https://ostree.readthedocs.io/en/latest/")
1311 (synopsis "Operating system and container binary deployment and upgrades")
1312 (description
1313 "@code{libostree} is both a shared library and suite of command line
1314tools that combines a \"git-like\" model for committing and downloading
52beae7b
TGR
1315bootable file system trees, along with a layer for deploying them and managing
1316the boot loader configuration.")
3d391309 1317 (license license:lgpl2.0+)))
36e1ab84
RH
1318
1319(define-public flatpak
1320 (package
122db9a6 1321 (name "flatpak")
8f940793 1322 (version "1.8.2")
122db9a6
RH
1323 (source
1324 (origin
1325 (method url-fetch)
1326 (uri (string-append "https://github.com/flatpak/flatpak/releases/download/"
1327 version "/flatpak-" version ".tar.xz"))
1328 (sha256
8f940793 1329 (base32 "1c45a0k7wx685n5b3ihv7dk0mm2kmwbw7cx8w5g2la62yxfn49kr"))))
16360cc8
LC
1330
1331 ;; Wrap 'flatpak' so that GIO_EXTRA_MODULES is set, thereby allowing GIO to
1332 ;; find the TLS backend in glib-networking.
1333 (build-system glib-or-gtk-build-system)
1334
122db9a6 1335 (arguments
ac68fb3b
RW
1336 '(#:configure-flags
1337 (list
1338 "--enable-documentation=no" ;; FIXME
1339 "--enable-system-helper=no"
1340 "--localstatedir=/var"
1341 (string-append "--with-system-bubblewrap="
1342 (assoc-ref %build-inputs "bubblewrap")
1343 "/bin/bwrap")
753d75d4
RT
1344 (string-append "--with-system-dbus-proxy="
1345 (assoc-ref %build-inputs "xdg-dbus-proxy")
1346 "/bin/xdg-dbus-proxy"))
ac68fb3b
RW
1347 #:phases
1348 (modify-phases %standard-phases
1349 (add-after 'unpack 'fix-tests
1350 (lambda* (#:key inputs #:allow-other-keys)
1351 (copy-recursively
1352 (string-append (assoc-ref inputs "glibc-utf8-locales")
1353 "/lib/locale/") "/tmp/locale")
1354 (for-each make-file-writable (find-files "/tmp"))
1355 (substitute* "tests/make-test-runtime.sh"
1356 (("cp `which.*") "echo guix\n")
1357 (("cp -r /usr/lib/locale/C\\.\\*")
1358 (string-append "mkdir ${DIR}/usr/lib/locale/en_US; \
1359cp -r /tmp/locale/*/en_US.*")))
1360 (substitute* "tests/libtest.sh"
1361 (("/bin/kill") (which "kill"))
1362 (("/usr/bin/python3") (which "python3")))
1363 #t))
1364 ;; Many tests fail for unknown reasons, so we just run a few basic
8f940793 1365 ;; tests.
ac68fb3b
RW
1366 (replace 'check
1367 (lambda _
1368 (setenv "HOME" "/tmp")
1369 (invoke "make" "check"
1370 "TESTS=tests/test-basic.sh tests/test-config.sh testcommon"))))))
1371 (native-inputs
1372 `(("bison" ,bison)
1373 ("dbus" ,dbus) ; for dbus-daemon
1374 ("gettext" ,gettext-minimal)
1375 ("glib:bin" ,glib "bin") ; for glib-mkenums + gdbus-codegen
1376 ("glibc-utf8-locales" ,glibc-utf8-locales)
1377 ("gobject-introspection" ,gobject-introspection)
1378 ("libcap" ,libcap)
1379 ("pkg-config" ,pkg-config)
1380 ("python" ,python)
b9478f33 1381 ("python-pyparsing" ,python-pyparsing)
ac68fb3b
RW
1382 ("socat" ,socat)
1383 ("which" ,which)))
75f0bda7
RH
1384 (propagated-inputs `(("glib-networking" ,glib-networking)
1385 ("gnupg" ,gnupg)
1386 ("gsettings-desktop-schemas"
1387 ,gsettings-desktop-schemas)))
ac68fb3b
RW
1388 (inputs
1389 `(("appstream-glib" ,appstream-glib)
1390 ("bubblewrap" ,bubblewrap)
1391 ("dconf" ,dconf)
1392 ("fuse" ,fuse)
1393 ("gdk-pixbuf" ,gdk-pixbuf)
1394 ("gpgme" ,gpgme)
1395 ("json-glib" ,json-glib)
1396 ("libarchive" ,libarchive)
1397 ("libostree" ,libostree)
1398 ("libseccomp" ,libseccomp)
1399 ("libsoup" ,libsoup)
1400 ("libxau" ,libxau)
1401 ("libxml2" ,libxml2)
1402 ("util-linux" ,util-linux)
1403 ("xdg-dbus-proxy" ,xdg-dbus-proxy)))
122db9a6
RH
1404 (home-page "https://flatpak.org")
1405 (synopsis "System for building, distributing, and running sandboxed desktop
36e1ab84 1406applications")
122db9a6 1407 (description "Flatpak is a system for building, distributing, and running
36e1ab84 1408sandboxed desktop applications on GNU/Linux.")
122db9a6 1409 (license license:lgpl2.1+)))
e343816d
MB
1410
1411(define-public akku
1412 (package
1413 (name "akku")
1414 (version "1.0.1")
1415 (source (origin
1416 (method git-fetch)
1417 (uri (git-reference
1418 (url "https://gitlab.com/akkuscm/akku.git")
1419 (commit (string-append "v" version))))
1420 (file-name (git-file-name name version))
1421 (sha256 (base32 "1dm32ws3nshnnscd7k75zswxxs1pp25y2q4k8j5ms241hz47by3c"))))
1422 (build-system gnu-build-system)
1423 (arguments
1424 '(#:phases (modify-phases %standard-phases
1425 (replace 'bootstrap
1426 (lambda* (#:key outputs #:allow-other-keys)
1427 (for-each patch-shebang
1428 '("bootstrap"
1429 ".akku/env"))
1430 (let* ((home "/tmp")
1431 (datadir (string-append home "/.local/share/akku/")))
1432 (mkdir-p datadir)
1433 (invoke "touch" (string-append datadir "index.db"))
1434 (setenv "HOME" home))
1435 (invoke "./bootstrap")
1436 #t))
1437 (add-after 'install 'wrap-executables
1438 (lambda* (#:key outputs inputs #:allow-other-keys)
1439 (let ((out (assoc-ref outputs "out"))
1440 (curl (assoc-ref inputs "curl")))
1441 (wrap-program (string-append out "/bin/akku")
1442 `("LD_LIBRARY_PATH" ":" prefix (,(string-append curl "/lib"))))
1443 #t))))))
1444 (native-inputs
1445 `(("which" ,which)
1446 ("autoconf" ,autoconf)
1447 ("automake" ,automake)
1448 ("pkg-config" ,pkg-config)))
1449 (inputs
1450 `(("guile" ,guile-3.0)
1451 ("curl" ,curl)))
1452 (home-page "https://akkuscm.org/")
1453 (synopsis "Language package manager for Scheme")
1454 (description
1455 "Akku.scm is a project-based language package manager for R6RS and R7RS Scheme.
1456It is mainly meant for programmers who develop portable programs or libraries in Scheme,
1457but could potentially work for end-users of those programs. It also has a translator
1458from R7RS, which allows most R7RS code to run on R6RS implementations.")
1459 (license license:gpl3+)))