8 deps = bundlerEnv rec {
9 name = "anystyle-cli-${version}";
10 source.sha256 = lib.fakeSha256;
14 gemset = lib.recursiveUpdate (import ./gemset.nix) {
16 remotes = ["https://rubygems.org"];
17 sha256 = "1w79zcia60nnnyrmyvpd10pmxrpk5c7lj9gmmblhwi8x5mfq9k0n";
25 gemName = "anystyle-cli";
28 source.sha256 = "1a3ifwxwqkp5dnfk9r8qq8kgfb8k1pl7jjdghbb8ixbxz9ac7awy";
30 propagatedBuildInputs = [ deps ];
33 wrapProgram $out/bin/anystyle --prefix PATH : ${poppler_utils}/bin
37 description = "Command line interface to the AnyStyle Parser and Finder";
38 homepage = "https://anystyle.io/";
39 license = licenses.bsd2;
40 maintainers = with maintainers; [ shamilton ];
41 mainProgram = "anystyle";
42 platforms = platforms.unix;