* Move libcgroup from libcg/ to libcgroup/.
svn path=/nixpkgs/trunk/; revision=30547
This commit is contained in:
parent
7a7fb5bc5a
commit
b9214d9c8c
@ -11,9 +11,10 @@ stdenv.mkDerivation rec {
|
||||
buildInputs = [ pam ];
|
||||
|
||||
buildNativeInputs = [ yacc flex ];
|
||||
|
||||
meta = {
|
||||
description = "library that abstracts the control group file system in Linux";
|
||||
homepage = "http://libcg.sourceforge.net";
|
||||
description = "Library and tools to manage Linux's cgroup resource management system";
|
||||
homepage = http://libcg.sourceforge.net/;
|
||||
license = "LGPL";
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
@ -5261,7 +5261,7 @@ let
|
||||
|
||||
libatasmart = callPackage ../os-specific/linux/libatasmart { };
|
||||
|
||||
libcgroup = callPackage ../os-specific/linux/libcg { };
|
||||
libcgroup = callPackage ../os-specific/linux/libcgroup { };
|
||||
|
||||
libnl = callPackage ../os-specific/linux/libnl { };
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user