Skip to content

Commit

Permalink
davinci-resolve: Fix incorrect mainProgram for studio
Browse files Browse the repository at this point in the history
  • Loading branch information
amarshall committed Jun 14, 2024
1 parent d19f0f5 commit 51e585c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/applications/video/davinci-resolve/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -289,6 +289,6 @@ buildFHSEnv {
maintainers = with maintainers; [ amarshall jshcmpbll orivej ];
platforms = [ "x86_64-linux" ];
sourceProvenance = with sourceTypes; [ binaryNativeCode ];
mainProgram = "davinci-resolve";
mainProgram = "davinci-resolve${lib.optionalString studioVariant "-studio"}";
};
}

0 comments on commit 51e585c

Please sign in to comment.