{ poetry2nix, fetchFromGitHub, lib, ... }: poetry2nix.mkPoetryApplication { projectDir = fetchFromGitHub { owner = "cooklang"; repo = "cook-import"; rev = "d92e44a"; hash = "sha256-SSrLN0qhHNalF8RrsZvezqZvAkcKCLukSGW9f3IHIIE="; }; meta = with lib; { homepage = "https://github.com/cooklang/cook-import"; description = "A command-line tool to import recipes into Cooklang format"; license = licenses.mit; mainProgram = "cook-import"; broken = true; }; }