diff options
author | Alexander V. Nikolaev <avn@avnik.info> | 2016-11-28 14:47:46 +0200 |
---|---|---|
committer | Alexander V. Nikolaev <avn@avnik.info> | 2016-11-28 15:17:05 +0200 |
commit | 121da5e93882073963836dcc2bbacc9e40f33d6c (patch) | |
tree | f73d9f09bd8bc5aec31fba372855668f49f1cdb0 /pkgs/os-specific | |
parent | 5da1394a587a9123f07a55d2bf8d9966df907c10 (diff) |
lxc: fix sandbox builds
Package attempt to write /etc/bash_completion.d, I directed it to "${out}/etc/bash_completion.d" as it was suggested.
Diffstat (limited to 'pkgs/os-specific')
-rw-r--r-- | pkgs/os-specific/linux/lxc/default.nix | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/os-specific/linux/lxc/default.nix b/pkgs/os-specific/linux/lxc/default.nix index aad73844a6657..430836adb1a7d 100644 --- a/pkgs/os-specific/linux/lxc/default.nix +++ b/pkgs/os-specific/linux/lxc/default.nix @@ -58,6 +58,7 @@ stdenv.mkDerivation rec { "localstatedir=\${TMPDIR}" "sysconfdir=\${out}/etc" "sysconfigdir=\${out}/etc/default" + "bashcompdir=\${out}/share/bash-completion/completions" "READMEdir=\${TMPDIR}/var/lib/lxc/rootfs" "LXCPATH=\${TMPDIR}/var/lib/lxc" ]; |