nix: requires xz for decompression
This commit is contained in:
parent
c0192fa837
commit
cc1789f7af
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'nix'
|
# Template file for 'nix'
|
||||||
pkgname=nix
|
pkgname=nix
|
||||||
version=2.2.1
|
version=2.2.1
|
||||||
revision=1
|
revision=2
|
||||||
build_style=gnu-configure
|
build_style=gnu-configure
|
||||||
# Use /nix/var as suggested by the official Manual.
|
# Use /nix/var as suggested by the official Manual.
|
||||||
configure_args="--localstatedir=/nix/var"
|
configure_args="--localstatedir=/nix/var"
|
||||||
|
@ -9,7 +9,7 @@ hostmakedepends="autoconf automake curl libtool pkg-config flex"
|
||||||
makedepends="boost-devel brotli-devel bzip2-devel gc-devel libcurl-devel
|
makedepends="boost-devel brotli-devel bzip2-devel gc-devel libcurl-devel
|
||||||
liblzma-devel libressl-devel libsodium-devel pkg-config sqlite-devel
|
liblzma-devel libressl-devel libsodium-devel pkg-config sqlite-devel
|
||||||
libseccomp-devel editline-devel"
|
libseccomp-devel editline-devel"
|
||||||
depends="curl"
|
depends="curl xz"
|
||||||
# Default configuration file.
|
# Default configuration file.
|
||||||
conf_files="/etc/nix/nix.conf"
|
conf_files="/etc/nix/nix.conf"
|
||||||
# Create required build users/groups.
|
# Create required build users/groups.
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue