Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 7 additions & 6 deletions srcpkgs/nix/template
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -22,9 +23,9 @@ short_desc="Purely functional package manager"
maintainer="Orphaned <orphan@voidlinux.org>"
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

Expand Down