ci: Use a valid 'current-guix'.
[jackhill/guix/guix.git] / gnu / packages / package-management.scm
CommitLineData
bbe8d8f0 1;;; GNU Guix --- Functional package management for GNU
0991fd53 2;;; Copyright © 2013, 2014, 2015, 2016, 2017, 2018, 2019 Ludovic Courtès <ludo@gnu.org>
5dbeccf5 3;;; Copyright © 2015, 2017 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>
7ed6343f 7;;; Copyright © 2017, 2018 Tobias Geerinckx-Rice <me@tobias.gr>
76fa5e04 8;;; Copyright © 2018 Julien Lepiller <julien@lepiller.eu>
113e9bc5 9;;; Copyright © 2018 Rutger Helling <rhelling@mykolab.com>
3d391309 10;;; Copyright © 2018 Sou Bunnbu <iyzsong@member.fsf.org>
6f1ce09d 11;;; Copyright © 2018 Eric Bavier <bavier@member.fsf.org>
e227f248 12;;; Copyright © 2019 Efraim Flashner <efraim@flashner.co.il>
bbe8d8f0
LC
13;;;
14;;; This file is part of GNU Guix.
15;;;
16;;; GNU Guix is free software; you can redistribute it and/or modify it
17;;; under the terms of the GNU General Public License as published by
18;;; the Free Software Foundation; either version 3 of the License, or (at
19;;; your option) any later version.
20;;;
21;;; GNU Guix is distributed in the hope that it will be useful, but
22;;; WITHOUT ANY WARRANTY; without even the implied warranty of
23;;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
24;;; GNU General Public License for more details.
25;;;
26;;; You should have received a copy of the GNU General Public License
27;;; along with GNU Guix. If not, see <http://www.gnu.org/licenses/>.
28
29(define-module (gnu packages package-management)
8a43ff10 30 #:use-module (gnu packages)
37756a13 31 #:use-module (gnu packages acl)
3d391309
SB
32 #:use-module (gnu packages attr)
33 #:use-module (gnu packages avahi)
37756a13 34 #:use-module (gnu packages autotools)
e3e1ecf6 35 #:use-module (gnu packages backup)
37756a13 36 #:use-module (gnu packages bdw-gc)
3d391309 37 #:use-module (gnu packages bison)
3e5750af 38 #:use-module (gnu packages bootstrap) ;for 'bootstrap-guile-origin'
ac257f12 39 #:use-module (gnu packages check)
38cf2ba0 40 #:use-module (gnu packages compression)
37756a13 41 #:use-module (gnu packages cpio)
e6c8199b 42 #:use-module (gnu packages crypto)
37756a13 43 #:use-module (gnu packages curl)
255d1bbe 44 #:use-module (gnu packages dbm)
3d391309 45 #:use-module (gnu packages docbook)
eeb883cb 46 #:use-module (gnu packages emacs-xyz)
37756a13 47 #:use-module (gnu packages file)
480af4d6 48 #:use-module (gnu packages gettext)
98a11b7f 49 #:use-module (gnu packages glib)
cb390925 50 #:use-module (gnu packages gnome)
37756a13
TGR
51 #:use-module (gnu packages gnupg)
52 #:use-module (gnu packages gnuzilla)
53 #:use-module (gnu packages graphviz)
36e1ab84 54 #:use-module (gnu packages gtk)
37756a13 55 #:use-module (gnu packages guile)
cb390925 56 #:use-module (gnu packages linux)
58a308e0 57 #:use-module (gnu packages lisp)
37756a13 58 #:use-module (gnu packages man)
e3e1ecf6 59 #:use-module (gnu packages nettle)
37756a13 60 #:use-module (gnu packages patchutils)
fcb0109d 61 #:use-module (gnu packages perl)
5ccde207 62 #:use-module (gnu packages perl-check)
37756a13
TGR
63 #:use-module (gnu packages pkg-config)
64 #:use-module (gnu packages popt)
e3e1ecf6 65 #:use-module (gnu packages python)
1b2f753d 66 #:use-module (gnu packages python-web)
44d10b1f 67 #:use-module (gnu packages python-xyz)
37756a13 68 #:use-module (gnu packages serialization)
cd0322a3 69 #:use-module (gnu packages sqlite)
37756a13
TGR
70 #:use-module (gnu packages ssh)
71 #:use-module (gnu packages texinfo)
33dc54b0 72 #:use-module (gnu packages time)
04eb0fab 73 #:use-module (gnu packages tls)
5dbeccf5 74 #:use-module (gnu packages vim)
36e1ab84 75 #:use-module (gnu packages virtualization)
37756a13 76 #:use-module (gnu packages web)
cb390925 77 #:use-module (gnu packages xml)
36e1ab84 78 #:use-module (gnu packages xorg)
37756a13
TGR
79 #:use-module (guix build-system emacs)
80 #:use-module (guix build-system gnu)
44118720 81 #:use-module (guix build-system meson)
37756a13
TGR
82 #:use-module (guix build-system python)
83 #:use-module (guix download)
84 #:use-module (guix gexp)
85 #:use-module (guix git-download)
7ed6343f 86 #:use-module ((guix licenses) #:prefix license:)
37756a13
TGR
87 #:use-module (guix packages)
88 #:use-module (guix utils)
89 #:use-module (ice-9 match)
90 #:use-module (srfi srfi-1))
bbe8d8f0 91
39de700c
LC
92(define (boot-guile-uri arch)
93 "Return the URI for the bootstrap Guile tarball for ARCH."
aef81a81
LC
94 (cond ((string=? "armhf" arch)
95 (string-append "http://alpha.gnu.org/gnu/guix/bootstrap/"
96 arch "-linux"
97 "/20150101/guile-2.0.11.tar.xz"))
98 ((string=? "aarch64" arch)
b31b0155
LC
99 (string-append "http://alpha.gnu.org/gnu/guix/bootstrap/"
100 arch "-linux/20170217/guile-2.0.14.tar.xz"))
aef81a81
LC
101 (else
102 (string-append "http://alpha.gnu.org/gnu/guix/bootstrap/"
103 arch "-linux"
104 "/20131110/guile-2.0.9.tar.xz"))))
39de700c 105
994a1494
LC
106(define-public guix
107 ;; Latest version of Guix, which may or may not correspond to a release.
94fa8d76
LC
108 ;; Note: the 'update-guix-package.scm' script expects this definition to
109 ;; start precisely like this.
c845323d 110 (let ((version "0.16.0")
ad3c9fbb
LC
111 (commit "7ba2b27467a39956f10e2e11061d9569e4b7d632")
112 (revision 8))
994a1494
LC
113 (package
114 (name "guix")
ab2419e5 115
994a1494
LC
116 (version (if (zero? revision)
117 version
118 (string-append version "-"
119 (number->string revision)
4b7917f2 120 "." (string-take commit 7))))
994a1494
LC
121 (source (origin
122 (method git-fetch)
123 (uri (git-reference
124 (url "https://git.savannah.gnu.org/r/guix.git")
125 (commit commit)))
126 (sha256
127 (base32
ad3c9fbb 128 "14srgkl0vyr6q7azv76nncp63gngmm71y18ybyj9f6l6s4shbcm4"))
994a1494
LC
129 (file-name (string-append "guix-" version "-checkout"))))
130 (build-system gnu-build-system)
131 (arguments
132 `(#:configure-flags (list
133 "--localstatedir=/var"
134 "--sysconfdir=/etc"
135 (string-append "--with-bash-completion-dir="
136 (assoc-ref %outputs "out")
137 "/etc/bash_completion.d")
138 (string-append "--with-libgcrypt-prefix="
139 (assoc-ref %build-inputs
140 "libgcrypt"))
141
142 ;; Set 'DOT_USER_PROGRAM' to the empty string so
143 ;; we don't keep a reference to Graphviz, whose
144 ;; closure is pretty big (too big for the GuixSD
145 ;; installation image.)
4b7917f2
LC
146 "ac_cv_path_DOT_USER_PROGRAM=dot"
147
148 ;; To avoid problems with the length of shebangs,
149 ;; choose a fixed-width and short directory name
150 ;; for tests.
151 "ac_cv_guix_test_root=/tmp/guix-tests")
994a1494
LC
152 #:parallel-tests? #f ;work around <http://bugs.gnu.org/21097>
153
154 #:modules ((guix build gnu-build-system)
155 (guix build utils)
c9117162 156 (srfi srfi-26)
994a1494
LC
157 (ice-9 popen)
158 (ice-9 rdelim))
159
160 #:phases (modify-phases %standard-phases
189be331 161 (replace 'bootstrap
994a1494
LC
162 (lambda _
163 ;; Make sure 'msgmerge' can modify the PO files.
164 (for-each (lambda (po)
165 (chmod po #o666))
166 (find-files "." "\\.po$"))
ab2419e5 167
8833a647
LC
168 (patch-shebang "build-aux/git-version-gen")
169
91c619eb
LC
170 (call-with-output-file ".tarball-version"
171 (lambda (port)
172 (display ,version port)))
173
92fcb831 174 (invoke "sh" "bootstrap")))
59127916 175 (add-before 'check 'copy-bootstrap-guile
994a1494 176 (lambda* (#:key system inputs #:allow-other-keys)
59127916
LC
177 ;; Copy the bootstrap guile tarball in the store used
178 ;; by the test suite.
179 (define (intern tarball)
180 (let ((base (strip-store-file-name tarball)))
181 (copy-file tarball base)
182 (invoke "./test-env" "guix" "download"
183 (string-append "file://" (getcwd)
184 "/" base))
185 (delete-file base)))
39de700c 186
bbe8d8f0 187
59127916
LC
188 (intern (assoc-ref inputs "boot-guile"))
189
190 ;; On x86_64 some tests need the i686 Guile.
191 ,@(if (and (not (%current-target-system))
192 (string=? (%current-system)
193 "x86_64-linux"))
194 '((intern (assoc-ref inputs "boot-guile/i686")))
195 '())
994a1494 196 #t))
40e89f5b 197 (add-after 'unpack 'disable-failing-tests
994a1494
LC
198 ;; XXX FIXME: These tests fail within the build container.
199 (lambda _
200 (substitute* "tests/syscalls.scm"
201 (("^\\(test-(assert|equal) \"(clone|setns|pivot-root)\"" all)
202 (string-append "(test-skip 1)\n" all)))
203 (substitute* "tests/containers.scm"
204 (("^\\(test-(assert|equal)" all)
205 (string-append "(test-skip 1)\n" all)))
206 (when (file-exists? "tests/guix-environment-container.sh")
207 (substitute* "tests/guix-environment-container.sh"
208 (("guix environment --version")
209 "exit 77\n")))
210 #t))
211 (add-before 'check 'set-SHELL
212 (lambda _
213 ;; 'guix environment' tests rely on 'SHELL' having a
214 ;; correct value, so set it.
215 (setenv "SHELL" (which "sh"))
216 #t))
217 (add-after 'install 'wrap-program
218 (lambda* (#:key inputs outputs #:allow-other-keys)
dd1640ee
LC
219 ;; Make sure the 'guix' command finds GnuTLS,
220 ;; Guile-JSON, and Guile-Git automatically.
994a1494
LC
221 (let* ((out (assoc-ref outputs "out"))
222 (guile (assoc-ref inputs "guile"))
ca719424 223 (gcrypt (assoc-ref inputs "guile-gcrypt"))
994a1494 224 (json (assoc-ref inputs "guile-json"))
c5a2e1ff 225 (sqlite (assoc-ref inputs "guile-sqlite3"))
9ca8aa38 226 (git (assoc-ref inputs "guile-git"))
dd1640ee
LC
227 (bs (assoc-ref inputs
228 "guile-bytestructures"))
994a1494
LC
229 (ssh (assoc-ref inputs "guile-ssh"))
230 (gnutls (assoc-ref inputs "gnutls"))
ca719424
LC
231 (deps (list gcrypt json sqlite gnutls
232 git bs ssh))
994a1494
LC
233 (effective
234 (read-line
235 (open-pipe* OPEN_READ
236 (string-append guile "/bin/guile")
237 "-c" "(display (effective-version))")))
c9117162
LC
238 (path (string-join
239 (map (cut string-append <>
240 "/share/guile/site/"
241 effective)
6f1ce09d 242 (delete #f deps))
c9117162
LC
243 ":"))
244 (gopath (string-join
245 (map (cut string-append <>
246 "/lib/guile/" effective
247 "/site-ccache")
6f1ce09d 248 (delete #f deps))
c9117162 249 ":")))
61cdad35 250
994a1494
LC
251 (wrap-program (string-append out "/bin/guix")
252 `("GUILE_LOAD_PATH" ":" prefix (,path))
c9117162 253 `("GUILE_LOAD_COMPILED_PATH" ":" prefix (,gopath)))
61cdad35 254
994a1494
LC
255 #t))))))
256 (native-inputs `(("pkg-config" ,pkg-config)
a7db8540 257
994a1494
LC
258 ;; XXX: Keep the development inputs here even though
259 ;; they're unnecessary, just so that 'guix environment
260 ;; guix' always contains them.
464f5447 261 ("autoconf" ,autoconf-wrapper)
994a1494
LC
262 ("automake" ,automake)
263 ("gettext" ,gettext-minimal)
264 ("texinfo" ,texinfo)
265 ("graphviz" ,graphviz)
76fa5e04
JL
266 ("help2man" ,help2man)
267 ("po4a" ,po4a)))
994a1494 268 (inputs
3e5750af
LC
269 `(("bzip2" ,bzip2)
270 ("gzip" ,gzip)
271 ("zlib" ,zlib) ;for 'guix publish'
2d195e67 272
3e5750af
LC
273 ("sqlite" ,sqlite)
274 ("libgcrypt" ,libgcrypt)
4e80516c 275
2abd76e8 276 ("guile" ,guile-2.2)
bbe8d8f0 277
59127916
LC
278 ;; Many tests rely on the 'guile-bootstrap' package, which is why we
279 ;; have it here.
280 ("boot-guile" ,(bootstrap-guile-origin (%current-system)))
272c0709
CM
281 ;; Some of the tests use "unshare" when it is available.
282 ("util-linux" ,util-linux)
59127916
LC
283 ,@(if (and (not (%current-target-system))
284 (string=? (%current-system) "x86_64-linux"))
285 `(("boot-guile/i686" ,(bootstrap-guile-origin "i686-linux")))
286 '())))
994a1494 287 (propagated-inputs
52cabc6f 288 `(("gnutls" ,gnutls)
ca719424 289 ("guile-gcrypt" ,guile-gcrypt)
2252f087 290 ("guile-json" ,guile-json)
c5a2e1ff 291 ("guile-sqlite3" ,guile-sqlite3)
9ca8aa38
LC
292 ("guile-ssh" ,guile-ssh)
293 ("guile-git" ,guile-git)))
f1082ec1 294
994a1494
LC
295 (home-page "https://www.gnu.org/software/guix/")
296 (synopsis "Functional package manager for installed software packages and versions")
297 (description
298 "GNU Guix is a functional package manager for the GNU system, and is
c5779c93 299also a distribution thereof. It includes a virtual machine image. Besides
79c311b8 300the usual package management features, it also supports transactional
c5779c93
LC
301upgrades and roll-backs, per-user profiles, and much more. It is based on
302the Nix package manager.")
7ed6343f 303 (license license:gpl3+)
994a1494 304 (properties '((ftp-server . "alpha.gnu.org"))))))
3ad9a0b1 305
994a1494
LC
306;; Alias for backward compatibility.
307(define-public guix-devel guix)
fcb0109d 308
baed9236
LC
309(define-public guix-daemon
310 ;; This package is for internal consumption: it allows us to quickly build
311 ;; the 'guix-daemon' program and use that in (guix self), used by 'guix
312 ;; pull'.
313 (package
314 (inherit guix)
315 (properties `((hidden? . #t)))
316 (name "guix-daemon")
317
318 ;; Use a minimum set of dependencies.
319 (native-inputs
320 (fold alist-delete (package-native-inputs guix)
321 '("po4a" "graphviz" "help2man")))
322 (inputs
323 `(("gnutls" ,gnutls)
324 ("guile-git" ,guile-git)
5118e26f 325 ("guile-json" ,guile-json)
3b0153bd 326 ("guile-gcrypt" ,guile-gcrypt)
1fb947f6
LC
327 ,@(fold alist-delete (package-inputs guix)
328 '("boot-guile" "boot-guile/i686" "util-linux"))))
329
baed9236
LC
330 (propagated-inputs '())
331
332 (arguments
333 (substitute-keyword-arguments (package-arguments guix)
1fb947f6
LC
334 ((#:configure-flags flags '())
335 ;; Pretend we have those libraries; we don't actually need them.
336 `(append ,flags
337 '("guix_cv_have_recent_guile_sqlite3=yes"
338 "guix_cv_have_recent_guile_ssh=yes")))
baed9236
LC
339 ((#:tests? #f #f)
340 #f)
341 ((#:phases phases '%standard-phases)
342 `(modify-phases ,phases
343 (replace 'build
344 (lambda _
345 (invoke "make" "nix/libstore/schema.sql.hh")
346 (invoke "make" "-j" (number->string
347 (parallel-job-count))
348 "guix-daemon")))
349 (delete 'copy-bootstrap-guile)
350 (replace 'install
351 (lambda* (#:key outputs #:allow-other-keys)
352 (invoke "make" "install-binPROGRAMS"
0a9d1c5a 353 "install-nodist_pkglibexecSCRIPTS")
baed9236
LC
354
355 ;; We need to tell 'guix-daemon' which 'guix' command to use.
ed9d7cb4
LC
356 ;; Here we use a questionable hack where we hard-code root's
357 ;; current guix, which could be wrong (XXX). Note that scripts
358 ;; like 'guix perform-download' do not run as root so we assume
359 ;; that they have access to /var/guix/profiles/per-user/root.
baed9236
LC
360 (let ((out (assoc-ref outputs "out")))
361 (substitute* (find-files (string-append out "/libexec"))
362 (("exec \".*/bin/guix\"")
ed9d7cb4 363 "exec /var/guix/profiles/per-user/root/current-guix/bin/guix"))
baed9236
LC
364 #t)))
365 (delete 'wrap-program)))))))
366
82ce81ba 367(define-public guile2.0-guix
0991fd53 368 (deprecated-package "guile2.0-guix" guix))
82ce81ba 369
6f1ce09d
EB
370(define-public guix-minimal
371 ;; A version of Guix which is built with the minimal set of dependencies, as
372 ;; outlined in the README "Requirements" section. Intended as a CI job, so
373 ;; marked as hidden.
0991fd53
LC
374 (hidden-package
375 (package
376 (inherit guix)
377 (name "guix-minimal")
378 (inputs
379 `(("guile" ,guile-2.2)
380 ,@(alist-delete "guile" (package-inputs guix))))
381 (propagated-inputs
382 (fold alist-delete
383 (package-propagated-inputs guix)
384 '("guile-ssh"))))))
6f1ce09d 385
04eb0fab
LC
386(define (source-file? file stat)
387 "Return true if FILE is likely a source file, false if it is a typical
388generated file."
389 (define (wrong-extension? file)
390 (or (string-suffix? "~" file)
391 (member (file-extension file)
392 '("o" "a" "lo" "so" "go"))))
393
394 (match (basename file)
395 ((or ".git" "autom4te.cache" "configure" "Makefile" "Makefile.in" ".libs")
396 #f)
397 ((? wrong-extension?)
398 #f)
399 (_
400 #t)))
401
7e6d8d36
LC
402(define-public current-guix-package
403 ;; This parameter allows callers to override the package that 'current-guix'
404 ;; returns. This is useful when 'current-guix' cannot compute it by itself,
405 ;; for instance because it's not running from a source code checkout.
406 (make-parameter #f))
407
04eb0fab 408(define-public current-guix
a9d5e4be
CB
409 (let* ((repository-root (canonicalize-path
410 (string-append (current-source-directory)
411 "/../..")))
412 (select? (delay (or (git-predicate repository-root)
413 source-file?))))
04eb0fab
LC
414 (lambda ()
415 "Return a package representing Guix built from the current source tree.
416This works by adding the current source tree to the store (after filtering it
417out) and returning a package that uses that as its 'source'."
7e6d8d36
LC
418 (or (current-guix-package)
419 (package
420 (inherit guix)
421 (version (string-append (package-version guix) "+"))
422 (source (local-file repository-root "guix-current"
423 #:recursive? #t
424 #:select? (force select?))))))))
04eb0fab
LC
425
426\f
427;;;
428;;; Other tools.
429;;;
430
fcb0109d
LC
431(define-public nix
432 (package
433 (name "nix")
e6c8199b 434 (version "2.0.4")
fcb0109d
LC
435 (source (origin
436 (method url-fetch)
437 (uri (string-append "http://nixos.org/releases/nix/nix-"
438 version "/nix-" version ".tar.xz"))
439 (sha256
440 (base32
e6c8199b 441 "0ss9svxlh1pvrdmnqjvjyqjmbqmrdbyfarvbb14i9d4bggzl0r8n"))))
fcb0109d 442 (build-system gnu-build-system)
e6c8199b 443 (native-inputs `(("pkg-config" ,pkg-config)))
fcb0109d 444 (inputs `(("curl" ,curl)
e6c8199b 445 ("bzip2" ,bzip2)
fcb0109d 446 ("libgc" ,libgc)
e6c8199b
SB
447 ("libseccomp" ,libseccomp)
448 ("libsodium" ,libsodium)
449 ("openssl" ,openssl)
fcb0109d 450 ("sqlite" ,sqlite)
e6c8199b 451 ("xz" ,xz)))
775989c7 452 (home-page "https://nixos.org/nix/")
fcb0109d
LC
453 (synopsis "The Nix package manager")
454 (description
455 "Nix is a purely functional package manager. This means that it treats
456packages like values in purely functional programming languages such as
457Haskell—they are built by functions that don't have side-effects, and they
458never change after they have been built. Nix stores packages in the Nix
459store, usually the directory /nix/store, where each package has its own unique
460sub-directory.")
7ed6343f 461 (license license:lgpl2.1+)))
8d422e25 462
a881a40c
LC
463(define-public emacs-nix-mode
464 (package
a881a40c 465 (name "emacs-nix-mode")
49d9fce8
OP
466 (version "1.2.2")
467 (source
468 (origin
469 (method url-fetch)
470 (uri (string-append "https://github.com/NixOS/nix-mode/archive/v"
471 version ".tar.gz"))
472 (file-name (string-append name "-" version ".tar.gz"))
473 (sha256
474 (base32
475 "06aqz0czznsj8835jqnk794sy2p6pa8kxfqwh0nl5d5vxivria6z"))))
a881a40c 476 (build-system emacs-build-system)
49d9fce8
OP
477 (inputs
478 `(("emacs-company" ,emacs-company)
479 ("emacs-mmm-mode" ,emacs-mmm-mode)))
480 (home-page "https://github.com/NixOS/nix-mode")
a881a40c
LC
481 (synopsis "Emacs major mode for editing Nix expressions")
482 (description "@code{nixos-mode} provides an Emacs major mode for editing
483Nix expressions. It supports syntax highlighting, indenting and refilling of
49d9fce8
OP
484comments.")
485 (license license:lgpl2.1+)))
a881a40c 486
8d422e25
RW
487(define-public stow
488 (package
489 (name "stow")
ddfd70da 490 (version "2.2.2")
8d422e25
RW
491 (source (origin
492 (method url-fetch)
493 (uri (string-append "mirror://gnu/stow/stow-"
494 version ".tar.gz"))
495 (sha256
496 (base32
ddfd70da 497 "1pvky9fayms4r6fhns8jd0vavszd7d979w62vfd5n88v614pdxz2"))))
8d422e25
RW
498 (build-system gnu-build-system)
499 (inputs
500 `(("perl" ,perl)))
501 (native-inputs
502 `(("perl-test-simple" ,perl-test-simple)
503 ("perl-test-output" ,perl-test-output)
ddfd70da
LC
504 ("perl-capture-tiny" ,perl-capture-tiny)
505 ("perl-io-stringy" ,perl-io-stringy)))
8d422e25
RW
506 (home-page "https://www.gnu.org/software/stow/")
507 (synopsis "Managing installed software packages")
508 (description
509 "GNU Stow is a symlink manager. It generates symlinks to directories
510of data and makes them appear to be merged into the same directory. It is
511typically used for managing software packages installed from source, by
512letting you install them apart in distinct directories and then create
513symlinks to the files in a common directory such as /usr/local.")
7ed6343f 514 (license license:gpl2+)))
e3e1ecf6
LC
515
516(define-public rpm
517 (package
518 (name "rpm")
91a3c800 519 (version "4.14.2")
e3e1ecf6
LC
520 (source (origin
521 (method url-fetch)
623cc34c
EB
522 (uri (string-append "http://ftp.rpm.org/releases/rpm-"
523 (version-major+minor version) ".x/rpm-"
e3e1ecf6
LC
524 version ".tar.bz2"))
525 (sha256
526 (base32
91a3c800 527 "0armd7dqr8bl0isx8l4xlylm7dikasmxhhcbz336fkp2x30w5jw0"))))
e3e1ecf6
LC
528 (build-system gnu-build-system)
529 (arguments
530 '(#:configure-flags '("--with-external-db" ;use the system's bdb
531 "--enable-python"
532 "--without-lua")
533 #:phases (modify-phases %standard-phases
91a3c800 534 (add-before 'configure 'set-nss-library-path
e3e1ecf6 535 (lambda* (#:key inputs #:allow-other-keys)
91a3c800 536 (let ((nss (assoc-ref inputs "nss")))
e3e1ecf6
LC
537 (setenv "LIBRARY_PATH"
538 (string-append (getenv "LIBRARY_PATH") ":"
539 nss "/lib/nss"))
91a3c800 540 #t))))))
e3e1ecf6
LC
541 (native-inputs
542 `(("pkg-config" ,pkg-config)))
543 (inputs
544 `(("python" ,python-2)
545 ("xz" ,xz)
546 ("bdb" ,bdb)
547 ("popt" ,popt)
548 ("nss" ,nss)
549 ("nspr" ,nspr)
550 ("libarchive" ,libarchive)
551 ("nettle" ,nettle) ;XXX: actually a dependency of libarchive
552 ("file" ,file)
553 ("bzip2" ,bzip2)
554 ("zlib" ,zlib)
555 ("cpio" ,cpio)))
91a3c800 556 (home-page "http://rpm.org/")
e3e1ecf6
LC
557 (synopsis "The RPM Package Manager")
558 (description
559 "The RPM Package Manager (RPM) is a command-line driven package
560management system capable of installing, uninstalling, verifying, querying,
561and updating computer software packages. Each software package consists of an
562archive of files along with information about the package like its version, a
563description. There is also a library permitting developers to manage such
564transactions from C or Python.")
565
566 ;; The whole is GPLv2+; librpm itself is dual-licensed LGPLv2+ | GPLv2+.
7ed6343f 567 (license license:gpl2+)))
e3e1ecf6 568
08dcff47
LC
569(define-public diffoscope
570 (package
571 (name "diffoscope")
07fdf961 572 (version "106")
08dcff47 573 (source (origin
7dd21101
LF
574 (method url-fetch)
575 (uri (pypi-uri name version))
08dcff47
LC
576 (sha256
577 (base32
07fdf961 578 "0qrfp7nha2n2s9h5ibcf7rqji1amh4cqbcf80m6anim6p3ik26da"))))
08dcff47
LC
579 (build-system python-build-system)
580 (arguments
7dd21101
LF
581 `(#:phases (modify-phases %standard-phases
582 ;; setup.py mistakenly requires python-magic from PyPi, even
583 ;; though the Python bindings of `file` are sufficient.
584 ;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=815844
585 (add-after 'unpack 'dependency-on-python-magic
586 (lambda _
587 (substitute* "setup.py"
5dbeccf5 588 (("'python-magic',") ""))))
c1d80c7a
JL
589 ;; This test is broken because our `file` package has a
590 ;; bug in berkeley-db file type detection.
591 (add-after 'unpack 'remove-berkeley-test
592 (lambda _
593 (delete-file "tests/comparators/test_berkeley_db.py")
594 #t))
5dbeccf5
RW
595 (add-after 'unpack 'embed-tool-references
596 (lambda* (#:key inputs #:allow-other-keys)
025519fa 597 (substitute* "diffoscope/comparators/utils/compare.py"
5dbeccf5
RW
598 (("\\['xxd',")
599 (string-append "['" (which "xxd") "',")))
600 (substitute* "diffoscope/comparators/elf.py"
601 (("@tool_required\\('readelf'\\)") "")
2af6be91
KK
602 (("get_tool_name\\('readelf'\\)")
603 (string-append "'" (which "readelf") "'")))
604 (substitute* "diffoscope/comparators/directory.py"
605 (("@tool_required\\('stat'\\)") "")
606 (("@tool_required\\('getfacl'\\)") "")
607 (("\\['stat',")
608 (string-append "['" (which "stat") "',"))
609 (("\\['getfacl',")
610 (string-append "['" (which "getfacl") "',")))
63b7fbe1
GB
611 #t))
612 (add-before 'check 'delete-failing-test
613 (lambda _
614 (delete-file "tests/test_tools.py") ;this requires /sbin to be on the path
5dbeccf5 615 #t)))))
08dcff47 616 (inputs `(("rpm" ,rpm) ;for rpm-python
7dd21101
LF
617 ("python-file" ,python-file)
618 ("python-debian" ,python-debian)
619 ("python-libarchive-c" ,python-libarchive-c)
620 ("python-tlsh" ,python-tlsh)
2af6be91 621 ("acl" ,acl) ;for getfacl
5dbeccf5 622 ("colordiff" ,colordiff)
9fc513ad 623 ("xxd" ,xxd)
08dcff47
LC
624
625 ;; Below are modules used for tests.
7dd21101
LF
626 ("python-pytest" ,python-pytest)
627 ("python-chardet" ,python-chardet)))
54360c91 628 (home-page "https://diffoscope.org/")
08dcff47
LC
629 (synopsis "Compare files, archives, and directories in depth")
630 (description
631 "Diffoscope tries to get to the bottom of what makes files or directories
632different. It recursively unpacks archives of many kinds and transforms
633various binary formats into more human readable forms to compare them. It can
634compare two tarballs, ISO images, or PDFs just as easily.")
7ed6343f 635 (license license:gpl3+)))
513d35f1
MFM
636
637(define-public python-anaconda-client
638 (package
639 (name "python-anaconda-client")
640 (version "1.6.3")
641 (source
642 (origin
643 (method url-fetch)
644 (uri (string-append "https://github.com/Anaconda-Platform/"
645 "anaconda-client/archive/" version ".tar.gz"))
646 (file-name (string-append name "-" version ".tar.gz"))
647 (sha256
648 (base32
649 "1wv4wi6k5jz7rlwfgvgfdizv77x3cr1wa2aj0k1595g7fbhkjhz2"))))
650 (build-system python-build-system)
651 (propagated-inputs
652 `(("python-pyyaml" ,python-pyyaml)
653 ("python-requests" ,python-requests)
654 ("python-clyent" ,python-clyent)))
655 (native-inputs
656 `(("python-pytz" ,python-pytz)
657 ("python-dateutil" ,python-dateutil)
658 ("python-mock" ,python-mock)
659 ("python-coverage" ,python-coverage)
660 ("python-pillow" ,python-pillow)))
661 (arguments
662 `(#:phases
663 (modify-phases %standard-phases
664 ;; This is needed for some tests.
665 (add-before 'check 'set-up-home
666 (lambda* _ (setenv "HOME" "/tmp") #t))
667 (add-before 'check 'remove-network-tests
668 (lambda* _
669 ;; Remove tests requiring a network connection
670 (let ((network-tests '("tests/test_upload.py"
671 "tests/test_authorizations.py"
672 "tests/test_login.py"
673 "tests/test_whoami.py"
674 "utils/notebook/tests/test_data_uri.py"
675 "utils/notebook/tests/test_base.py"
676 "utils/notebook/tests/test_downloader.py"
677 "inspect_package/tests/test_conda.py")))
678 (with-directory-excursion "binstar_client"
679 (for-each delete-file network-tests)))
680 #t)))))
681 (home-page "https://github.com/Anaconda-Platform/anaconda-client")
682 (synopsis "Anaconda Cloud command line client library")
683 (description
684 "Anaconda Cloud command line client library provides an interface to
685Anaconda Cloud. Anaconda Cloud is useful for sharing packages, notebooks and
686environments.")
7ed6343f 687 (license license:bsd-3)))
513d35f1
MFM
688
689(define-public python2-anaconda-client
690 (package-with-python2 python-anaconda-client))
4bc08b6e
MFM
691
692(define-public python-conda
693 (package
694 (name "python-conda")
695 (version "4.3.16")
696 (source
697 (origin
698 (method url-fetch)
699 (uri (string-append "https://github.com/conda/conda/archive/"
700 version ".tar.gz"))
701 (file-name (string-append name "-" version ".tar.gz"))
702 (sha256
703 (base32
704 "1jq8hyrc5npb5sf4vw6s6by4602yj8f79vzpbwdfgpkn02nfk1dv"))))
705 (build-system python-build-system)
706 (arguments
707 `(#:phases
708 (modify-phases %standard-phases
709 (add-before 'build 'create-version-file
710 (lambda _
711 (with-output-to-file "conda/.version"
712 (lambda () (display ,version)))
713 #t))
714 (add-before 'check 'remove-failing-tests
715 (lambda _
716 ;; These tests require internet/network access
717 (let ((network-tests '("test_cli.py"
718 "test_create.py"
719 "test_export.py"
720 "test_fetch.py"
721 "test_history.py"
722 "test_info.py"
723 "test_install.py"
724 "test_priority.py"
725 "conda_env/test_cli.py"
726 "conda_env/test_create.py"
727 "conda_env/specs/test_notebook.py"
728 "conda_env/utils/test_notebooks.py"
729 "core/test_index.py"
730 "core/test_repodata.py")))
731 (with-directory-excursion "tests"
732 (for-each delete-file network-tests)
733
734 ;; FIXME: This test creates a file, then deletes it and tests
735 ;; that the file was deleted. For some reason it fails when
736 ;; building with guix, but does not when you run it in the
737 ;; directory left when you build with the --keep-failed
738 ;; option
739 (delete-file "gateways/disk/test_delete.py")
740 #t))))
741 (replace 'check
742 (lambda _
743 (setenv "HOME" "/tmp")
675e7bba 744 (invoke "py.test"))))))
4bc08b6e 745 (native-inputs
e227f248
EF
746 `(("python-cytoolz" ,python-cytoolz)
747 ("python-ruamel.yaml" ,python-ruamel.yaml)
4bc08b6e
MFM
748 ("python-requests" ,python-requests)
749 ("python-pycosat" ,python-pycosat)
750 ("python-pytest" ,python-pytest)
751 ("python-responses" ,python-responses)
752 ("python-pyyaml" ,python-pyyaml)
753 ("python-anaconda-client" ,python-anaconda-client)))
754 (home-page "https://github.com/conda/conda")
755 (synopsis "Cross-platform, OS-agnostic, system-level binary package manager")
756 (description
757 "Conda is a cross-platform, Python-agnostic binary package manager. It
758is the package manager used by Anaconda installations, but it may be used for
759other systems as well. Conda makes environments first-class citizens, making
760it easy to create independent environments even for C libraries. Conda is
761written entirely in Python.
762
763This package provides Conda as a library.")
7ed6343f 764 (license license:bsd-3)))
4bc08b6e
MFM
765
766(define-public python2-conda
2c5cf844
LF
767 (let ((base (package-with-python2
768 (strip-python2-variant python-conda))))
769 (package (inherit base)
770 (native-inputs
771 `(("python2-enum34" ,python2-enum34)
772 ,@(package-native-inputs base))))))
84fcb580
MFM
773
774(define-public conda
775 (package (inherit python-conda)
776 (name "conda")
777 (arguments
778 (substitute-keyword-arguments (package-arguments python-conda)
779 ((#:phases phases)
780 `(modify-phases ,phases
781 (replace 'build
782 (lambda* (#:key outputs #:allow-other-keys)
783 ;; This test fails when run before installation.
784 (delete-file "tests/test_activate.py")
785
786 ;; Fix broken defaults
787 (substitute* "conda/base/context.py"
788 (("return sys.prefix")
789 (string-append "return \"" (assoc-ref outputs "out") "\""))
790 (("return (prefix_is_writable\\(self.root_prefix\\))" _ match)
791 (string-append "return False if self.root_prefix == self.conda_prefix else "
792 match)))
793
794 ;; The util/setup-testing.py is used to build conda in
795 ;; application form, rather than the default, library form.
796 ;; With this, we are able to run commands like `conda --help`
797 ;; directly on the command line
d691e966 798 (invoke "python" "utils/setup-testing.py" "build_py")))
84fcb580
MFM
799 (replace 'install
800 (lambda* (#:key inputs outputs #:allow-other-keys)
801 (let* ((out (assoc-ref outputs "out"))
802 (target (string-append out "/lib/python"
803 ((@@ (guix build python-build-system)
804 get-python-version)
805 (assoc-ref inputs "python"))
806 "/site-packages/")))
807 ;; The installer aborts if the target directory is not on
808 ;; PYTHONPATH.
809 (setenv "PYTHONPATH"
810 (string-append target ":" (getenv "PYTHONPATH")))
811
812 ;; And it aborts if the directory doesn't exist.
813 (mkdir-p target)
d691e966
EF
814 (invoke "python" "utils/setup-testing.py" "install"
815 (string-append "--prefix=" out)))))
1d84500a
RW
816 ;; The "activate" and "deactivate" scripts don't need wrapping.
817 ;; They also break when they are renamed.
818 (add-after 'wrap 'undo-wrap
819 (lambda* (#:key outputs #:allow-other-keys)
820 (with-directory-excursion (string-append (assoc-ref outputs "out") "/bin/")
821 (delete-file "deactivate")
822 (rename-file ".deactivate-real" "deactivate")
823 (delete-file "activate")
824 (rename-file ".activate-real" "activate")
825 #t)))))))
84fcb580
MFM
826 (description
827 "Conda is a cross-platform, Python-agnostic binary package manager. It
828is the package manager used by Anaconda installations, but it may be used for
829other systems as well. Conda makes environments first-class citizens, making
830it easy to create independent environments even for C libraries. Conda is
831written entirely in Python.")))
58a308e0
RJ
832
833(define-public gwl
834 (package
835 (name "gwl")
fb6ca493 836 (version "0.1.1")
58a308e0
RJ
837 (source (origin
838 (method url-fetch)
839 (uri (string-append "https://www.guixwl.org/releases/gwl-"
840 version ".tar.gz"))
841 (sha256
842 (base32
fb6ca493 843 "06pm967mq1wyggx7l0nfapw5s0k5qc5r9lawk2v3db868br779a7"))))
58a308e0
RJ
844 (build-system gnu-build-system)
845 (native-inputs
846 `(("autoconf" ,autoconf)
847 ("automake" ,automake)
848 ("pkg-config" ,pkg-config)))
849 (inputs
850 `(("guile" ,guile-2.2)))
851 (propagated-inputs
852 `(("guix" ,guix)
853 ("guile-commonmark" ,guile-commonmark)))
854 (home-page "https://www.guixwl.org")
855 (synopsis "Workflow management extension for GNU Guix")
856 (description "This project provides two subcommands to GNU Guix and
857introduces two record types that provide a workflow management extension built
858on top of GNU Guix.")
859 ;; The Scheme modules in guix/ and gnu/ are licensed GPL3+,
860 ;; the web interface modules in gwl/ are licensed AGPL3+,
861 ;; and the fonts included in this package are licensed OFL1.1.
7ed6343f 862 (license (list license:gpl3+ license:agpl3+ license:silofl1.1))))
98a11b7f
TGR
863
864(define-public gcab
865 (package
866 (name "gcab")
63f931cf 867 (version "1.1")
98a11b7f
TGR
868 (source (origin
869 (method url-fetch)
870 (uri (string-append "mirror://gnome/sources/" name "/"
871 version "/" name "-" version ".tar.xz"))
872 (sha256
873 (base32
63f931cf
TGR
874 "0l19sr6pg0cfcddmi5n79d08mjjbhn427ip5jlsy9zddq9r24aqr"))
875 ;; gcab 1.1 has a hard dependency on git — even when building
876 ;; from a tarball. Remove it early so ‘guix environment gcab’
877 ;; can actually build what ‘guix build --source gcab’ returns.
878 (modules '((guix build utils)))
879 (snippet
880 '(begin
881 (substitute* "meson.build"
882 (("git_version = .*$") "git_version = []\n"))
883 #t))))
44118720 884 (build-system meson-build-system)
98a11b7f 885 (native-inputs
44118720
TGR
886 `(("glib:bin" ,glib "bin") ; for glib-mkenums
887 ("intltool" ,intltool)
888 ("pkg-config" ,pkg-config)
889 ("vala" ,vala)))
98a11b7f
TGR
890 (inputs
891 `(("glib" ,glib)
892 ("zlib" ,zlib)))
44118720
TGR
893 (arguments
894 `(#:configure-flags
895 ;; XXX This ‘documentation’ is for developers, and fails informatively:
896 ;; Error in gtkdoc helper script: 'gtkdoc-mkhtml' failed with status 5
897 (list "-Ddocs=false"
898 "-Dintrospection=false")))
98a11b7f
TGR
899 (home-page "https://wiki.gnome.org/msitools") ; no dedicated home page
900 (synopsis "Microsoft Cabinet file manipulation library")
901 (description
902 "The libgcab library provides GObject functions to read, write, and modify
903Microsoft cabinet (.@dfn{CAB}) files.")
904 (license (list license:gpl2+ ; tests/testsuite.at
905 license:lgpl2.1+)))) ; the rest
cb390925
TGR
906
907(define-public msitools
908 (package
909 (name "msitools")
729a9722 910 (version "0.98")
cb390925
TGR
911 (source (origin
912 (method url-fetch)
913 (uri (string-append "mirror://gnome/sources/" name "/"
914 version "/" name "-" version ".tar.xz"))
915 (sha256
916 (base32
729a9722 917 "19wb3n3nwkpc6bjr0q3f1znaxsfaqgjbdxxnbx8ic8bb5b49hwac"))))
cb390925
TGR
918 (build-system gnu-build-system)
919 (native-inputs
920 `(("pkg-config" ,pkg-config)))
921 (inputs
922 `(("gcab" ,gcab)
923 ("glib" ,glib)
924 ("libgsf" ,libgsf)
925 ("libxml2" ,libxml2)
926 ("uuid" ,util-linux)))
927 (home-page "https://wiki.gnome.org/msitools")
928 (synopsis "Windows Installer file manipulation tool")
929 (description
930 "msitools is a collection of command-line tools to inspect, extract, build,
931and sign Windows@tie{}Installer (.@dfn{MSI}) files. It aims to be a solution
932for packaging and deployment of cross-compiled Windows applications.")
933 (license license:lgpl2.1+)))
3d391309
SB
934
935(define-public libostree
936 (package
937 (name "libostree")
83d4da12 938 (version "2018.9.1")
3d391309
SB
939 (source (origin
940 (method url-fetch)
941 (uri (string-append
942 "https://github.com/ostreedev/ostree/releases/download/v"
83d4da12 943 (version-major+minor version) "/libostree-" version ".tar.xz"))
3d391309
SB
944 (sha256
945 (base32
83d4da12 946 "01mygpkbl9sk2vr3hjbpih6qlg8lwx0q5lklm09f7jfwfpnwyqzj"))))
3d391309
SB
947 (build-system gnu-build-system)
948 (arguments
949 '(#:phases
950 (modify-phases %standard-phases
951 (add-before 'check 'pre-check
952 (lambda _
953 ;; Don't try to use the non-existing '/var/tmp' as test
954 ;; directory.
955 (setenv "TEST_TMPDIR" (getenv "TMPDIR"))
956 #t)))
957 ;; XXX: fails with:
958 ;; tap-driver.sh: internal error getting exit status
959 ;; tap-driver.sh: fatal: I/O or internal error
960 #:tests? #f))
961 (native-inputs
962 `(("attr" ,attr) ; for tests
963 ("bison" ,bison)
964 ("glib:bin" ,glib "bin") ; for 'glib-mkenums'
965 ("gobject-introspection" ,gobject-introspection)
966 ("pkg-config" ,pkg-config)
967 ("xsltproc" ,libxslt)))
968 (inputs
969 `(("avahi" ,avahi)
970 ("docbook-xml" ,docbook-xml-4.2)
971 ("docbook-xsl" ,docbook-xsl)
972 ("e2fsprogs" ,e2fsprogs)
973 ("fuse" ,fuse)
974 ("glib" ,glib)
975 ("gpgme" ,gpgme)
976 ("libarchive" ,libarchive)
977 ("libsoup" ,libsoup)
978 ("nettle" ,nettle) ; required by 'libarchive.la'
979 ("util-linux" ,util-linux)))
980 (home-page "https://ostree.readthedocs.io/en/latest/")
981 (synopsis "Operating system and container binary deployment and upgrades")
982 (description
983 "@code{libostree} is both a shared library and suite of command line
984tools that combines a \"git-like\" model for committing and downloading
985bootable filesystem trees, along with a layer for deploying them and managing
986the bootloader configuration.")
987 (license license:lgpl2.0+)))
36e1ab84
RH
988
989(define-public flatpak
990 (package
122db9a6
RH
991 (name "flatpak")
992 (version "1.1.0")
993 (source
994 (origin
995 (method url-fetch)
996 (uri (string-append "https://github.com/flatpak/flatpak/releases/download/"
997 version "/flatpak-" version ".tar.xz"))
998 (sha256
999 (base32
1000 "0bkjwh49kajyd78vdh0g9arb352a7rccaifas9zxa78phhja2v2p"))))
1001 (build-system gnu-build-system)
1002 (arguments
1003 '(#:tests? #f ;; Tests fail due to trying to create files where it can't.
1004 #:configure-flags (list
1005 "--enable-documentation=no" ;; FIXME
1006 "--enable-system-helper=no"
1007 "--localstatedir=/var"
1008 (string-append "--with-system-bubblewrap="
1009 (assoc-ref %build-inputs "bubblewrap")
1010 "/bin/bwrap"))))
1011 (native-inputs `(("bison" ,bison)
1012 ("gettext" ,gnu-gettext)
1013 ("glib:bin" ,glib "bin") ; for glib-mkenums + gdbus-codegen
1014 ("gobject-introspection" ,gobject-introspection)
1015 ("libcap" ,libcap)
1016 ("pkg-config" ,pkg-config)))
1017 (inputs `(("appstream-glib" ,appstream-glib)
1018 ("bubblewrap" ,bubblewrap)
1019 ("gdk-pixbuf" ,gdk-pixbuf)
1020 ("gpgme" ,gpgme)
1021 ("json-glib" ,json-glib)
1022 ("libarchive" ,libarchive)
1023 ("libostree" ,libostree)
1024 ("libseccomp" ,libseccomp)
1025 ("libsoup" ,libsoup)
1026 ("libxau" ,libxau)
1027 ("libxml2" ,libxml2)
1028 ("nettle" ,nettle)
1029 ("util-linux" ,util-linux)))
1030 (home-page "https://flatpak.org")
1031 (synopsis "System for building, distributing, and running sandboxed desktop
36e1ab84 1032applications")
122db9a6 1033 (description "Flatpak is a system for building, distributing, and running
36e1ab84 1034sandboxed desktop applications on GNU/Linux.")
122db9a6 1035 (license license:lgpl2.1+)))