Silence some Hydra evaluation warnings

This commit is contained in:
Eelco Dolstra 2014-04-24 15:40:55 +02:00
parent 2b7e746c02
commit d304b277bd
6 changed files with 6 additions and 3 deletions

View file

@ -45,5 +45,6 @@ stdenv.mkDerivation {
license = licenses.gpl3Plus;
platforms = platforms.linux;
maintainers = [ maintainers.ttuegel ];
hydraPlatforms = []; # libspotify is unfree
};
}

View file

@ -49,5 +49,6 @@ stdenv.mkDerivation {
platforms = stdenv.lib.platforms.linux;
maintainers = [ stdenv.lib.maintainers.pierron ];
broken = true;
};
}

View file

@ -33,5 +33,6 @@ stdenv.mkDerivation rec {
license = "BSD";
maintainers = [ stdenv.lib.maintainers.viric ];
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = []; # because libdc1394avt is broken
};
}

View file

@ -54,6 +54,7 @@ stdenv.mkDerivation rec {
homepage = http://rigsofrods.sourceforge.net/;
license = "GPLv3";
maintainers = with stdenv.lib.maintainers; [viric raskin];
platforms = with stdenv.lib.platforms; linux;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
};
}

View file

@ -46,5 +46,6 @@ stdenv.mkDerivation {
maintainers = [ stdenv.lib.maintainers.ludo ];
platforms = stdenv.lib.platforms.gnu; # arbitrary choice
hydraPlatforms = [];
};
}

View file

@ -311,7 +311,6 @@ let
vice = linux;
vim = linux;
vimHugeX = linux;
VisualBoyAdvance = linux;
vncrec = linux;
vorbisTools = linux;
vpnc = linux;
@ -333,7 +332,6 @@ let
xineUI = linux;
xkeyboard_config = linux;
xlockmore = linux;
xmltv = linux;
xpdf = linux;
xscreensaver = linux;
xsel = linux;