pythonPackages.cgroup-utils: Linux only
https://hydra.nixos.org/build/61731047
This commit is contained in:
parent
8836c4d71b
commit
d2f4539e5f
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ buildPythonPackage rec {
|
||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
description = "Utility tools for control groups of Linux";
|
description = "Utility tools for control groups of Linux";
|
||||||
maintainers = with maintainers; [ layus ];
|
maintainers = with maintainers; [ layus ];
|
||||||
|
platforms = platforms.linux;
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue