prettyping: works on unix platforms
This commit is contained in:
parent
3b40812df5
commit
4b4b80a68d
@ -19,7 +19,7 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = https://github.com/denilsonsa/prettyping;
|
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";
|
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 ];
|
license = with licenses; [ mit ];
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ qoelet ];
|
maintainers = with maintainers; [ qoelet ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user