python.pkgs.cgroup-utils: fix build
This commit is contained in:
parent
34021f595d
commit
0081ba712d
@ -1672,6 +1672,10 @@ in {
|
|||||||
sha256 = "1ck0aijzrg9xf6hjdxnynkapnyxw0y385jb0q7wyq4jf77ayfszc";
|
sha256 = "1ck0aijzrg9xf6hjdxnynkapnyxw0y385jb0q7wyq4jf77ayfszc";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
postPatch = ''
|
||||||
|
substituteInPlace setup.py --replace "argparse" ""
|
||||||
|
'';
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
description = "Utility tools for control groups of Linux";
|
description = "Utility tools for control groups of Linux";
|
||||||
maintainers = with maintainers; [ layus ];
|
maintainers = with maintainers; [ layus ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user