Fix a bunch of Hydra evaluation errors
This commit is contained in:
@@ -38,6 +38,8 @@ let
|
||||
'';
|
||||
|
||||
doCheck = false;
|
||||
|
||||
meta.platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
in stdenv.lib.overrideDerivation base (b: {
|
||||
postFixup = b.postFixup + ''
|
||||
|
||||
@@ -40,5 +40,6 @@ buildPythonPackage rec {
|
||||
meta = {
|
||||
homepage = http://xpra.org/;
|
||||
description = "Persistent remote applications for X";
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user