about summary refs log tree commit diff
path: root/pkgs/tools/networking
diff options
context:
space:
mode:
authorYann Hodique <yhodique@google.com>2019-10-06 21:22:31 -0700
committerJon <jonringer@users.noreply.github.com>2019-10-07 00:24:19 -0700
commit4b4b80a68d9a7327a3a5346f0529051163a6d95e (patch)
tree3e2101226c0e617e26bb48e23a090b6a811bc058 /pkgs/tools/networking
parent3b40812df50872e32c0e7061cee65d32a79d9346 (diff)
downloadnixlib-4b4b80a68d9a7327a3a5346f0529051163a6d95e.tar
nixlib-4b4b80a68d9a7327a3a5346f0529051163a6d95e.tar.gz
nixlib-4b4b80a68d9a7327a3a5346f0529051163a6d95e.tar.bz2
nixlib-4b4b80a68d9a7327a3a5346f0529051163a6d95e.tar.lz
nixlib-4b4b80a68d9a7327a3a5346f0529051163a6d95e.tar.xz
nixlib-4b4b80a68d9a7327a3a5346f0529051163a6d95e.tar.zst
nixlib-4b4b80a68d9a7327a3a5346f0529051163a6d95e.zip
prettyping: works on unix platforms
Diffstat (limited to 'pkgs/tools/networking')
-rw-r--r--pkgs/tools/networking/prettyping/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/tools/networking/prettyping/default.nix b/pkgs/tools/networking/prettyping/default.nix
index 36700195a1bd..fb0508b3c903 100644
--- a/pkgs/tools/networking/prettyping/default.nix
+++ b/pkgs/tools/networking/prettyping/default.nix
@@ -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 ];
   };
 }