bibtool: add platforms
field
This commit is contained in:
parent
f820c78f37
commit
964ff5cc89
@ -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 ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user