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 9033821c34.
This commit is contained in:
Bjørn Forsman
2014-07-20 23:03:27 +02:00
parent bc8fe732d0
commit 0ab24ad8c8
+1 -1
View File
@@ -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.