mirror of
https://github.com/bertptrs/aur.git
synced 2025-12-27 21:40:31 +01:00
Add missing dependencies
Credit to Mic92 for picking this up.
This commit is contained in:
4
PKGBUILD
4
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")
|
||||
|
||||
Reference in New Issue
Block a user