mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-10 03:23:29 +03:00
corectrl: Fixed typo in environment variable name
This commit is contained in:
parent
4bc6bf6ac8
commit
b30085a48b
1 changed files with 1 additions and 1 deletions
|
@ -72,7 +72,7 @@ stdenv.mkDerivation (finalAttrs: {
|
|||
vulkan-tools
|
||||
];
|
||||
|
||||
qrWrapperArgs = [
|
||||
qtWrapperArgs = [
|
||||
"--prefix PATH : ${lib.makeBinPath finalAttrs.runtimeInputs}"
|
||||
];
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue