From e43f2fc868f00db1f225aa4e9ee325d4ba7f4368 Mon Sep 17 00:00:00 2001
From: Franz Pletz <fpletz@fnordicwalking.de>
Date: Tue, 29 Nov 2016 15:38:08 +0100
Subject: [PATCH] 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.
---
 pkgs/os-specific/linux/lxc/default.nix | 1 -
 1 file changed, 1 deletion(-)

diff --git a/pkgs/os-specific/linux/lxc/default.nix b/pkgs/os-specific/linux/lxc/default.nix
index 79f6b4d5043f..3c413ca2426f 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 = ''