diff options
author | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-05-23 22:37:45 +0200 |
---|---|---|
committer | Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> | 2022-05-23 23:24:04 +0200 |
commit | 88462e5cc21168872df53543d9607335bb4ba625 (patch) | |
tree | 6385fa832119f66fee3ae9376062dd49beb52066 /pcr | |
parent | 2c8414dc158df8a0313a56a5fc896d529fd2b054 (diff) | |
download | abslibre-88462e5cc21168872df53543d9607335bb4ba625.tar.gz abslibre-88462e5cc21168872df53543d9607335bb4ba625.tar.bz2 abslibre-88462e5cc21168872df53543d9607335bb4ba625.zip |
guix-installer: Add tar dependency
The installer uses tar to extract the downloaded tarball.
Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Diffstat (limited to 'pcr')
-rw-r--r-- | pcr/guix-installer/PKGBUILD | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/pcr/guix-installer/PKGBUILD b/pcr/guix-installer/PKGBUILD index 38f09857a..603d964fa 100644 --- a/pcr/guix-installer/PKGBUILD +++ b/pcr/guix-installer/PKGBUILD @@ -1,11 +1,11 @@ -# Copyright (C) 2019 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> +# Copyright (C) 2019-2022 Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org> # This program is free software: you can redistribute it and/or modify # it under the terms of the CC0 1.0 License. # Maintainers: Parabola hackers <dev@lists.parabola.nu> pkgname=guix-installer pkgver=v1.3.0 -pkgrel=1 +pkgrel=2 pkgdesc="A command line installer for Guix" arch=(any) url="https://www.gnu.org/software/guix/" @@ -16,6 +16,7 @@ depends=('coreutils' 'grep' 'sed' 'shadow' + 'tar' 'wget' 'which' 'xz') |