summary refs log tree commit diff
path: root/pkgs/development/python-modules/cgroup-utils
diff options
context:
space:
mode:
authorTuomas Tynkkynen <tuomas@tuxera.com>2017-09-30 21:44:09 +0300
committerTuomas Tynkkynen <tuomas@tuxera.com>2017-09-30 21:44:09 +0300
commitd2f4539e5f49e4f92bf3c32d466ba0f507c41200 (patch)
tree9477263c9eeabbe91b96d8f1257aaed67703fda7 /pkgs/development/python-modules/cgroup-utils
parent8836c4d71b13a3052fc5f360a987dea859c9bf5e (diff)
downloadnixlib-d2f4539e5f49e4f92bf3c32d466ba0f507c41200.tar
nixlib-d2f4539e5f49e4f92bf3c32d466ba0f507c41200.tar.gz
nixlib-d2f4539e5f49e4f92bf3c32d466ba0f507c41200.tar.bz2
nixlib-d2f4539e5f49e4f92bf3c32d466ba0f507c41200.tar.lz
nixlib-d2f4539e5f49e4f92bf3c32d466ba0f507c41200.tar.xz
nixlib-d2f4539e5f49e4f92bf3c32d466ba0f507c41200.tar.zst
nixlib-d2f4539e5f49e4f92bf3c32d466ba0f507c41200.zip
pythonPackages.cgroup-utils: Linux only
https://hydra.nixos.org/build/61731047
Diffstat (limited to 'pkgs/development/python-modules/cgroup-utils')
-rw-r--r--pkgs/development/python-modules/cgroup-utils/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/python-modules/cgroup-utils/default.nix b/pkgs/development/python-modules/cgroup-utils/default.nix
index ed0623fa778b..e565e23458ca 100644
--- a/pkgs/development/python-modules/cgroup-utils/default.nix
+++ b/pkgs/development/python-modules/cgroup-utils/default.nix
@@ -22,6 +22,7 @@ buildPythonPackage rec {
   meta = with stdenv.lib; {
     description = "Utility tools for control groups of Linux";
     maintainers = with maintainers; [ layus ];
+    platforms = platforms.linux;
     license = licenses.gpl2;
   };
 }