mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-24 01:21:11 +00:00
davinci-resolve: Fix incorrect mainProgram for studio
(cherry picked from commit 51e585c476)
This commit is contained in:
committed by
github-actions[bot]
parent
2138eef822
commit
e3fa4880bb
@@ -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"}";
|
||||
};
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user