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