mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
davinci-resolve: Fix incorrect fields in desktop item
- The exec was wrong—perhaps correct once-upon-a-time, but no more
- Differentiate for studio version
(cherry picked from commit e3bb70e23b)
This commit is contained in:
committed by
github-actions[bot]
parent
6c09f0ce2c
commit
4e8741a3c9
@@ -165,10 +165,10 @@ let
|
||||
|
||||
desktopItems = [
|
||||
(makeDesktopItem {
|
||||
name = "davinci-resolve";
|
||||
desktopName = "Davinci Resolve";
|
||||
name = "davinci-resolve${lib.optionalString studioVariant "-studio"}";
|
||||
desktopName = "Davinci Resolve${lib.optionalString studioVariant " Studio"}";
|
||||
genericName = "Video Editor";
|
||||
exec = "resolve";
|
||||
exec = "davinci-resolve${lib.optionalString studioVariant "-studio"}";
|
||||
# icon = "DV_Resolve";
|
||||
comment = "Professional video editing, color, effects and audio post-processing";
|
||||
categories = [
|
||||
|
||||
Reference in New Issue
Block a user