feat(xanthous): Install qpdf in the shell
This gets us the zlib-flate command line utility, which is useful for decompressing our zlib-compressed save files and poking around in the JSON Change-Id: Ia0d8259d261c4313322d68cc8409ba13f9fb570c Reviewed-on: https://cl.tvl.fyi/c/depot/+/3217 Reviewed-by: grfn <grfn@gws.fyi> Tested-by: BuildkiteCI
This commit is contained in:
parent
f795ca68ae
commit
72d9e11a8f
1 changed files with 4 additions and 2 deletions
|
@ -10,12 +10,14 @@ in
|
|||
packages = p: [p.xanthous];
|
||||
withHoogle = true;
|
||||
doBenchmark = true;
|
||||
buildInputs = with pkgs.haskellPackages; [
|
||||
buildInputs = (with pkgs.haskellPackages; [
|
||||
cabal-install
|
||||
ghc-prof-flamegraph
|
||||
hp2pretty
|
||||
hlint
|
||||
haskell-language-server
|
||||
cabal2nix
|
||||
];
|
||||
]) ++ (with pkgs; [
|
||||
qpdf
|
||||
]);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue