1 { lib, stdenv, fetchurl }:
3 stdenv.mkDerivation rec {
8 url = "http://ftp.math.utah.edu/pub/bibclean/bibclean-${version}.tar.xz";
9 sha256 = "sha256-ZXT5uAQrqPoF6uVBazc4o1w40Sn0jnM+JYeOz7qq3kM=";
13 substituteInPlace Makefile.in --replace man/man1 share/man/man1
17 mkdir -p $out/bin $out/share/man/man1
21 description = "Prettyprint and syntax check BibTeX and Scribe bibliography data base files";
22 homepage = "http://ftp.math.utah.edu/pub/bibclean";
23 license = licenses.gpl2;
24 platforms = platforms.all;
25 maintainers = with maintainers; [ dtzWill ];