From 215754f4fa162fb42da4aeac7042f27d5782cb9c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sun, 22 Jun 2014 22:24:27 +0200 Subject: [PATCH] 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). --- pkgs/top-level/all-packages.nix | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix index 3af565fb1a04..782443c13b62 100644 --- a/pkgs/top-level/all-packages.nix +++ b/pkgs/top-level/all-packages.nix @@ -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