Mark some packages with undownloadable source as broken

This commit is contained in:
Eelco Dolstra
2015-09-01 12:00:04 +02:00
parent 7f0c5a2c8f
commit 8fc039188e
3 changed files with 4 additions and 1 deletions
@@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
homepage = http://www.openshift.org;
maintainers = with maintainers; [offline];
platforms = [ "x86_64-linux" ];
broken = true;
};
}