From feeb5952c00d07dcbb4e1dd97e1d9c50b7a22c75 Mon Sep 17 00:00:00 2001 From: Mario Rodas Date: Sun, 18 Sep 2022 03:04:00 +0000 Subject: [PATCH] ytfzf: enable on darwin --- pkgs/tools/misc/ytfzf/default.nix | 1 + 1 file changed, 1 insertion(+) diff --git a/pkgs/tools/misc/ytfzf/default.nix b/pkgs/tools/misc/ytfzf/default.nix index 3008754d3d79..ec2362b27009 100644 --- a/pkgs/tools/misc/ytfzf/default.nix +++ b/pkgs/tools/misc/ytfzf/default.nix @@ -47,6 +47,7 @@ stdenv.mkDerivation rec { description = "A posix script to find and watch youtube videos from the terminal"; homepage = "https://github.com/pystardust/ytfzf"; license = licenses.gpl3Only; + platforms = platforms.all; maintainers = with maintainers; [ dotlambda ]; }; }