forked from mirrors/nixpkgs
Merge pull request #46385 from xeji/p/broken
mark long-failing packages broken for 18.09
This commit is contained in:
commit
c2c9c6adfe
|
@ -70,5 +70,6 @@ stdenv.mkDerivation rec {
|
|||
maintainers = [stdenv.lib.maintainers.raskin];
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
homepage = "https://github.com/drmeister/clasp";
|
||||
broken = true; # 2018-09-08, no successful build since 2018-01-03
|
||||
};
|
||||
}
|
||||
|
|
|
@ -189,6 +189,7 @@ EOF
|
|||
description = "A web engine based on the Chromium web browser";
|
||||
maintainers = with maintainers; [ matthewbauer ];
|
||||
platforms = platforms.unix;
|
||||
broken = qt56; # 2018-09-13, no successful build since 2018-04-25
|
||||
};
|
||||
|
||||
}
|
||||
|
|
|
@ -14,4 +14,8 @@ in stdenv.mkDerivation {
|
|||
--prefix PATH : "${leksahEnv}/bin" \
|
||||
--prefix XDG_DATA_DIRS : "$GSETTINGS_SCHEMAS_PATH"
|
||||
'';
|
||||
|
||||
meta = {
|
||||
broken = true; # 2018-09-13, no successful hydra build since 2017-08-19
|
||||
};
|
||||
}
|
||||
|
|
|
@ -32,5 +32,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = https://sourceforge.net/projects/btanks/;
|
||||
description = "Fast 2d tank arcade game";
|
||||
license = stdenv.lib.licenses.gpl2Plus;
|
||||
broken = true; # 2018-09-13, no successful build since 2018-03-16
|
||||
};
|
||||
}
|
||||
|
|
|
@ -33,5 +33,6 @@ stdenv.mkDerivation {
|
|||
homepage = https://github.com/shinh/maloader;
|
||||
license = stdenv.lib.licenses.bsd2;
|
||||
platforms = stdenv.lib.platforms.linux;
|
||||
broken = true; # 2018-09-08, no succesful build since 2017-08-21
|
||||
};
|
||||
}
|
||||
|
|
|
@ -95,5 +95,6 @@ in stdenv.mkDerivation rec {
|
|||
license = licenses.bsd3;
|
||||
platforms = platforms.linux;
|
||||
maintainers = with maintainers; [ tomberek ];
|
||||
broken = true; # 2018-09-12, failed on hydra since 2017-12-11
|
||||
};
|
||||
}
|
||||
|
|
|
@ -48,5 +48,6 @@ stdenv.mkDerivation rec {
|
|||
description = "Web-based conference planning and management system";
|
||||
homepage = https://github.com/frab/frab;
|
||||
license = licenses.mit;
|
||||
broken = true; # 2018-09-08; no successful hydra build since 2018-02-14
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue