Merge pull request #47108 from xeji/p/broken-1809
Mark long-failing packages broken for 18.09 (2)
This commit is contained in:
commit
62501ed497
@ -76,5 +76,6 @@ stdenv.mkDerivation rec {
|
|||||||
meta = with stdenv.lib; {
|
meta = with stdenv.lib; {
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = with maintainers; [ obadz ];
|
maintainers = with maintainers; [ obadz ];
|
||||||
|
broken = true; # 2018-09-21, build has failed since 2018-03-08
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -47,5 +47,6 @@ stdenv.mkDerivation {
|
|||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.linux;
|
||||||
|
broken = true; # 2018-09-21, build has failed since 2018-04-28
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -20,5 +20,6 @@ stdenv.mkDerivation rec {
|
|||||||
description = "A software library for building UPnP devices and control points";
|
description = "A software library for building UPnP devices and control points";
|
||||||
platforms = platforms.linux;
|
platforms = platforms.linux;
|
||||||
maintainers = [ ];
|
maintainers = [ ];
|
||||||
|
broken = true; # 2018-09-21, built with qt510 (which was removed) but neither qt59 nor qt511
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user