* 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:
parent
3542a7777e
commit
57c049f4a0
@ -14,13 +14,15 @@ 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;
|
||||||
};
|
};
|
||||||
|
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user