# GNU Guix --- Functional package management for GNU # Copyright © 2012, 2014, 2015, 2016, 2017 Ludovic Courtès # # This file is part of GNU Guix. # # GNU Guix is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 3 of the License, or (at # your option) any later version. # # GNU Guix is distributed in the hope that it will be useful, but # WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with GNU Guix. If not, see . # # Test the daemon and its interaction with 'guix substitute'. # set -e guix-daemon --version guix build --version drv="`guix build emacs -d`" out="`guile -c ' \ (use-modules (guix) (guix grafts) (gnu packages emacs)) \ (define store (open-connection)) \ (%
aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorjgart <jgart@dismail.de>2024-08-25 09:00:27 -0500
committerjgart <jgart@dismail.de>2024-08-25 09:06:31 -0500
commitc62b729b3ec61958b0a883d82ef45a4a45733690 (patch)
treef2b0c92355467fc063d8ef9f34435ca52b9733df /gnu/packages/jose.scm
parent4a1114de7868b39e17d21c20ecdfa7c4e7b82213 (diff)
downloadguix-c62b729b3ec61958b0a883d82ef45a4a45733690.tar.gz
guix-c62b729b3ec61958b0a883d82ef45a4a45733690.zip
gnu: pantheon-terminal: Use gexp modern style.
* gnu/packages/pantheon.scm (pantheon-terminal) [arguments]: Use gexp modern style. Change-Id: I74d12ec09d8385f2093af91909963c934f9ca968
Diffstat (limited to 'gnu/packages/jose.scm')
0 files changed, 0 insertions, 0 deletions
"failed")))) (build-derivations store (list drv)) #f))))' for option in --max-silent-time=1 --timeout=1 do guix-daemon --listen="$socket" --disable-chroot "$option" & daemon_pid=$! GUIX_DAEMON_SOCKET="$socket" guile -c "$client_code" kill "$daemon_pid" done