summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-05-23 22:37:45 +0200
committerDenis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>2022-05-23 23:24:04 +0200
commit88462e5cc21168872df53543d9607335bb4ba625 (patch)
tree6385fa832119f66fee3ae9376062dd49beb52066
parent2c8414dc158df8a0313a56a5fc896d529fd2b054 (diff)
guix-installer: Add tar dependency
The installer uses tar to extract the downloaded tarball. Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
-rw-r--r--pcr/guix-installer/PKGBUILD5
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')