aboutsummaryrefslogtreecommitdiff
path: root/PKGBUILD
diff options
context:
space:
mode:
authorAlastair Pharo <asppsa@gmail.com>2018-09-17 13:23:56 +1000
committerAlastair Pharo <asppsa@gmail.com>2018-09-17 13:23:56 +1000
commit86c819102e3c88103b51252b8d7fcefcbd0f1d1f (patch)
treed61e58b1815e166fb087bb5684ea59c137a6a755 /PKGBUILD
parentb17b3ab1d8c6f8ca6bd0c8a22adf69c20851c6b7 (diff)
downloadAUR-86c819102e3c88103b51252b8d7fcefcbd0f1d1f.tar.gz
AUR-86c819102e3c88103b51252b8d7fcefcbd0f1d1f.tar.zst
AUR-86c819102e3c88103b51252b8d7fcefcbd0f1d1f.zip
Add missing dependencies
Credit to Mic92 for picking this up.
Diffstat (limited to 'PKGBUILD')
-rw-r--r--PKGBUILD4
1 files changed, 2 insertions, 2 deletions
diff --git a/PKGBUILD b/PKGBUILD
index d21c19f..2382fb2 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -7,12 +7,12 @@
7 7
8pkgname=nix 8pkgname=nix
9pkgver=2.1.1 9pkgver=2.1.1
10pkgrel=1 10pkgrel=2
11pkgdesc="A purely functional package manager" 11pkgdesc="A purely functional package manager"
12arch=('i686' 'x86_64' 'armv7h') 12arch=('i686' 'x86_64' 'armv7h')
13url="https://nixos.org/nix" 13url="https://nixos.org/nix"
14license=('LGPL') 14license=('LGPL')
15depends=('gc' 'libsodium') 15depends=('gc' 'libsodium' 'boost' 'brotli')
16makedepends=('bzip2' 'gc' 'openssl') 16makedepends=('bzip2' 'gc' 'openssl')
17install=nix.install 17install=nix.install
18source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") 18source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz")