Unverified Commit 357b7aab authored by Wolfgang Walther's avatar Wolfgang Walther
Browse files

postgresqlJitPackages.lantern: fix build

The link_llvm_objects.sh script used a hardcoded /bin/bash shebang,
which failed during a JIT-enabled build.
parent 203af243
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -19,6 +19,10 @@ stdenv.mkDerivation (finalAttrs: {
    fetchSubmodules = true;
  };

  postPatch = ''
    patchShebangs --build scripts/link_llvm_objects.sh
   '';

  nativeBuildInputs = [
    cmake
  ];