6 python3.pkgs.buildPythonApplication rec {
10 src = fetchFromGitHub {
14 hash = "sha256-fW0SXNI10pb6FTn/2TOqxP9qlys0KL/H9m//NjslUaY=";
17 makeFlags = [ "prefix=$(out)" ];
28 description = "Python application that forms a wrapper around the standard Linux filesystem calls, to make using the cpusets facilities in the Linux kernel easier";
29 homepage = "https://github.com/SUSE/cpuset";
30 license = licenses.gpl2;
32 maintainers = with maintainers; [ wykurz ];
33 platforms = platforms.linux;