summary refs log tree commit diff
path: root/pkgs/os-specific/linux/lxc
diff options
context:
space:
mode:
authorFranz Pletz <fpletz@fnordicwalking.de>2016-11-29 15:38:08 +0100
committerFranz Pletz <fpletz@fnordicwalking.de>2016-11-29 15:42:37 +0100
commite43f2fc868f00db1f225aa4e9ee325d4ba7f4368 (patch)
tree7b3ff3b895b00d2a84db2f17f289437dd9563921 /pkgs/os-specific/linux/lxc
parentc9b8a6585df2f3ac0c8713b4efc4eaaf72e7b52f (diff)
downloadnixpkgs-e43f2fc868f00db1f225aa4e9ee325d4ba7f4368.tar
nixpkgs-e43f2fc868f00db1f225aa4e9ee325d4ba7f4368.tar.gz
nixpkgs-e43f2fc868f00db1f225aa4e9ee325d4ba7f4368.tar.bz2
nixpkgs-e43f2fc868f00db1f225aa4e9ee325d4ba7f4368.tar.lz
nixpkgs-e43f2fc868f00db1f225aa4e9ee325d4ba7f4368.tar.xz
nixpkgs-e43f2fc868f00db1f225aa4e9ee325d4ba7f4368.tar.zst
nixpkgs-e43f2fc868f00db1f225aa4e9ee325d4ba7f4368.zip
Revert "lxc: 2.0.4 -> 2.0.6"
This reverts commit 5d804566dfecaa3928893244399b86453edcacb3.

This was an error on my part. I had the commit sitting on my local master
and pulled upstream to rebase my commit before pushing. I didn't notice
there was a commit bumping lxc and the auto-merge on the rebase.
Diffstat (limited to 'pkgs/os-specific/linux/lxc')
-rw-r--r--pkgs/os-specific/linux/lxc/default.nix1
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgs/os-specific/linux/lxc/default.nix b/pkgs/os-specific/linux/lxc/default.nix
index 79f6b4d5043..3c413ca2426 100644
--- a/pkgs/os-specific/linux/lxc/default.nix
+++ b/pkgs/os-specific/linux/lxc/default.nix
@@ -61,7 +61,6 @@ stdenv.mkDerivation rec {
     "bashcompdir=\${out}/share/bash-completion/completions"
     "READMEdir=\${TMPDIR}/var/lib/lxc/rootfs"
     "LXCPATH=\${TMPDIR}/var/lib/lxc"
-    "bashcompdir=\${out}/etc/bash_completion.d"
   ];
 
   postInstall = ''