sablotron: remove

This commit is contained in:
Christine Koppelt
2019-11-08 22:25:08 +01:00
parent 438a0cd40b
commit 60fade5c03
4 changed files with 4 additions and 20 deletions

View File

@@ -1,14 +0,0 @@
{stdenv, fetchurl, expat} :
stdenv.mkDerivation {
name = "sablotron-1.0.3";
src = fetchurl {
url = "mirror://sourceforge/project/sablotron/sablotron-1.0.3/Sablot-1.0.3.tar.gz";
sha256 = "0qpk3dlfp3bn2hbq0fzx1bzifv8cgqb9aicn59d303cdlynkgix0";
};
buildInputs = [expat];
meta = {
platforms = stdenv.lib.platforms.unix;
};
}