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