From b57f72f06445519a6043115f6c3551cc91fbe7b1 Mon Sep 17 00:00:00 2001 From: JkktBkkt Date: Mon, 25 May 2026 07:32:34 +0300 Subject: [PATCH] nix: update to 2.30.5. --- srcpkgs/nix/template | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template index c6f5c8f028b12d..9e0e9c2f6b59b9 100644 --- a/srcpkgs/nix/template +++ b/srcpkgs/nix/template @@ -1,15 +1,16 @@ # Template file for 'nix' pkgname=nix -version=2.30.2 -revision=7 +version=2.30.5 +revision=1 build_style=meson build_helper=qemu # Use /nix/var as suggested by the official Manual. # configure_args="--localstatedir=/nix/var --with-sandbox-shell=/usr/bin/busybox.static" # requires rapidcheck -configure_args="-Dunit-tests=false -Dlibstore:sandbox-shell=/usr/bin/busybox.static" +configure_args="-Dunit-tests=false -Dlibstore:sandbox-shell=/usr/bin/busybox.static + -Ddoc-gen=true" hostmakedepends="curl pkg-config flex tar xz mdBook jq busybox-static lowdown - perl-DBD-SQLite xz lsof" + perl-DBD-SQLite xz lsof doxygen rsync" makedepends="boost-devel-minimal libboost_context libboost_coroutine libboost_iostreams libboost_regex libboost_container brotli-devel bzip2-devel gc-devel libcurl-devel @@ -22,9 +23,9 @@ short_desc="Purely functional package manager" maintainer="Orphaned " license="LGPL-2.1-or-later" homepage="https://nixos.org/nix/" -changelog="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/manual/#sec-relnotes" +changelog="https://nixos.org/releases/nix/nix-${version}/manual/#sec-relnotes" distfiles="https://github.com/NixOS/nix/archive/refs/tags/${version}.tar.gz" -checksum=1e1490774d9f869d21747e48f3550c997c8c207dc5aa64888d2a18a3d478675e +checksum=8e9b2409677235b99f818871df7937427068da62d44a19db37da6a32914358bd # disable_parallel_build="build is fine, only linking test" make_check=no # requires repidcheck