bibclean: add platforms

This commit is contained in:
Mario Rodas 2020-12-26 04:20:00 +00:00
parent 1e40e796af
commit 84917aa00b

View file

@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
description = "Prettyprint and syntax check BibTeX and Scribe bibliography data base files";
homepage = "http://ftp.math.utah.edu/pub/bibclean";
license = licenses.gpl2;
platforms = platforms.all;
maintainers = with maintainers; [ dtzWill ];
};
}