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

George Rawlinson grawlinson at gemini.archlinux.org
Tue May 31 03:30:21 UTC 2022


    Date: Tuesday, May 31, 2022 @ 03:30:21
  Author: grawlinson
Revision: 1216895

upgpkg: nix 2.9.0-1

* New upstream release.
* Changed dependency to nix-busybox from busybox.

Modified:
  nix/trunk/PKGBUILD

----------+
 PKGBUILD |   15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-05-31 03:28:57 UTC (rev 1216894)
+++ PKGBUILD	2022-05-31 03:30:21 UTC (rev 1216895)
@@ -3,13 +3,12 @@
 
 pkgbase=nix
 pkgname=('nix' 'nix-docs')
-pkgver=2.8.1
-_commit='65cd26eebbbf80eaf0d74092f09b737606cb4b5a'
+pkgver=2.9.0
+_commit='daa14b89103b1246e8d7297ffe8ac5b4f4c8c45c'
 pkgrel=1
-pkgdesc="A purely functional package manager"
+pkgdesc='A purely functional package manager'
 arch=('x86_64')
-url="https://nixos.org/nix"
-_url="https://github.com/NixOS/nix"
+url='https://nixos.org/nix'
 license=('LGPL')
 makedepends=(
   'git'
@@ -32,7 +31,7 @@
   'sqlite'
 )
 source=(
-  "$pkgbase::git+$_url.git#commit=$_commit"
+  "$pkgbase::git+https://github.com/NixOS/nix.git#commit=$_commit"
   'nix.conf'
   'sysusers.conf'
   'tmpfiles.conf'
@@ -74,7 +73,7 @@
     --libexecdir="/usr/lib/$pkgname" \
     --sysconfdir=/etc \
     --localstatedir=/nix/var \
-    --with-sandbox-shell=/usr/bin/busybox \
+    --with-sandbox-shell=/usr/lib/nix/busybox \
     --enable-gc
 
   make
@@ -84,7 +83,6 @@
   depends=(
     'boost-libs'
     'brotli'
-    'busybox'
     'curl'
     'editline'
     'gc'
@@ -93,6 +91,7 @@
     'lowdown'
     'libseccomp'
     'libsodium'
+    'nix-busybox'
     'openssl'
     'sqlite'
   )



More information about the arch-commits mailing list