mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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:
parent
bc8fe732d0
commit
0ab24ad8c8
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user