procps-ng: allow cygwin
This commit is contained in:
parent
f3c039ff8d
commit
a08024bcb0
1 changed files with 1 additions and 1 deletions
|
@ -27,6 +27,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Utilities that give information about processes using the /proc filesystem";
|
||||
priority = 10; # less than coreutils, which also provides "kill" and "uptime"
|
||||
license = lib.licenses.gpl2;
|
||||
platforms = lib.platforms.linux;
|
||||
platforms = lib.platforms.linux ++ lib.platforms.cygwin;
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue