Mark some packages with undownloadable source as broken

This commit is contained in:
Eelco Dolstra 2015-09-01 11:13:00 +02:00
parent 7f0c5a2c8f
commit 8fc039188e
3 changed files with 4 additions and 1 deletions

View file

@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
homepage = http://www.openshift.org;
maintainers = with maintainers; [offline];
platforms = [ "x86_64-linux" ];
broken = true;
};
}

View file

@ -8,7 +8,7 @@ in
stdenv.mkDerivation {
name = "money-manager-ex-${version}";
src = fetchsvn {
src = fetchurl {
url = "https://moneymanagerex.svn.sourceforge.net/svnroot/moneymanagerex/tags/releases/${version}";
sha256 = "0mby1p01fyxk5pgd7h3919q91r10zbfk16rfz1kbchqxqz87x4jq";
};
@ -31,5 +31,6 @@ in
license = stdenv.lib.licenses.gpl2Plus;
maintainers = with stdenv.lib.maintainers; [viric];
platforms = with stdenv.lib.platforms; linux;
broken = true;
};
}

View file

@ -63,5 +63,6 @@ rec {
license = with a.lib.licenses;
gpl2;
homepage = "http://gap-system.org/";
broken = true;
};
}) x