Move lxc from "applications/virtualization" to "os-specific/linux".

This commit is contained in:
Peter Simons
2012-10-20 12:36:44 +02:00
parent 04d13e193e
commit 094cbf9b4d
5 changed files with 1 additions and 1 deletions
+1 -1
View File
@@ -1024,7 +1024,7 @@ let
lshw = callPackage ../tools/system/lshw { }; lshw = callPackage ../tools/system/lshw { };
lxc = callPackage ../applications/virtualization/lxc { }; lxc = callPackage ../os-specific/linux/lxc { };
lzma = xz; lzma = xz;