Use older poppler in silverfin shell
All checks were successful
Cachix / build (elendel) (push) Successful in 1m34s
Cachix / build (kholinar) (push) Successful in 2m9s
Cachix / build (marabethia) (push) Successful in 1m41s

This commit is contained in:
Charlotte Van Petegem 2025-02-27 10:47:32 +01:00
parent 79cf0aefbd
commit 37ff99f005
Signed by: chvp
SSH key fingerprint: SHA256:+xxExaZKfphaPBA/f79I53pATM1GM3mRUFmOl/ChUbM
3 changed files with 25 additions and 1 deletions

View file

@ -50,7 +50,13 @@ pkgs.devshell.mkShell {
minikube
mupdf-headless
nodejs_18
poppler_utils
(inputs.nixpkgs-23-05.legacyPackages.aarch64-darwin.poppler_utils.overrideAttrs (old: rec {
version = "22.12.0";
src = pkgs.fetchurl {
url = "https://poppler.freedesktop.org/poppler-${version}.tar.xz";
hash = "sha256-2aqcrN+9D46Y/Cs7sAjmRVl+1IBoV1fD57x0tCeNFcA=";
};
}))
(pkgs.lowPrio postgresql_14)
stern
yarn