bibclean: add platforms

gstqt5
Mario Rodas 2020-12-26 04:20:00 +00:00
parent 1e40e796af
commit 84917aa00b
1 changed files with 1 additions and 0 deletions

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 ];
};
}