Set meta.hydraPlatforms instead of meta.platforms for some packages

This commit is contained in:
Eelco Dolstra 2013-11-05 00:04:36 +01:00
parent a2cbc77e4f
commit c88055e1a2
34 changed files with 52 additions and 43 deletions

View file

@ -39,6 +39,6 @@ pythonPackages.buildPythonPackage rec {
local hard drive.
'';
maintainers = [ stdenv.lib.maintainers.rickynils ];
platforms = [];
hydraPlatforms = [];
};
}

View file

@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
'';
meta = {
# Quicker to unpack locally than load Hydra
platforms = [];
hydraPlatforms = [];
maintainers = with stdenv.lib.maintainers; [raskin];
license = with stdenv.lib.licenses; lgpl21Plus;
description = "GraphViz graph viewer/navigator";

View file

@ -74,8 +74,7 @@ rec {
# A GiB of data. Installation is unpacking and editing a few files.
# No sense in letting Hydra build it.
# Also, it is unclear what is covered by "verbatim" - we will edit configs
platforms = with a.lib.platforms;
[];
hydraPlatforms = [];
license = "verbatim-redistribution";
};
passthru = {

View file

@ -43,8 +43,7 @@ rec {
[
raskin
];
platforms = with a.lib.platforms;
[];
hydraPlatforms = [];
# There are multiple claims that the font is GPL,
# so I include the package; but I cannot find the
# original source, so use it on your own risk

View file

@ -18,6 +18,6 @@ stdenv.mkDerivation rec {
meta = {
maintainers = [ stdenv.lib.maintainers.urkud ];
# Tries to install gwenhywfar plugin, thus `make install` fails
platforms = [];
hydraPlatforms = [];
};
}

View file

@ -17,7 +17,7 @@ cabal.mkDerivation (self: {
homepage = "https://github.com/AccelerateHS/accelerate-cuda/";
description = "Accelerate backend for NVIDIA GPUs";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.none;
hydraPlatforms = [];
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View file

@ -23,7 +23,7 @@ cabal.mkDerivation (self: {
homepage = "https://github.com/AccelerateHS/accelerate-examples";
description = "Examples using the Accelerate library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.none;
hydraPlatforms = [];
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View file

@ -9,6 +9,6 @@ cabal.mkDerivation (self: {
homepage = "https://github.com/AccelerateHS/accelerate-fft";
description = "FFT using the Accelerate library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.none;
hydraPlatforms = [];
};
})

View file

@ -33,7 +33,7 @@ cabal.mkDerivation (self: {
meta = {
description = "FFI binding to the CUDA interface for programming NVIDIA GPUs";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.none;
hydraPlatforms = [];
maintainers = [ self.stdenv.lib.maintainers.andres ];
};
})

View file

@ -10,6 +10,6 @@ cabal.mkDerivation (self: {
homepage = "http://github.com/robeverest/cufft";
description = "Haskell bindings for the CUFFT library";
license = self.stdenv.lib.licenses.bsd3;
platforms = self.stdenv.lib.platforms.none;
hydraPlatforms = [];
};
})

View file

@ -33,6 +33,7 @@ stdenv.mkDerivation rec {
# Engine is under GPLv2, everything else is under
license = [ "unfree-redistributable" ];
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
#platforms = with stdenv.lib.platforms; linux;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
};
}

View file

@ -54,7 +54,8 @@ stdenv.mkDerivation rec {
description = "Tool to manage dwarves in in a running game of Dwarf Fortress";
maintainers = with stdenv.lib.maintainers; [ the-kenny ];
license = "MIT";
platforms = stdenv.lib.platforms.none;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
homepage = https://code.google.com/r/splintermind-attributes/;
};
}

View file

@ -57,7 +57,8 @@ stdenv.mkDerivation rec {
meta = with stdenv.lib; {
description = "Flight simulator";
maintainers = with maintainers; [ raskin ];
#platforms = platforms.linux; # disabled from hydra because it's so big
platforms = platforms.linux;
hydraPlatforms = []; # disabled from hydra because it's so big
license = licenses.gpl2;
};
}

View file

@ -36,6 +36,7 @@ stdenv.mkDerivation {
homepage = http://www.naev.org;
license = "GPLv3+";
maintainers = with stdenv.lib.maintainers; [viric];
#platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
};
}

View file

@ -69,7 +69,8 @@ stdenv.mkDerivation {
homepage = http://oilrush-game.com/;
license = "unfree";
#maintainers = with stdenv.lib.maintainers; [ astsmtl ];
#platforms = with stdenv.lib.platforms; linux;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
};
}

View file

@ -66,7 +66,7 @@ rec {
[
raskin
];
platforms = with a.lib.platforms;
hydraPlatforms =
# raskin: tested amd64-linux;
# not setting platforms because it is 0.5+ GiB of game data
[];

View file

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

View file

@ -26,6 +26,7 @@ stdenv.mkDerivation rec {
homepage = http://torcs.sourceforge.net/;
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric];
#platforms = with stdenv.lib.platforms; linux;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
};
}

View file

@ -30,6 +30,7 @@ stdenv.mkDerivation rec {
description = "A squad-based tactical strategy game in the tradition of X-Com";
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric];
#platforms = with stdenv.lib.platforms; linux;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
};
}

View file

@ -62,7 +62,8 @@ stdenv.mkDerivation rec {
homepage = http://unvanquished.net;
#license = "unknown";
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
platforms = stdenv.lib.platforms.linux;
# This package can take a lot of disk space, so unavailable from channel
#platforms = with stdenv.lib.platforms; linux;
hydraPlatforms = [];
};
}

View file

