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;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -24,5 +24,6 @@ in buildPythonPackage rec {
|
||||
description = "NixOS storage manager/partitioner";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
maintainers = [ stdenv.lib.maintainers.aszlig ];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
};
|
||||
}
|
||||
|
||||
@@ -33,7 +33,7 @@ stdenv.mkDerivation rec {
|
||||
description = "A collection of utilties for indexing and searching Maildirs";
|
||||
license = "GPLv3+";
|
||||
homepage = "http://www.djcbsoftware.nl/code/mu/";
|
||||
platforms = stdenv.lib.platforms.all;
|
||||
platforms = stdenv.lib.platforms.mesaPlatforms;
|
||||
maintainers = with stdenv.lib.maintainers; [ antono the-kenny ];
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user