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

George Rawlinson grawlinson at gemini.archlinux.org
Mon Jul 11 22:56:08 UTC 2022


    Date: Monday, July 11, 2022 @ 22:56:08
  Author: grawlinson
Revision: 1249767

upgpkg: nix 2.10.0-1; new upstream release

Modified:
  nix/trunk/PKGBUILD

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

Modified: PKGBUILD
===================================================================
--- PKGBUILD	2022-07-11 22:55:56 UTC (rev 1249766)
+++ PKGBUILD	2022-07-11 22:56:08 UTC (rev 1249767)
@@ -3,8 +3,8 @@
 
 pkgbase=nix
 pkgname=('nix' 'nix-docs')
-pkgver=2.9.2
-_commit='f5070e209664a4aedf30bd9c424f7235a034b259'
+pkgver=2.10.0
+_commit='b9cf655150b52d071c85a337cb5db96e735fa64a'
 pkgrel=1
 pkgdesc='A purely functional package manager'
 arch=('x86_64')
@@ -75,7 +75,8 @@
     --sysconfdir=/etc \
     --localstatedir=/nix/var \
     --with-sandbox-shell=/usr/lib/nix/busybox \
-    --enable-gc
+    --enable-gc \
+    --enable-lto
 
   make
 }



More information about the arch-commits mailing list