prettyping: works on unix platforms

This commit is contained in:
Yann Hodique 2019-10-06 21:22:31 -07:00 committed by Jon
parent 3b40812df5
commit 4b4b80a68d

View file

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