summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lxc
diff options
context:
space:
mode:
authorAlexander V. Nikolaev <avn@avnik.info>2016-11-28 14:47:46 +0200
committerAlexander V. Nikolaev <avn@avnik.info>2016-11-28 15:17:05 +0200
commit121da5e93882073963836dcc2bbacc9e40f33d6c (patch)
treef73d9f09bd8bc5aec31fba372855668f49f1cdb0 /pkgs/os-specific/linux/lxc
parent5da1394a587a9123f07a55d2bf8d9966df907c10 (diff)
downloadnixpkgs-121da5e93882073963836dcc2bbacc9e40f33d6c.tar
nixpkgs-121da5e93882073963836dcc2bbacc9e40f33d6c.tar.gz
nixpkgs-121da5e93882073963836dcc2bbacc9e40f33d6c.tar.bz2
nixpkgs-121da5e93882073963836dcc2bbacc9e40f33d6c.tar.lz
nixpkgs-121da5e93882073963836dcc2bbacc9e40f33d6c.tar.xz
nixpkgs-121da5e93882073963836dcc2bbacc9e40f33d6c.tar.zst
nixpkgs-121da5e93882073963836dcc2bbacc9e40f33d6c.zip
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/linux/lxc')
-rw-r--r--pkgs/os-specific/linux/lxc/default.nix1
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 aad73844a66..430836adb1a 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"
   ];