about summary refs log tree commit diff
path: root/corepkgs/config.nix.in
diff options
context:
space:
mode:
authorShea Levy <shea@shealevy.com>2016-08-11T11·58-0400
committerShea Levy <shea@shealevy.com>2016-08-11T11·58-0400
commit91978e3b9aacb95d76f7c02fd365c052ed33dea6 (patch)
treea55c3c89b3d7b5c833bf1d89e4cd5cbcd3705cfe /corepkgs/config.nix.in
parenteef754813f5a9d77ceeb0f10981d0a324967dc02 (diff)
buildenv: perl -> c++
Diffstat (limited to 'corepkgs/config.nix.in')
-rw-r--r--corepkgs/config.nix.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/corepkgs/config.nix.in b/corepkgs/config.nix.in
index 90e8edbea833..f0f4890a32fd 100644
--- a/corepkgs/config.nix.in
+++ b/corepkgs/config.nix.in
@@ -3,7 +3,6 @@ let
     let val = builtins.getEnv var; in
     if val != "" then val else def;
 in rec {
-  perl = "@perl@";
   shell = "@bash@";
   coreutils = "@coreutils@";
   bzip2 = "@bzip2@";
@@ -14,6 +13,7 @@ in rec {
   tr = "@tr@";
   nixBinDir = fromEnv "NIX_BIN_DIR" "@bindir@";
   nixPrefix = "@prefix@";
+  nixLibexecDir = fromEnv "NIX_LIBEXEC_DIR" "@libexecdir@";
 
   # If Nix is installed in the Nix store, then automatically add it as
   # a dependency to the core packages. This ensures that they work