summaryrefslogtreecommitdiffstats
path: root/guix/PKGBUILD
diff options
context:
space:
mode:
authorTing-Wei Lan <lantw44@gmail.com>2018-07-31 01:09:37 +0800
committerTing-Wei Lan <lantw44@gmail.com>2018-07-31 01:11:24 +0800
commit0f2f47e43e0429a54cb42cbb11bf0ce176697ec2 (patch)
treedf938ebcadede4fd36417c050e5faf69e54c9836 /guix/PKGBUILD
parentae862e7d5f7cdc2f2108f41aeb8a396d5d3be4ad (diff)
downloadAUR4-PKGBUILD-0f2f47e43e0429a54cb42cbb11bf0ce176697ec2.tar
AUR4-PKGBUILD-0f2f47e43e0429a54cb42cbb11bf0ce176697ec2.tar.gz
AUR4-PKGBUILD-0f2f47e43e0429a54cb42cbb11bf0ce176697ec2.tar.bz2
AUR4-PKGBUILD-0f2f47e43e0429a54cb42cbb11bf0ce176697ec2.tar.lz
AUR4-PKGBUILD-0f2f47e43e0429a54cb42cbb11bf0ce176697ec2.tar.xz
AUR4-PKGBUILD-0f2f47e43e0429a54cb42cbb11bf0ce176697ec2.tar.zst
AUR4-PKGBUILD-0f2f47e43e0429a54cb42cbb11bf0ce176697ec2.zip
guile-{bytestructures,git-lib,sqlite3,ssh},guix: Add armv7h to arch
Reported to work fine on ARM devices.
Diffstat (limited to 'guix/PKGBUILD')
-rw-r--r--guix/PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/guix/PKGBUILD b/guix/PKGBUILD
index ed238d8..95f9a0d 100644
--- a/guix/PKGBUILD
+++ b/guix/PKGBUILD
@@ -9,7 +9,7 @@ pkgname=guix
pkgver=0.15.0
pkgrel=1
pkgdesc="A purely functional package manager for the GNU system"
-arch=('x86_64' 'i686')
+arch=('x86_64' 'i686' 'armv7h')
url="https://www.gnu.org/software/guix/"
license=('GPL3')
options=('!strip')