forked from mirrors/nixpkgs
Mark some packages with undownloadable source as broken
This commit is contained in:
parent
7f0c5a2c8f
commit
8fc039188e
|
@ -27,5 +27,6 @@ stdenv.mkDerivation rec {
|
|||
homepage = http://www.openshift.org;
|
||||
maintainers = with maintainers; [offline];
|
||||
platforms = [ "x86_64-linux" ];
|
||||
broken = true;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -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;
|
||||
};
|
||||
}
|
||||
|
|
|
@ -63,5 +63,6 @@ rec {
|
|||
license = with a.lib.licenses;
|
||||
gpl2;
|
||||
homepage = "http://gap-system.org/";
|
||||
broken = true;
|
||||
};
|
||||
}) x
|
||||
|
|
Loading…
Reference in a new issue