cpuset: set meta.platforms = platforms.linux

This commit is contained in:
Thiago Kenji Okada 2024-01-08 11:52:56 +00:00
parent cb3e126042
commit 0101e8b78a

View File

@ -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;
};
}