From a538b73bc526ac27aca6c27e2ea489e55c3a884f Mon Sep 17 00:00:00 2001 From: John Date: Wed, 12 Dec 2018 12:13:12 +0100 Subject: [PATCH] nix: rebuild against boost-1.69.0 --- srcpkgs/nix/template | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srcpkgs/nix/template b/srcpkgs/nix/template index 49af44971ab..6a2adce5f4b 100644 --- a/srcpkgs/nix/template +++ b/srcpkgs/nix/template @@ -1,7 +1,7 @@ # Template file for 'nix' pkgname=nix version=2.1.3 -revision=2 +revision=3 build_style=gnu-configure # Use /nix/var as suggested by the official Manual. configure_args="--localstatedir=/nix/var"