From 67757f52b18c70d84b871669633c7b204bce2e24 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sat, 25 Jul 2015 14:12:27 +0200 Subject: [PATCH] asciidoc-full-with-plugins: new top-level attribute Previously you had to write the override yourself, now it is conveniently available in all-packages.nix for use in "nix-env" etc. The list of plugins are currently hardcoded: ditaa, mscgen, qrcode, matplotlib, aafigure, deckjs, odf --- pkgs/top-level/all-packages.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 1072b6f3b30d..54cedb67699d 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -964,6 +964,12 @@ let enableStandardFeatures = true; }); + asciidoc-full-with-plugins = appendToName "full-with-plugins" (asciidoc.override { + inherit (pythonPackages) pygments; + enableStandardFeatures = true; + enableExtraPlugins = true; + }); + autossh = callPackage ../tools/networking/autossh { }; asynk = callPackage ../tools/networking/asynk { };