X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAUR.git;a=blobdiff_plain;f=PKGBUILD;h=faea9dbf4c22588a22bdd9207ab04f953be7ad41;hp=daa8e745bd692c9efb0ee02f339b88021ef5761c;hb=728f5350afb9ea992bfd0344a2044259285bde3f;hpb=b3d2371e5522299b774c435c5f0166f5e7329ca4 diff --git a/PKGBUILD b/PKGBUILD index daa8e74..faea9db 100644 --- a/PKGBUILD +++ b/PKGBUILD @@ -7,17 +7,17 @@ # Contributor: Anders Bennehag pkgname=nix -pkgver=2.2.1 +pkgver=2.2.2 pkgrel=1 pkgdesc="A purely functional package manager" arch=('i686' 'x86_64' 'armv7h') url="https://nixos.org/nix" license=('LGPL') -depends=('gc' 'libsodium' 'boost' 'brotli' 'readline') +depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static') makedepends=('bzip2' 'gc' 'openssl') install=nix.install source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") -sha256sums=('85f8d3518060803e44e51b1a9ada1a39cea904b36a632ba1844043a0b63be515') +sha256sums=('f80a1b4f9837a8d33209f0b7769d5038335459ff4303eccf3e9217a9eca8594c') prepare() { @@ -26,11 +26,10 @@ prepare() { build () { cd "$pkgname-$pkgver" - export EDITLINE_CFLAGS="-DREADLINE" - export EDITLINE_LIBS="/usr/lib/libreadline.so" ./configure --prefix=/usr \ --libexecdir="/usr/lib/$pkgname" \ --sysconfdir=/etc \ + --with-sandbox-shell=/usr/bin/dash-static \ --enable-gc make }