Use older poppler in silverfin shell
This commit is contained in:
parent
79cf0aefbd
commit
37ff99f005
3 changed files with 25 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue