bibtool: add platforms field
This commit is contained in:
@@ -20,6 +20,7 @@ stdenv.mkDerivation rec {
|
|||||||
description = "Tool for manipulating BibTeX bibliographies";
|
description = "Tool for manipulating BibTeX bibliographies";
|
||||||
homepage = http://www.gerd-neugebauer.de/software/TeX/BibTool/index.en.html;
|
homepage = http://www.gerd-neugebauer.de/software/TeX/BibTool/index.en.html;
|
||||||
license = licenses.gpl1;
|
license = licenses.gpl1;
|
||||||
|
platforms = platforms.all;
|
||||||
maintainers = [ maintainers.rycee ];
|
maintainers = [ maintainers.rycee ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user