prettyping: works on unix platforms
This commit is contained in:
parent
3b40812df5
commit
4b4b80a68d
1 changed files with 1 additions and 1 deletions
|
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://github.com/denilsonsa/prettyping;
|
||||
description = "A wrapper around the standard ping tool with the objective of making the output prettier, more colorful, more compact, and easier to read";
|
||||
license = with licenses; [ mit ];
|
||||
platforms = platforms.linux;
|
||||
platforms = platforms.unix;
|
||||
maintainers = with maintainers; [ qoelet ];
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue