# GNU Guix --- Functional package management for GNU # Copyright © 2019 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 `guix package' aliases. # guix install --version readlink_base () { basename `readlink "$1"` } profile="t-profile-$$" rm -f "$profile" trap 'rm -f "$profile" "$profile-"[0-9]*' EXIT guix install --bootstrap guile-bootstrap -p "$profile" test -x "$profile/bin/guile" # Make sure '-r' isn't passed as-is to 'guix package'. if guix install -r guile-bootstrap -p "$profile" --bootstrap then false; else true; fi test -x "$profile/bin/guile" guix upgrade --version guix upgrade -n guix upgrade gui.e -n if guix upgrade foo bar -n; then false; else true; fi guix remove --version guix remove --bootstrap guile-bootstrap -p "$profile" ! test -x "$profile/bin/guile" test `guix package -p "$profile" -I | wc -l` -eq 0 if guix remove -p "$profile" this-is-not-installed --bootstrap then false; else true; fi if guix remove -i guile-bootstrap -p "$profile" --bootstrap then false; else true; fi guix search '\' game | grep '^name: gnubg' .scm'>
diff options
context:
space:
mode:
authorMark H Weaver <mhw@netris.org>2020-07-31 13:35:19 -0400
committerMark H Weaver <mhw@netris.org>2020-07-31 13:38:26 -0400
commit2bc733e2711f2d5c7ca894da555d07d44388cf75 (patch)
tree540e92d4d3da6b088e5d94c08e525f822670a88c /gnu/packages/haskell-apps.scm
parent95d44e7a29675babd9965c8e961cebc18bda8327 (diff)
downloadguix-2bc733e2711f2d5c7ca894da555d07d44388cf75.tar.gz
guix-2bc733e2711f2d5c7ca894da555d07d44388cf75.zip
gnu: linux-libre@4.19: Update to 4.19.136.
* gnu/packages/linux.scm (linux-libre-4.19-version): Update to 4.19.136. (linux-libre-4.19-pristine-source): Update hash.
Diffstat (limited to 'gnu/packages/haskell-apps.scm')
0 files changed, 0 insertions, 0 deletions