diff options
author | Alastair Pharo <asppsa@gmail.com> | 2018-09-17 13:23:56 +1000 |
---|---|---|
committer | Alastair Pharo <asppsa@gmail.com> | 2018-09-17 13:23:56 +1000 |
commit | 86c819102e3c88103b51252b8d7fcefcbd0f1d1f (patch) | |
tree | d61e58b1815e166fb087bb5684ea59c137a6a755 /PKGBUILD | |
parent | b17b3ab1d8c6f8ca6bd0c8a22adf69c20851c6b7 (diff) | |
download | AUR-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-- | PKGBUILD | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,12 +7,12 @@ | |||
7 | 7 | ||
8 | pkgname=nix | 8 | pkgname=nix |
9 | pkgver=2.1.1 | 9 | pkgver=2.1.1 |
10 | pkgrel=1 | 10 | pkgrel=2 |
11 | pkgdesc="A purely functional package manager" | 11 | pkgdesc="A purely functional package manager" |
12 | arch=('i686' 'x86_64' 'armv7h') | 12 | arch=('i686' 'x86_64' 'armv7h') |
13 | url="https://nixos.org/nix" | 13 | url="https://nixos.org/nix" |
14 | license=('LGPL') | 14 | license=('LGPL') |
15 | depends=('gc' 'libsodium') | 15 | depends=('gc' 'libsodium' 'boost' 'brotli') |
16 | makedepends=('bzip2' 'gc' 'openssl') | 16 | makedepends=('bzip2' 'gc' 'openssl') |
17 | install=nix.install | 17 | install=nix.install |
18 | source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") | 18 | source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") |