about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorAndrew Marshall <andrew@johnandrewmarshall.com>2024-01-01 18:18:02 -0500
committerAndrew Marshall <andrew@johnandrewmarshall.com>2024-06-14 15:45:17 -0400
commite3bb70e23b029ff58d8d9c6797982b545a99bf7e (patch)
tree31362188793ffadf058f4e7e21c5ceaea79cea24 /pkgs/applications
parente9ee548d90ff586a6471b4ae80ae9cfcbceb3420 (diff)
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
Diffstat (limited to 'pkgs/applications')
-rw-r--r--pkgs/applications/video/davinci-resolve/default.nix6
1 files changed, 3 insertions, 3 deletions
diff --git a/pkgs/applications/video/davinci-resolve/default.nix b/pkgs/applications/video/davinci-resolve/default.nix
index bca8bc1e48ed2..86ff8786e566d 100644
--- a/pkgs/applications/video/davinci-resolve/default.nix
+++ b/pkgs/applications/video/davinci-resolve/default.nix
@@ -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 = [