X-Git-Url: https://git.immae.eu/?p=perso%2FImmae%2FConfig%2FAUR.git;a=blobdiff_plain;f=nix%2FPKGBUILD;fp=PKGBUILD;h=8005698dfd28d3bfdb20ccc2adf265423e631854;hp=7b68c7a839ebc768335f0bd30813cb7fa52b2186;hb=6fe662d2166570a8b2de1eca45c3f07933c5b4fa;hpb=8d425371679c10323edb4f124e9ad64c9f9e9944 diff --git a/PKGBUILD b/nix/PKGBUILD similarity index 89% rename from PKGBUILD rename to nix/PKGBUILD index 7b68c7a..8005698 100644 --- a/PKGBUILD +++ b/nix/PKGBUILD @@ -13,7 +13,7 @@ pkgdesc="A purely functional package manager" arch=('i686' 'x86_64' 'armv7h') url="https://nixos.org/nix" license=('LGPL') -depends=('gc' 'libsodium' 'boost' 'brotli' 'editline') +depends=('gc' 'libsodium' 'boost' 'brotli' 'editline' 'dash-static') makedepends=('bzip2' 'openssl') install=nix.install source=("https://nixos.org/releases/nix/nix-$pkgver/nix-$pkgver.tar.xz") @@ -28,6 +28,7 @@ build () { ./configure --prefix=/usr \ --libexecdir="/usr/lib/$pkgname" \ --sysconfdir=/etc \ + --with-sandbox-shell=/usr/bin/dash-static \ --enable-gc make }