python3Packages.orjson: Disable failing tests on 32 bit
[NixPkgs.git] / pkgs / development / lisp-modules-new / shell.nix
blobecca6a5608d7981244b6cea45cc26655c01bba16
1 with import ../../../default.nix {};
2 mkShell {
3   nativeBuildInputs = [
4     (lispPackages_new.sbclWithPackages
5       (ps: with ps; [ alexandria str dexador cl-ppcre sqlite arrow-macros jzon ]))
6   ];