Commit 776527ce authored by Martin Häcker's avatar Martin Häcker
Browse files

pgloader: Downgrade sbcl to 2.4.6 to fix build

Stable also has 2.5.10 which would also work, but unstable has already
removed that version.
parent d85430e9
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
  fetchFromGitHub,
  installShellFiles,
  makeWrapper,
  sbcl,
  sbcl_2_4_6,
  sqlite,
  freetds,
  libzip,
@@ -42,7 +42,7 @@ stdenv.mkDerivation (finalAttrs: {
  ];

  buildInputs = [
    sbcl
    sbcl_2_4_6
    cacert
    sqlite
    sphinx