Unverified Commit 82410ccb authored by andre4ik3's avatar andre4ik3
Browse files

fex: remove unnecessary jemalloc dependency

Was kept by mistake before I added the jemalloc_glibc submodule to be
fetched
parent bb8b77f5
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -7,7 +7,6 @@
  pkg-config,
  python3,
  nix-update-script,
  jemalloc,
  xxHash,
  fmt,
  libxml2,
@@ -193,7 +192,6 @@ llvmPackages.stdenv.mkDerivation (finalAttrs: {
  ++ lib.optional withQt qt6.wrapQtAppsHook;

  buildInputs = [
    jemalloc
    xxHash
    fmt
    libxml2