From 57c049f4a00f6a057c0f9110510d2b52c0221b4a Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Fri, 7 May 2010 10:02:52 +0000 Subject: [PATCH] * 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 --- .../kde-4.4/extragear/kdevelop/default.nix | 16 +++++++++------- .../kde-4.4/extragear/kdevplatform/default.nix | 2 +- 2 files changed, 10 insertions(+), 8 deletions(-) diff --git a/pkgs/desktops/kde-4.4/extragear/kdevelop/default.nix b/pkgs/desktops/kde-4.4/extragear/kdevelop/default.nix index c788bf2d8726..6e4fcbad25cc 100644 --- a/pkgs/desktops/kde-4.4/extragear/kdevelop/default.nix +++ b/pkgs/desktops/kde-4.4/extragear/kdevelop/default.nix @@ -14,14 +14,16 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { maintainers = [ maintainers.urkud ]; - platforms = [ platforms.linux ]; + platforms = platforms.linux; description = "KDE official IDE"; - 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 -programing languages. It is based on KDevPlatform, KDE and Qt libraries and is under development -since 1998. - ''; + 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 + programing languages. It is based on KDevPlatform, KDE and Qt + libraries and is under development since 1998. + ''; homepage = http://www.kdevelop.org; }; } diff --git a/pkgs/desktops/kde-4.4/extragear/kdevplatform/default.nix b/pkgs/desktops/kde-4.4/extragear/kdevplatform/default.nix index 33c0d11e711e..7be3c89319ee 100644 --- a/pkgs/desktops/kde-4.4/extragear/kdevplatform/default.nix +++ b/pkgs/desktops/kde-4.4/extragear/kdevplatform/default.nix @@ -14,7 +14,7 @@ stdenv.mkDerivation rec { meta = with stdenv.lib; { maintainers = [ maintainers.urkud ]; - platforms = [ platforms.linux ]; + platforms = platforms.linux; description = "KDE libraries for IDE-like programs"; longDescription = '' A free, opensource set of libraries that can be used as a foundation for