Merge pull request #73126 from cko/remove_sablotron

sablotron: remove
This commit is contained in:
Michael Raskin
2019-11-09 21:44:04 +00:00
committed by GitHub
4 changed files with 4 additions and 20 deletions
-14
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;
};
}