Clone of https://github.com/NixOS/nixpkgs.git (to stress-test knotserver)

bibtool: add `platforms` field

+1
+1
pkgs/tools/misc/bibtool/default.nix
··· 20 20 description = "Tool for manipulating BibTeX bibliographies"; 21 21 homepage = http://www.gerd-neugebauer.de/software/TeX/BibTool/index.en.html; 22 22 license = licenses.gpl1; 23 + platforms = platforms.all; 23 24 maintainers = [ maintainers.rycee ]; 24 25 }; 25 26 }