KDE: we don't really support anything but Linux right now, so no reason to have all those evaluation

errors.
This commit is contained in:
Evgeny Egorochkin 2013-08-25 01:01:13 +03:00
parent 03dd7deef2
commit 952aa0e719
6 changed files with 12 additions and 6 deletions

View File

@ -19,7 +19,8 @@ rec {
# Default meta attribute # Default meta attribute
defMeta = { defMeta = {
homepage = http://www.kde.org; homepage = http://www.kde.org;
inherit (qt4.meta) platforms maintainers; platforms = stdenv.lib.platforms.linux;
inherit (qt4.meta) maintainers;
}; };
# KDE package built from the whole tarball # KDE package built from the whole tarball

View File

@ -23,7 +23,8 @@ let
meta = { meta = {
description = "KDE translation for ${lang}"; description = "KDE translation for ${lang}";
license = "GPL"; license = "GPL";
inherit (kdelibs.meta) maintainers platforms homepage; platforms = stdenv.lib.platforms.linux;
inherit (kdelibs.meta) maintainers homepage;
}; };
}; };

View File

@ -19,7 +19,8 @@ rec {
# Default meta attribute # Default meta attribute
defMeta = { defMeta = {
homepage = http://www.kde.org; homepage = http://www.kde.org;
inherit (qt4.meta) platforms maintainers; platforms = stdenv.lib.platforms.linux;
inherit (qt4.meta) maintainers;
}; };
# KDE package built from the whole tarball # KDE package built from the whole tarball

View File

@ -23,7 +23,8 @@ let
meta = { meta = {
description = "KDE translation for ${lang}"; description = "KDE translation for ${lang}";
license = "GPL"; license = "GPL";
inherit (kdelibs.meta) maintainers platforms homepage; platforms = stdenv.lib.platforms.linux;
inherit (kdelibs.meta) maintainers homepage;
}; };
}; };

View File

@ -19,7 +19,8 @@ rec {
# Default meta attribute # Default meta attribute
defMeta = { defMeta = {
homepage = http://www.kde.org; homepage = http://www.kde.org;
inherit (qt4.meta) platforms maintainers; platforms = stdenv.lib.platforms.linux;
inherit (qt4.meta) maintainers;
}; };
# KDE package built from the whole tarball # KDE package built from the whole tarball

View File

@ -23,7 +23,8 @@ let
meta = { meta = {
description = "KDE translation for ${lang}"; description = "KDE translation for ${lang}";
license = "GPL"; license = "GPL";
inherit (kdelibs.meta) maintainers platforms homepage; platforms = stdenv.lib.platforms.linux;
inherit (kdelibs.meta) maintainers homepage;
}; };
}; };