bibclean: add platforms
This commit is contained in:
parent
1e40e796af
commit
84917aa00b
@ -21,6 +21,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Prettyprint and syntax check BibTeX and Scribe bibliography data base files";
|
description = "Prettyprint and syntax check BibTeX and Scribe bibliography data base files";
|
||||||
homepage = "http://ftp.math.utah.edu/pub/bibclean";
|
homepage = "http://ftp.math.utah.edu/pub/bibclean";
|
||||||
license = licenses.gpl2;
|
license = licenses.gpl2;
|
||||||
|
platforms = platforms.all;
|
||||||
maintainers = with maintainers; [ dtzWill ];
|
maintainers = with maintainers; [ dtzWill ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user