7 , gobject-introspection
13 python3Packages.buildPythonApplication rec {
18 src = fetchFromGitHub {
21 rev = "refs/tags/v${version}";
22 hash = "sha256-lBlIZrjzJo9R6KnzUSbqz5c/6UbuTv/pQu5Sans37Hc=";
38 propagatedBuildInputs = with python3Packages; [
47 makeWrapperArgs+=("''${gappsWrapperArgs[@]}")
51 description = "Draw diagrams or anything using only ASCII";
52 homepage = "https://github.com/Nokse22/ascii-draw";
53 license = lib.licenses.gpl3Plus;
54 mainProgram = "ascii-draw";
55 maintainers = with lib.maintainers; [ aleksana ];
56 # gnulib bindtextdomain is missing on various other unix platforms
57 platforms = lib.platforms.linux;