python.pkgs.cgroup-utils: fix build

This commit is contained in:
Frederik Rietdijk 2017-08-25 18:41:00 +02:00
parent 34021f595d
commit 0081ba712d

@ -1672,6 +1672,10 @@ in {
sha256 = "1ck0aijzrg9xf6hjdxnynkapnyxw0y385jb0q7wyq4jf77ayfszc";
};
postPatch = ''
substituteInPlace setup.py --replace "argparse" ""
'';
meta = {
description = "Utility tools for control groups of Linux";
maintainers = with maintainers; [ layus ];