ytfzf: enable on darwin

This commit is contained in:
Mario Rodas 2022-09-18 03:04:00 +00:00
parent e9d66341da
commit feeb5952c0

View File

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