Fix a bunch of Hydra evaluation errors

This commit is contained in:
Eelco Dolstra
2013-10-07 17:36:47 +02:00
parent 9faba5f073
commit 2147a07938
16 changed files with 24 additions and 15 deletions

View File

@@ -38,6 +38,8 @@ let
'';
doCheck = false;
meta.platforms = stdenv.lib.platforms.mesaPlatforms;
};
in stdenv.lib.overrideDerivation base (b: {
postFixup = b.postFixup + ''

View File

@@ -40,5 +40,6 @@ buildPythonPackage rec {
meta = {
homepage = http://xpra.org/;
description = "Persistent remote applications for X";
platforms = stdenv.lib.platforms.mesaPlatforms;
};
}