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

This commit is contained in:
Jo
2026-03-03 15:08:49 +00:00
committed by GitHub
+1 -1
View File
@@ -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;