Fixing libcgroup attribute name
svn path=/nixpkgs/trunk/; revision=25229
This commit is contained in:
parent
6c790bbbab
commit
3e5e7b0c74
1 changed files with 2 additions and 5 deletions
|
@ -4628,7 +4628,7 @@ let
|
|||
|
||||
kbd = callPackage ../os-specific/linux/kbd { };
|
||||
|
||||
libcroup = callPackage ../os-specific/linux/libcg { };
|
||||
libcgroup = callPackage ../os-specific/linux/libcg { };
|
||||
|
||||
libnl = callPackage ../os-specific/linux/libnl {
|
||||
flex = flex2535;
|
||||
|
@ -6818,10 +6818,7 @@ let
|
|||
|
||||
tennix = callPackage ../games/tennix { };
|
||||
|
||||
/*tpm = import ../games/thePenguinMachine {
|
||||
inherit stdenv fetchurl pil pygame SDL;
|
||||
python24 = python;
|
||||
};*/
|
||||
tpm = callPackage ../games/thePenguinMachine { };
|
||||
|
||||
tremulous = callPackage ../games/tremulous { };
|
||||
|
||||
|
|
Loading…
Reference in a new issue