nix: rebuild against libperl.so.5.28
This commit is contained in:
parent
04fb11e63c
commit
1a92213e6b
1 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'nix'
|
||||
pkgname=nix
|
||||
version=1.11.16
|
||||
revision=4
|
||||
revision=5
|
||||
build_style=gnu-configure
|
||||
# Use /nix/var as suggested by the official Manual.
|
||||
configure_args="--localstatedir=/nix/var"
|
||||
|
@ -10,7 +10,7 @@ hostmakedepends="automake libtool pkg-config flex ${depends}"
|
|||
# Extra run-time dependencies.
|
||||
makedepends="bzip2-devel gc-devel libcurl-devel liblzma-devel libressl-devel
|
||||
libsodium-devel pkg-config sqlite-devel libseccomp-devel"
|
||||
shlib_requires="libperl.so.5.26"
|
||||
shlib_requires=libperl.so.5.28
|
||||
# Default configuration file.
|
||||
conf_files="/etc/nix/nix.conf"
|
||||
# Create required build users/groups.
|
||||
|
|
Loading…
Reference in a new issue