corectrl: Fixed typo in environment variable name (#412770)

This commit is contained in:
Sefa Eyeoglu
2025-06-01 07:10:52 +02:00
committed by GitHub

View File

@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
vulkan-tools
];
qrWrapperArgs = [
qtWrapperArgs = [
"--prefix PATH : ${lib.makeBinPath finalAttrs.runtimeInputs}"
];