mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 23:20:55 +00:00
* Move libcgroup from libcg/ to libcgroup/.
svn path=/nixpkgs/trunk/; revision=30547
This commit is contained in:
parent
7a7fb5bc5a
commit
b9214d9c8c
|
@ -1,4 +1,4 @@
|
|||
{stdenv, fetchurl, pam, yacc, flex}:
|
||||
{ stdenv, fetchurl, pam, yacc, flex }:
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
name = "libcgroup-0.37.1";
|
||||
|
@ -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…
Reference in a new issue