summaryrefslogtreecommitdiffstats
path: root/system/nix
diff options
context:
space:
mode:
author Pragmatic Cypher <slackbuilds@server.ky>2017-08-15 15:42:54 +0100
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2017-08-19 07:10:40 +0700
commit1e54fa39787500c0137b697f36bd13b641c40a83 (patch)
tree913ede309139fb83c7a53ae4ad8ad46534e629ba /system/nix
parentafe1abffcb89db682220d6e09fd11f91a49a8286 (diff)
downloadslackbuilds-1e54fa39787500c0137b697f36bd13b641c40a83.tar.gz
slackbuilds-1e54fa39787500c0137b697f36bd13b641c40a83.tar.xz
system/nix: Updated for version 1.11.13.
Signed-off-by: David Spencer <idlemoor@slackbuilds.org>
Diffstat (limited to 'system/nix')
-rw-r--r--system/nix/README1
-rw-r--r--system/nix/nix.SlackBuild2
-rw-r--r--system/nix/nix.info8
3 files changed, 6 insertions, 5 deletions
diff --git a/system/nix/README b/system/nix/README
index 1da6a2ec68..49ae7c253a 100644
--- a/system/nix/README
+++ b/system/nix/README
@@ -36,6 +36,7 @@ be added under the 'nixbld' group.
Restricting access to the daemon is acheived by setting file
permissions for the daemon's socket's folder.
+ groupadd nix-users
chgrp nix-users /nix/var/nix/daemon-socket
chmod ug=rwx,o= /nix/var/nix/daemon-socket
diff --git a/system/nix/nix.SlackBuild b/system/nix/nix.SlackBuild
index 6820ea808c..8925bc1230 100644
--- a/system/nix/nix.SlackBuild
+++ b/system/nix/nix.SlackBuild
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=nix
-VERSION=${VERSION:-1.11.4}
+VERSION=${VERSION:-1.11.13}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
diff --git a/system/nix/nix.info b/system/nix/nix.info
index b17c8383a8..936272b001 100644
--- a/system/nix/nix.info
+++ b/system/nix/nix.info
@@ -1,10 +1,10 @@
PRGNAM="nix"
-VERSION="1.11.4"
+VERSION="1.11.13"
HOMEPAGE="http://nixos.org/nix"
-DOWNLOAD="http://nixos.org/releases/nix/nix-1.11.4/nix-1.11.4.tar.xz"
-MD5SUM="5e74997665df456ea3ac379a2cbfa4af"
+DOWNLOAD="http://nixos.org/releases/nix/nix-1.11.13/nix-1.11.13.tar.xz"
+MD5SUM="7f12df0c0057ac6d057dee639269403f"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
-REQUIRES="perl-DBD-SQLite perl-WWW-Curl"
+REQUIRES="perl-DBD-SQLite perl-WWW-Curl libseccomp"
MAINTAINER="Pragmatic Cypher"
EMAIL="slackbuilds@server.ky"