Date: Wednesday, March 22, 2023 @ 20:36:03
  Author: alerque
Revision: 1426956

upgpkg: nix 2.14.1-3; re-enable shared linking with only testing library as 
static

Modified:
  nix/trunk/PKGBUILD

----------+
 PKGBUILD |    5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2023-03-22 20:24:26 UTC (rev 1426955)
+++ PKGBUILD    2023-03-22 20:36:03 UTC (rev 1426956)
@@ -5,7 +5,7 @@
 pkgname=('nix' 'nix-docs')
 pkgver=2.14.1
 _commit='70d01bdec1f9e2d9deba8198e99f2ad0a663d08c'
-pkgrel=2
+pkgrel=3
 pkgdesc='A purely functional package manager'
 arch=('x86_64')
 url='https://nixos.org/nix'
@@ -34,7 +34,6 @@
   'rapidcheck'
   'sqlite'
 )
-options=(!lto)
 source=(
   "$pkgbase::git+https://github.com/NixOS/nix.git#commit=$_commit";
   'nix.conf'
@@ -79,7 +78,7 @@
     --sysconfdir=/etc \
     --localstatedir=/nix/var \
     --with-sandbox-shell=/usr/lib/nix/busybox \
-    --disable-shared \
+    --enable-static=rapidcheck \
     --enable-gc \
     --enable-lto
 

Reply via email to