Add meta.platforms to qt4 and merkaartor

Should fix one of hydra evaluation errors

svn path=/nixpkgs/trunk/; revision=22360
This commit is contained in:
Yury G. Kudryashov
2010-06-21 17:06:08 +00:00
parent 449a75420c
commit b39389560f
6 changed files with 13 additions and 14 deletions

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, lib
{ stdenv, fetchurl
, libXft, libXrender, randrproto, xextproto, libXinerama, xineramaproto, libXcursor, libXmu
, libXext, libXfixes, inputproto, fixesproto, libXrandr, freetype, fontconfig
, zlib, libjpeg, mysql, libpng, which, mesa, openssl, dbus, cups, pkgconfig, libtiff, glib
@@ -78,6 +78,7 @@ stdenv.mkDerivation {
homepage = http://www.qtsoftware.com/downloads/opensource/appdev/linux-x11-cpp;
description = "A cross-platform application framework for C++";
license = "GPL/LGPL";
maintainers = [ lib.maintainers.sander ];
maintainers = [ stdenv.lib.maintainers.sander ];
platforms = stdenv.lib.platforms.mesaPlatforms;
};
}

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, lib
{ stdenv, fetchurl
, libXft, libXrender, randrproto, xextproto, libXinerama, xineramaproto, libXcursor, libXmu
, libXext, libXfixes, inputproto, fixesproto, libXrandr, freetype, fontconfig
, zlib, libjpeg, libpng, which, mesa, openssl, dbus, cups, pkgconfig, libtiff, glib
@@ -93,6 +93,7 @@ stdenv.mkDerivation rec {
homepage = http://qt.nokia.com/products;
description = "A cross-platform application framework for C++";
license = "GPL/LGPL";
maintainers = with lib.maintainers; [ sander urkud ];
maintainers = with stdenv.lib.maintainers; [ sander urkud ];
platforms = stdenv.lib.platforms.mesaPlatforms;
};
}

View File

@@ -1,4 +1,4 @@
{ stdenv, fetchurl, lib
{ stdenv, fetchurl
, alsaLib, gstreamer, gstPluginsBase, pulseaudio
, libXft, libXrender, randrproto, xextproto, libXinerama, xineramaproto, libXcursor, libXmu
, libXv, libXext, libXfixes, inputproto, fixesproto, libXrandr, freetype, fontconfig
@@ -100,8 +100,8 @@ stdenv.mkDerivation rec {
homepage = http://qt.nokia.com/products;
description = "A cross-platform application framework for C++";
license = "GPL/LGPL";
maintainers = with lib.maintainers; [ urkud sander ];
platforms = stdenv.lib.platforms.linux;
maintainers = with stdenv.lib.maintainers; [ urkud sander ];
platforms = stdenv.lib.platforms.mesaPlatforms;
priority = 10;
};
}