Skip to content

Commit 129bbbf

Browse files
authored
corectrl: Fixed typo in environment variable name (#412770)
2 parents 6b9e19c + b30085a commit 129bbbf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkgs/by-name/co/corectrl/package.nix

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
7272
vulkan-tools
7373
];
7474

75-
qrWrapperArgs = [
75+
qtWrapperArgs = [
7676
"--prefix PATH : ${lib.makeBinPath finalAttrs.runtimeInputs}"
7777
];
7878

0 commit comments

Comments
 (0)