about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorgithub-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>2024-01-22 18:00:55 +0000
committerGitHub <noreply@github.com>2024-01-22 18:00:55 +0000
commit3c7375b75c80a4025db4de0385ff496359412538 (patch)
treed4c59e598743d45a34eb03a25c87f5f0f5b5a92a /pkgs/applications/video
parent9fd4379ed110dc3ecb021a6d00f5a98bdc735e88 (diff)
parentdf318b860bdcecf0d2fed6443eb2f4f87ee10865 (diff)
downloadnixlib-3c7375b75c80a4025db4de0385ff496359412538.tar
nixlib-3c7375b75c80a4025db4de0385ff496359412538.tar.gz
nixlib-3c7375b75c80a4025db4de0385ff496359412538.tar.bz2
nixlib-3c7375b75c80a4025db4de0385ff496359412538.tar.lz
nixlib-3c7375b75c80a4025db4de0385ff496359412538.tar.xz
nixlib-3c7375b75c80a4025db4de0385ff496359412538.tar.zst
nixlib-3c7375b75c80a4025db4de0385ff496359412538.zip
Merge master into staging-next
Diffstat (limited to 'pkgs/applications/video')
-rw-r--r--pkgs/applications/video/davinci-resolve/default.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/applications/video/davinci-resolve/default.nix b/pkgs/applications/video/davinci-resolve/default.nix
index ba37c886352e..faaef6d5b086 100644
--- a/pkgs/applications/video/davinci-resolve/default.nix
+++ b/pkgs/applications/video/davinci-resolve/default.nix
@@ -82,6 +82,7 @@ let
             "email" = "someone@nixos.org";
             "phone" = "+31 71 452 5670";
             "country" = "nl";
+            "street" = "-";
             "state" = "Province of Utrecht";
             "city" = "Utrecht";
             "product" = PRODUCT;
@@ -109,6 +110,7 @@ let
           --data-ascii "$REQJSON" \
           --compressed \
           "$SITEURL/$DOWNLOADID")
+        echo "resolveurl is $RESOLVEURL"
 
         curl \
           --retry 3 --retry-delay 3 \
@@ -252,7 +254,7 @@ buildFHSEnv {
     description = "Professional video editing, color, effects and audio post-processing";
     homepage = "https://www.blackmagicdesign.com/products/davinciresolve";
     license = licenses.unfree;
-    maintainers = with maintainers; [ jshcmpbll ];
+    maintainers = with maintainers; [ jshcmpbll orivej ];
     platforms = [ "x86_64-linux" ];
     sourceProvenance = with sourceTypes; [ binaryNativeCode ];
     mainProgram = "davinci-resolve";