aboutsummaryrefslogtreecommitdiff
path: root/nix/PKGBUILD
diff options
context:
space:
mode:
Diffstat (limited to 'nix/PKGBUILD')
-rw-r--r--nix/PKGBUILD5
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
9pkgname=nix 9pkgname=nix
10pkgver=2.2.2 10pkgver=2.2.2
11pkgrel=1 11pkgrel=2
12pkgdesc="A purely functional package manager" 12pkgdesc="A purely functional package manager"
13arch=('i686' 'x86_64' 'armv7h') 13arch=('i686' 'x86_64' 'armv7h')
14url="https://nixos.org/nix" 14url="https://nixos.org/nix"
15license=('LGPL') 15license=('LGPL')
16depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static') 16depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static')
17makedepends=('bzip2' 'gc' 'openssl') 17makedepends=('bzip2' 'openssl')
18install=nix.install 18install=nix.install
19source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") 19source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz")
20sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c') 20sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c')
21 21
22
23prepare() { 22prepare() {
24 cd "$pkgname-$pkgver" 23 cd "$pkgname-$pkgver"
25} 24}