diff --git a/pkgs/applications/video/davinci-resolve/default.nix b/pkgs/applications/video/davinci-resolve/default.nix index 5a3e76ffcaf..6ae5759f6d1 100644 --- a/pkgs/applications/video/davinci-resolve/default.nix +++ b/pkgs/applications/video/davinci-resolve/default.nix @@ -16,7 +16,7 @@ , xkeyboard_config , glib , libarchive -, python +, python2 }: let @@ -155,7 +155,7 @@ buildFHSUserEnv { glib libarchive xdg-utils # xdg-open needed to open URLs - python + python2 # currently they want python 3.6 which is EOL #python3 ];