3
0
Fork 0
forked from mirrors/nixpkgs

asciidoc-full: rename attribute from asciidocFull

But keep asciidocFull attribute for backwards compatibility (with a
timestamp so we can later decide when to finally remove the old
attribute).
This commit is contained in:
Bjørn Forsman 2014-06-22 22:24:27 +02:00
parent 9033821c34
commit 215754f4fa

View file

@ -661,7 +661,7 @@ let
enableStandardFeatures = false;
};
asciidocFull = appendToName "full" (asciidoc.override {
asciidoc-full = appendToName "full" (asciidoc.override {
inherit (pythonPackages) pygments;
enableStandardFeatures = true;
});
@ -11251,6 +11251,7 @@ let
# Attributes for backward compatibility.
adobeReader = adobe-reader;
asciidocFull = asciidoc-full; # added 2014-06-22
}; in self; in pkgs