File tree Expand file tree Collapse file tree 2 files changed +2
-4
lines changed
by-name/da/davinci-resolve Expand file tree Collapse file tree 2 files changed +2
-4
lines changed Original file line number Diff line number Diff line change @@ -278,7 +278,7 @@ buildFHSEnv {
278278 ] ;
279279 text = ''
280280 set -o errexit
281- drv=pkgs/applications/video /davinci-resolve/default .nix
281+ drv=pkgs/by-name/da /davinci-resolve/package .nix
282282 currentVersion=${ lib . escapeShellArg davinci . version }
283283 downloadsJSON="$(curl --fail --silent https://www.blackmagicdesign.com/api/support/us/downloads.json)"
284284
Original file line number Diff line number Diff line change @@ -972,9 +972,7 @@ with pkgs;
972972
973973 bikeshed = python3Packages.callPackage ../applications/misc/bikeshed { };
974974
975- davinci-resolve = callPackage ../applications/video/davinci-resolve { };
976-
977- davinci-resolve-studio = callPackage ../applications/video/davinci-resolve { studioVariant = true; };
975+ davinci-resolve-studio = callPackage ../by-name/da/davinci-resolve/package.nix { studioVariant = true; };
978976
979977 dehinter = with python3Packages; toPythonApplication dehinter;
980978
You can’t perform that action at this time.
0 commit comments