Unverified Commit 32f58338 authored by Harinn's avatar Harinn Committed by Michael Daniels
Browse files

sss_code: fix build on Linux

parent 7a1d9dcf
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -4,6 +4,7 @@
  pkg-config,
  fontconfig,
  libiconv,
  oniguruma,
  stdenv,
  libxcb,
  lib,
@@ -32,8 +33,13 @@ rustPlatform.buildRustPackage (finalAttrs: {
  buildInputs = [
    fontconfig
    libxcb
    oniguruma
  ];

  env = {
    RUSTONIG_SYSTEM_LIBONIG = true;
  };

  doCheck = false;

  meta = {