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:
parent
9033821c34
commit
215754f4fa
|
@ -661,7 +661,7 @@ let
|
||||||
enableStandardFeatures = false;
|
enableStandardFeatures = false;
|
||||||
};
|
};
|
||||||
|
|
||||||
asciidocFull = appendToName "full" (asciidoc.override {
|
asciidoc-full = appendToName "full" (asciidoc.override {
|
||||||
inherit (pythonPackages) pygments;
|
inherit (pythonPackages) pygments;
|
||||||
enableStandardFeatures = true;
|
enableStandardFeatures = true;
|
||||||
});
|
});
|
||||||
|
@ -11251,6 +11251,7 @@ let
|
||||||
|
|
||||||
# Attributes for backward compatibility.
|
# Attributes for backward compatibility.
|
||||||
adobeReader = adobe-reader;
|
adobeReader = adobe-reader;
|
||||||
|
asciidocFull = asciidoc-full; # added 2014-06-22
|
||||||
|
|
||||||
|
|
||||||
}; in self; in pkgs
|
}; in self; in pkgs
|
||||||
|
|
Loading…
Reference in New Issue