diff options
Diffstat (limited to 'nix/PKGBUILD')
-rw-r--r-- | nix/PKGBUILD | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/nix/PKGBUILD b/nix/PKGBUILD index faea9db..8005698 100644 --- a/nix/PKGBUILD +++ b/nix/PKGBUILD | |||
@@ -8,18 +8,17 @@ | |||
8 | 8 | ||
9 | pkgname=nix | 9 | pkgname=nix |
10 | pkgver=2.2.2 | 10 | pkgver=2.2.2 |
11 | pkgrel=1 | 11 | pkgrel=2 |
12 | pkgdesc="A purely functional package manager" | 12 | pkgdesc="A purely functional package manager" |
13 | arch=('i686' 'x86_64' 'armv7h') | 13 | arch=('i686' 'x86_64' 'armv7h') |
14 | url="https://nixos.org/nix" | 14 | url="https://nixos.org/nix" |
15 | license=('LGPL') | 15 | license=('LGPL') |
16 | depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static') | 16 | depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static') |
17 | makedepends=('bzip2' 'gc' 'openssl') | 17 | makedepends=('bzip2' 'openssl') |
18 | install=nix.install | 18 | install=nix.install |
19 | source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") | 19 | source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") |
20 | sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c') | 20 | sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c') |
21 | 21 | ||
22 | |||
23 | prepare() { | 22 | prepare() { |
24 | cd "$pkgname-$pkgver" | 23 | cd "$pkgname-$pkgver" |
25 | } | 24 | } |