@ -59,6 +59,7 @@ stdenv.mkDerivation rec {
homepage = http://www.urbanterror.net;
license = [ "unfree-redistributable" ];
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
#platforms = stdenv.lib.platforms.linux;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
};
}

View file

@ -31,6 +31,7 @@ stdenv.mkDerivation rec {
homepage = http://vdrift.net/;
license = "GPLv2+";
maintainers = with stdenv.lib.maintainers; [viric];
#platforms = with stdenv.lib.platforms; linux;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
};
}

View file

@ -64,7 +64,8 @@ rec {
raskin
jcumming
];
#platforms = a.lib.platforms.linux;
platforms = a.lib.platforms.linux;
hydraPlatforms = [];
license = a.lib.licenses.gpl2Plus;
};
passthru = {

View file

@ -56,6 +56,7 @@ stdenv.mkDerivation rec {
homepage = http://www.xonotic.org;
license = with stdenv.lib.licenses; gpl2Plus;
maintainers = with stdenv.lib.maintainers; [ astsmtl ];
#platforms = with stdenv.lib.platforms; linux;
platforms = stdenv.lib.platforms.linux;
hydraPlatforms = [];
};
}

View file

@ -68,7 +68,8 @@ stdenv.mkDerivation rec {
homepage = http://support.amd.com/us/gpudownload/Pages/index.aspx;
license = "unfree";
maintainers = [stdenv.lib.maintainers.marcweber];
#platforms = [ "x86_64-linux" ];
platforms = [ "x86_64-linux" ];
hydraPlatforms = [];
};
# moved assertions here because the name is evaluated when the NixOS manual is generated

View file

@ -15,5 +15,5 @@ in import ./generic.nix (args // rec {
features.iwlwifi = true;
extraMeta.platforms = [];
extraMeta.hydraPlatforms = [];
})

View file

@ -105,8 +105,7 @@ rec {
[
raskin
];
platforms = with a.lib.platforms;
[]; # Builder is just unpacking/mixing what is needed
hydraPlatforms = []; # Builder is just unpacking/mixing what is needed
license = "free"; # mix of packages under different licenses
homepage = "http://openjena.org/";
};

View file

@ -46,8 +46,7 @@ rec {
[
raskin
];
platforms = with a.lib.platforms;
[];
hydraPlatforms = [];
license = "free-noncopyleft";
};
passthru = {

View file

@ -24,7 +24,6 @@ stdenv.mkDerivation rec {
homepage = http://www.gnu.org/software/fdisk/;
maintainers = [ ];
#platforms = stdenv.lib.platforms.linux; # was failing for long without anyone complaining
platforms = stdenv.lib.platforms.linux;
};
}

View file

@ -30,6 +30,6 @@ rec {
maintainers = [ args.lib.maintainers.raskin ];
# Actually, arch-independent..
platforms = [] ;
hydraPlatforms = [];
};
}

View file

@ -19,6 +19,6 @@ rec {
maintainers = [ args.lib.maintainers.raskin ];
# Actually, arch-independent..
platforms = [] ;
hydraPlatforms = [];
};
}

View file

@ -21,6 +21,6 @@ rec {
maintainers = [ args.lib.maintainers.simons ];
# Actually, arch-independent..
platforms = [] ;
hydraPlatforms = [];
};
}

View file

@ -24,6 +24,6 @@ rec {
maintainers = [ args.lib.maintainers.simons ];
# Actually, arch-independent..
platforms = [] ;
hydraPlatforms = [];
};
}

View file

@ -2290,7 +2290,7 @@ let
cross = assert crossSystem != null; crossSystem;
};
gcc44_realCross = lib.addMetaAttrs { platforms = []; }
gcc44_realCross = lib.addMetaAttrs { hydraPlatforms = []; }
(makeOverridable (import ../development/compilers/gcc/4.4) {
inherit stdenv fetchurl texinfo gmp mpfr /* ppl cloogppl */ noSysDirs
gettext which;
@ -2339,7 +2339,7 @@ let
gcc47 = gcc47_real;
gcc45_realCross = lib.addMetaAttrs { platforms = []; }
gcc45_realCross = lib.addMetaAttrs { hydraPlatforms = []; }
(makeOverridable (import ../development/compilers/gcc/4.5) {
inherit fetchurl stdenv texinfo gmp mpfr mpc libelf zlib
ppl cloogppl gettext which noSysDirs;
@ -2351,7 +2351,7 @@ let
cross = assert crossSystem != null; crossSystem;
});
gcc46_realCross = lib.addMetaAttrs { platforms = []; }
gcc46_realCross = lib.addMetaAttrs { hydraPlatforms = []; }
(makeOverridable (import ../development/compilers/gcc/4.6) {
inherit fetchurl stdenv texinfo gmp mpfr mpc libelf zlib
cloog ppl gettext which noSysDirs;
@ -2363,7 +2363,7 @@ let
cross = assert crossSystem != null; crossSystem;
});
gcc47_realCross = lib.addMetaAttrs { platforms = []; }
gcc47_realCross = lib.addMetaAttrs { hydraPlatforms = []; }
(makeOverridable (import ../development/compilers/gcc/4.7) {
inherit fetchurl stdenv texinfo gmp mpfr mpc libelf zlib
cloog ppl gettext which noSysDirs;
@ -2384,7 +2384,7 @@ let
if isMingw then windows.mingw_headers1 else null;
in
wrapGCCCross {
gcc = forceNativeDrv (lib.addMetaAttrs { platforms = []; } (
gcc = forceNativeDrv (lib.addMetaAttrs { hydraPlatforms = []; } (
gcc_realCross.override {
crossStageStatic = true;
langCC = false;