cpuset: set meta.platforms = platforms.linux
This commit is contained in:
parent
cb3e126042
commit
0101e8b78a
@ -39,7 +39,8 @@ python3.pkgs.buildPythonApplication rec {
|
||||
description = "Python application that forms a wrapper around the standard Linux filesystem calls to make using the cpusets facilities in the Linux kernel easier";
|
||||
homepage = "https://github.com/lpechacek/cpuset";
|
||||
license = licenses.gpl2;
|
||||
maintainers = with maintainers; [ thiagokokada wykurz ];
|
||||
mainProgram = "cset";
|
||||
maintainers = with maintainers; [ thiagokokada wykurz ];
|
||||
platforms = platforms.linux;
|
||||
};
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user