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;
|
homepage = http://www.openshift.org;
|
||||||
maintainers = with maintainers; [offline];
|
maintainers = with maintainers; [offline];
|
||||||
platforms = [ "x86_64-linux" ];
|
platforms = [ "x86_64-linux" ];
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -8,7 +8,7 @@ in
|
|||||||
stdenv.mkDerivation {
|
stdenv.mkDerivation {
|
||||||
name = "money-manager-ex-${version}";
|
name = "money-manager-ex-${version}";
|
||||||
|
|
||||||
src = fetchsvn {
|
src = fetchurl {
|
||||||
url = "https://moneymanagerex.svn.sourceforge.net/svnroot/moneymanagerex/tags/releases/${version}";
|
url = "https://moneymanagerex.svn.sourceforge.net/svnroot/moneymanagerex/tags/releases/${version}";
|
||||||
sha256 = "0mby1p01fyxk5pgd7h3919q91r10zbfk16rfz1kbchqxqz87x4jq";
|
sha256 = "0mby1p01fyxk5pgd7h3919q91r10zbfk16rfz1kbchqxqz87x4jq";
|
||||||
};
|
};
|
||||||
@ -31,5 +31,6 @@ in
|
|||||||
license = stdenv.lib.licenses.gpl2Plus;
|
license = stdenv.lib.licenses.gpl2Plus;
|
||||||
maintainers = with stdenv.lib.maintainers; [viric];
|
maintainers = with stdenv.lib.maintainers; [viric];
|
||||||
platforms = with stdenv.lib.platforms; linux;
|
platforms = with stdenv.lib.platforms; linux;
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -63,5 +63,6 @@ rec {
|
|||||||
license = with a.lib.licenses;
|
license = with a.lib.licenses;
|
||||||
gpl2;
|
gpl2;
|
||||||
homepage = "http://gap-system.org/";
|
homepage = "http://gap-system.org/";
|
||||||
|
broken = true;
|
||||||
};
|
};
|
||||||
}) x
|
}) x
|
||||||
|
Loading…
x
Reference in New Issue
Block a user