Unverified Commit 7e975cac authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

ugdb: move env variable into env for structuredAttrs (#495169)

parents e510dca4 159563f2
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -23,7 +23,7 @@ rustPlatform.buildRustPackage (finalAttrs: {

  cargoHash = "sha256-+J4gwjQXB905yk4b2GwpamXO/bHpwqMxw6GsnusbJKU=";

  RUSTONIG_SYSTEM_LIBONIG = 1;
  env.RUSTONIG_SYSTEM_LIBONIG = 1;

  # Upstream has a failing test :<
  doCheck = false;