mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-22 08:30:57 +00:00
davinci-resolve: Copy desktop item to FHS env
(cherry picked from commit d19f0f5b15)
This commit is contained in:
committed by
github-actions[bot]
parent
4e8741a3c9
commit
2138eef822
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user