nix: disable maintainer entries for now

Causes problem with hydra when building against release nixpkgs,
where the sb0 maintainer entry is not present yet.
pull/1259/head
Sebastien Bourdeauducq 2019-01-21 22:53:57 +08:00
parent 84f7d006e8
commit e024fa89e5
6 changed files with 7 additions and 7 deletions

View File

@ -74,7 +74,7 @@ python3Packages.buildPythonPackage rec {
description = "A leading-edge control system for quantum information experiments";
homepage = https://m-labs/artiq;
license = licenses.lgpl3;
maintainers = [ maintainers.sb0 ];
#maintainers = [ maintainers.sb0 ];
platforms = [ "x86_64-linux" ];
};
}

View File

@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
description = "Collection of modular and reusable compiler and toolchain technologies";
homepage = http://llvm.org/;
license = stdenv.lib.licenses.bsd3;
maintainers = with stdenv.lib.maintainers; [ sb0 ];
#maintainers = with stdenv.lib.maintainers; [ sb0 ];
platforms = stdenv.lib.platforms.all;
};
}

View File

@ -57,7 +57,7 @@ stdenv.mkDerivation rec {
'';
homepage = http://openocd.sourceforge.net/;
license = licenses.gpl2Plus;
maintainers = with maintainers; [ sb0 ];
#maintainers = with maintainers; [ sb0 ];
platforms = platforms.linux;
};
}

View File

@ -29,7 +29,7 @@ rec {
meta = with stdenv.lib; {
homepage = http://www.rust-lang.org/;
description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ sb0 ];
#maintainers = with maintainers; [ sb0 ];
license = [ licenses.mit licenses.asl20 ];
};
@ -83,7 +83,7 @@ rec {
meta = with stdenv.lib; {
homepage = http://www.rust-lang.org/;
description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ sb0 ];
#maintainers = with maintainers; [ sb0 ];
license = [ licenses.mit licenses.asl20 ];
};

View File

@ -63,7 +63,7 @@ rustPlatform.buildRustPackage rec {
meta = with stdenv.lib; {
homepage = https://crates.io;
description = "Downloads your Rust project's dependencies and builds your project";
maintainers = with maintainers; [ sb0 ];
#maintainers = with maintainers; [ sb0 ];
license = [ licenses.mit licenses.asl20 ];
platforms = platforms.unix;
};

View File

@ -191,7 +191,7 @@ stdenv.mkDerivation {
meta = with stdenv.lib; {
homepage = https://www.rust-lang.org/;
description = "A safe, concurrent, practical language";
maintainers = with maintainers; [ sb0 ];
#maintainers = with maintainers; [ sb0 ];
license = [ licenses.mit licenses.asl20 ];
platforms = platforms.linux ++ platforms.darwin;
broken = broken;