[arch-commits] Commit in nix/trunk (PKGBUILD)

Caleb Maclennan alerque at gemini.archlinux.org
Fri Feb 11 22:33:36 UTC 2022


    Date: Friday, February 11, 2022 @ 22:33:36
  Author: alerque
Revision: 1132236

upgpkg: nix 2.6.0-2

Modified:
  nix/trunk/PKGBUILD

----------+
 PKGBUILD |    4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-02-11 21:08:48 UTC (rev 1132235)
+++ PKGBUILD	2022-02-11 22:33:36 UTC (rev 1132236)
@@ -4,7 +4,7 @@
 pkgbase=nix
 pkgname=('nix' 'nix-docs')
 pkgver=2.6.0
-pkgrel=1
+pkgrel=2
 pkgdesc="A purely functional package manager"
 arch=('x86_64')
 url="https://nixos.org/nix"
@@ -66,6 +66,7 @@
     --libexecdir="/usr/lib/$pkgname" \
     --sysconfdir=/etc \
     --localstatedir=/nix/var \
+    --with-sandbox-shell=/usr/bin/busybox \
     --enable-gc
   make
 }
@@ -74,6 +75,7 @@
   depends=(
     'boost-libs'
     'brotli'
+    'busybox'
     'curl'
     'editline'
     'gc'



More information about the arch-commits mailing list