guix-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

02/06: build: Remove references to 'nix-setuid-helper'.


From: Ludovic Courtès
Subject: 02/06: build: Remove references to 'nix-setuid-helper'.
Date: Sun, 08 Feb 2015 18:01:06 +0000

civodul pushed a commit to branch master
in repository guix.

commit 0919f5f46608577b081c4d183be6b357c7334556
Author: Ludovic Courtès <address@hidden>
Date:   Sun Feb 8 18:21:31 2015 +0100

    build: Remove references to 'nix-setuid-helper'.
    
    'nix-setuid-helper' vanished in commit d43eb499a (Jan. 2014.)
    
    * pre-inst-env.in: Remove occurrences of 'NIX_SETUID_HELPER'.
---
 pre-inst-env.in |    5 ++---
 1 files changed, 2 insertions(+), 3 deletions(-)

diff --git a/pre-inst-env.in b/pre-inst-env.in
index 92e48c0..ef9a3ce 100644
--- a/pre-inst-env.in
+++ b/pre-inst-env.in
@@ -1,7 +1,7 @@
 #!/bin/sh
 
 # GNU Guix --- Functional package management for GNU
-# Copyright © 2012, 2013, 2014 Ludovic Courtès <address@hidden>
+# Copyright © 2012, 2013, 2014, 2015 Ludovic Courtès <address@hidden>
 #
 # This file is part of GNU Guix.
 #
@@ -45,11 +45,10 @@ export PATH
 
 NIX_ROOT_FINDER="$abs_top_builddir/nix/scripts/list-runtime-roots"
 NIX_SUBSTITUTERS="$abs_top_builddir/nix/scripts/substitute-binary"
-NIX_SETUID_HELPER="$abs_top_builddir/nix-setuid-helper"
 NIX_BUILD_HOOK="$abs_top_builddir/nix/scripts/offload"
 NIX_LIBEXEC_DIR="@abs_top_builddir@/nix/scripts" # for 'guix-authenticate'
 
-export NIX_ROOT_FINDER NIX_SETUID_HELPER NIX_SUBSTITUTERS      \
+export NIX_ROOT_FINDER NIX_SUBSTITUTERS        \
     NIX_BUILD_HOOK NIX_LIBEXEC_DIR
 
 # The 'guix-register' program.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]