From d304b277bd7a8096b87691e756edfe5d8ed6674d Mon Sep 17 00:00:00 2001 From: Eelco Dolstra Date: Thu, 24 Apr 2014 15:40:55 +0200 Subject: [PATCH] Silence some Hydra evaluation warnings --- pkgs/applications/audio/clementine/default.nix | 1 + .../version-management/git-and-tools/git-bz/default.nix | 1 + pkgs/applications/video/cc1394/default.nix | 1 + pkgs/games/rigsofrods/default.nix | 3 ++- pkgs/tools/networking/p2p/seeks/default.nix | 1 + pkgs/top-level/release.nix | 2 -- 6 files changed, 6 insertions(+), 3 deletions(-) diff --git a/pkgs/applications/audio/clementine/default.nix b/pkgs/applications/audio/clementine/default.nix index 4352e2e133a..5d4a3614e40 100644 --- a/pkgs/applications/audio/clementine/default.nix +++ b/pkgs/applications/audio/clementine/default.nix @@ -45,5 +45,6 @@ stdenv.mkDerivation { license = licenses.gpl3Plus; platforms = platforms.linux; maintainers = [ maintainers.ttuegel ]; + hydraPlatforms = []; # libspotify is unfree }; } diff --git a/pkgs/applications/version-management/git-and-tools/git-bz/default.nix b/pkgs/applications/version-management/git-and-tools/git-bz/default.nix index 5e6b9fdc243..3a2270cf972 100644 --- a/pkgs/applications/version-management/git-and-tools/git-bz/default.nix +++ b/pkgs/applications/version-management/git-and-tools/git-bz/default.nix @@ -49,5 +49,6 @@ stdenv.mkDerivation { platforms = stdenv.lib.platforms.linux; maintainers = [ stdenv.lib.maintainers.pierron ]; + broken = true; }; } diff --git a/pkgs/applications/video/cc1394/default.nix b/pkgs/applications/video/cc1394/default.nix index df131f0e485..d555e1b7885 100644 --- a/pkgs/applications/video/cc1394/default.nix +++ b/pkgs/applications/video/cc1394/default.nix @@ -33,5 +33,6 @@ stdenv.mkDerivation rec { license = "BSD"; maintainers = [ stdenv.lib.maintainers.viric ]; platforms = stdenv.lib.platforms.linux; + hydraPlatforms = []; # because libdc1394avt is broken }; } diff --git a/pkgs/games/rigsofrods/default.nix b/pkgs/games/rigsofrods/default.nix index 90ebab92942..809bcc930d2 100644 --- a/pkgs/games/rigsofrods/default.nix +++ b/pkgs/games/rigsofrods/default.nix @@ -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 = []; }; } diff --git a/pkgs/tools/networking/p2p/seeks/default.nix b/pkgs/tools/networking/p2p/seeks/default.nix index 43c189f36a9..835744c6000 100644 --- a/pkgs/tools/networking/p2p/seeks/default.nix +++ b/pkgs/tools/networking/p2p/seeks/default.nix @@ -46,5 +46,6 @@ stdenv.mkDerivation { maintainers = [ stdenv.lib.maintainers.ludo ]; platforms = stdenv.lib.platforms.gnu; # arbitrary choice + hydraPlatforms = []; }; } diff --git a/pkgs/top-level/release.nix b/pkgs/top-level/release.nix index cb22983e6c3..2915887ec11 100644 --- a/pkgs/top-level/release.nix +++ b/pkgs/top-level/release.nix @@ -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;