mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-16 14:17:02 +02:00
nix: update to 2.3.3.
This commit is contained in:
parent
083510549a
commit
fe312b7251
1 changed files with 5 additions and 3 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nix'
|
||||
pkgname=nix
|
||||
version=2.3.2
|
||||
revision=2
|
||||
version=2.3.3
|
||||
revision=1
|
||||
build_style=gnu-configure
|
||||
# Use /nix/var as suggested by the official Manual.
|
||||
configure_args="--localstatedir=/nix/var --with-sandbox-shell=/bin/sh"
|
||||
|
@ -16,7 +16,9 @@ license="LGPL-2.1-or-later"
|
|||
homepage="https://nixos.org/nix/"
|
||||
changelog="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/manual/#sec-relnotes"
|
||||
distfiles="https://nixos.org/releases/${pkgname}/${pkgname}-${version}/${pkgname}-${version}.tar.xz"
|
||||
checksum=9fea4b52db0b296dcf05d36f7ecad9f48396af3a682bb21e31f8d04c469beef8
|
||||
checksum=332fffb8dfc33eab854c136ef162a88cec15b701def71fa63714d160831ba224
|
||||
|
||||
CXXFLAGS="-Wno-deprecated-declarations"
|
||||
|
||||
# Default configuration file.
|
||||
conf_files="/etc/nix/nix.conf"
|
||||
|
|
Loading…
Add table
Reference in a new issue