Author: simons
Date: Mon Sep 26 08:12:14 2011
New Revision: 29491
URL: https://ssl.nixos.org/websvn/nix/?rev=29491&sc=1

Log:
lxc: moved package into the "applications/virtualization" category

Added:
   nixpkgs/trunk/pkgs/applications/virtualization/lxc/
   nixpkgs/trunk/pkgs/applications/virtualization/lxc/default.nix
      - copied, changed from r29490, 
nixpkgs/trunk/pkgs/tools/system/lxc/default.nix
   nixpkgs/trunk/pkgs/applications/virtualization/lxc/dont-run-ldconfig.patch
      - copied, changed from r29490, 
nixpkgs/trunk/pkgs/tools/system/lxc/dont-run-ldconfig.patch
   
nixpkgs/trunk/pkgs/applications/virtualization/lxc/fix-documentation-build.patch
      - copied, changed from r29490, 
nixpkgs/trunk/pkgs/tools/system/lxc/fix-documentation-build.patch
   
nixpkgs/trunk/pkgs/applications/virtualization/lxc/fix-sgml-documentation.patch
      - copied, changed from r29490, 
nixpkgs/trunk/pkgs/tools/system/lxc/fix-sgml-documentation.patch
Deleted:
   nixpkgs/trunk/pkgs/tools/system/lxc/
Modified:
   nixpkgs/trunk/pkgs/top-level/all-packages.nix

Copied and modified: 
nixpkgs/trunk/pkgs/applications/virtualization/lxc/default.nix (from r29490, 
nixpkgs/trunk/pkgs/tools/system/lxc/default.nix)
==============================================================================

Copied and modified: 
nixpkgs/trunk/pkgs/applications/virtualization/lxc/dont-run-ldconfig.patch 
(from r29490, nixpkgs/trunk/pkgs/tools/system/lxc/dont-run-ldconfig.patch)
==============================================================================

Copied and modified: 
nixpkgs/trunk/pkgs/applications/virtualization/lxc/fix-documentation-build.patch
 (from r29490, 
nixpkgs/trunk/pkgs/tools/system/lxc/fix-documentation-build.patch)
==============================================================================

Copied and modified: 
nixpkgs/trunk/pkgs/applications/virtualization/lxc/fix-sgml-documentation.patch 
(from r29490, nixpkgs/trunk/pkgs/tools/system/lxc/fix-sgml-documentation.patch)
==============================================================================

Modified: nixpkgs/trunk/pkgs/top-level/all-packages.nix
==============================================================================
--- nixpkgs/trunk/pkgs/top-level/all-packages.nix       Mon Sep 26 08:12:10 
2011        (r29490)
+++ nixpkgs/trunk/pkgs/top-level/all-packages.nix       Mon Sep 26 08:12:14 
2011        (r29491)
@@ -915,7 +915,7 @@
 
   lshw = callPackage ../tools/system/lshw { };
 
-  lxc = callPackage ../tools/system/lxc { };
+  lxc = callPackage ../applications/virtualization/lxc { };
 
   lzma = xz;
 
_______________________________________________
nix-commits mailing list
nix-comm...@lists.science.uu.nl
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to