From 0ab24ad8c8ee10e73e48e9bd1355da74963d3a2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B8rn=20Forsman?= Date: Sun, 20 Jul 2014 22:26:07 +0200 Subject: [PATCH] Revert "asciidoc: properly differentiate the "-full" variant in meta.description" I changed my mind about this, I no longer think that meta.description should differ depending on the package configuration. A package configuration can be very fine grained, and I don't think it's possible/preferable to describe this in meta.description. This reverts commit 9033821c34d5cd69d814d73413da7a2e5f719d3f. --- pkgs/tools/typesetting/asciidoc/default.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkgs/tools/typesetting/asciidoc/default.nix b/pkgs/tools/typesetting/asciidoc/default.nix index fd7551e234e..8a5eb6ad759 100644 --- a/pkgs/tools/typesetting/asciidoc/default.nix +++ b/pkgs/tools/typesetting/asciidoc/default.nix @@ -244,7 +244,7 @@ stdenv.mkDerivation rec { preInstall = "mkdir -p $out/etc/vim"; meta = with stdenv.lib; { - description = "Text-based document generation system ${stdenv.lib.optionalString enableStandardFeatures "(full version)"}"; + description = "Text-based document generation system"; longDescription = '' AsciiDoc is a text document format for writing notes, documentation, articles, books, ebooks, slideshows, web pages, man pages and blogs.