Skip to content

Commit

Permalink
davinci-resolve: Copy desktop item to FHS env
Browse files Browse the repository at this point in the history
  • Loading branch information
amarshall committed Jun 14, 2024
1 parent e3bb70e commit d19f0f5
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions pkgs/applications/video/davinci-resolve/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -254,6 +254,11 @@ buildFHSEnv {
''
}";

extraInstallCommands = ''
mkdir -p $out/share/applications
ln -s ${davinci}/share/applications/*.desktop $out/share/applications/
'';

passthru = {
inherit davinci;
updateScript = lib.getExe (writeShellApplication {
Expand Down

0 comments on commit d19f0f5

Please sign in to comment.