* meta.platforms is a list of strings, not a list of lists of strings

(http://hydra.nixos.org/build/399330). 
* Fix the indentation of longDescription.

svn path=/nixpkgs/trunk/; revision=21640
This commit is contained in:
Eelco Dolstra 2010-05-07 10:02:52 +00:00
parent 3542a7777e
commit 57c049f4a0
2 changed files with 10 additions and 8 deletions

View File

@ -14,14 +14,16 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
maintainers = [ maintainers.urkud ]; maintainers = [ maintainers.urkud ];
platforms = [ platforms.linux ]; platforms = platforms.linux;
description = "KDE official IDE"; description = "KDE official IDE";
longDescription = '' longDescription =
A free, opensource IDE (Integrated Development Environment) for MS Windows, Mac OsX, ''
Linux, Solaris and FreeBSD. It is a feature-full, plugin extendable IDE for C/C++ and other A free, opensource IDE (Integrated Development Environment)
programing languages. It is based on KDevPlatform, KDE and Qt libraries and is under development for MS Windows, Mac OsX, Linux, Solaris and FreeBSD. It is a
since 1998. feature-full, plugin extendable IDE for C/C++ and other
''; programing languages. It is based on KDevPlatform, KDE and Qt
libraries and is under development since 1998.
'';
homepage = http://www.kdevelop.org; homepage = http://www.kdevelop.org;
}; };
} }

View File

@ -14,7 +14,7 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; { meta = with stdenv.lib; {
maintainers = [ maintainers.urkud ]; maintainers = [ maintainers.urkud ];
platforms = [ platforms.linux ]; platforms = platforms.linux;
description = "KDE libraries for IDE-like programs"; description = "KDE libraries for IDE-like programs";
longDescription = '' longDescription = ''
A free, opensource set of libraries that can be used as a foundation for A free, opensource set of libraries that can be used as a foundation for