From 86c819102e3c88103b51252b8d7fcefcbd0f1d1f Mon Sep 17 00:00:00 2001 From: Alastair Pharo Date: Mon, 17 Sep 2018 13:23:56 +1000 Subject: [PATCH] Add missing dependencies Credit to Mic92 for picking this up. --- .SRCINFO | 4 +++- PKGBUILD | 4 ++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.SRCINFO b/.SRCINFO index 7ffc94c..56d551f 100644 --- a/.SRCINFO +++ b/.SRCINFO @@ -1,7 +1,7 @@ pkgbase = nix pkgdesc = A purely functional package manager pkgver = 2.1.1 - pkgrel = 1 + pkgrel = 2 url = https://nixos.org/nix install = nix.install arch = i686 @@ -13,6 +13,8 @@ pkgbase = nix makedepends = openssl depends = gc depends = libsodium + depends = boost + depends = brotli source = https://nixos.org/releases/nix/nix-2.1.1/nix-2.1.1.tar.xz sha256sums = 63b1d49ea678162ada6996e42abb62cbc6e65cfefa4faa5436ae37100504720b diff --git a/PKGBUILD b/PKGBUILD index d21c19f..2382fb2 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,12 +7,12 @@ pkgname=nix pkgver=2.1.1 -pkgrel=1 +pkgrel=2 pkgdesc="A purely functional package manager" arch=('i686' 'x86_64' 'armv7h') url="https://nixos.org/nix" license=('LGPL') -depends=('gc' 'libsodium') +depends=('gc' 'libsodium' 'boost' 'brotli') makedepends=('bzip2' 'gc' 'openssl') install=nix.install source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") -- 2.41.0