about summary refs log tree commit diff
path: root/pkgs/applications/video
diff options
context:
space:
mode:
authorOrivej Desh <orivej@gmx.fr>2024-01-09 05:54:55 +0000
committerOrivej Desh <orivej@gmx.fr>2024-01-09 06:03:26 +0000
commita219e438d0d8cfed390fd9ff7b58c2130f0af09b (patch)
tree42652a697480f25a3846dbcebcf436590ef1bbf4 /pkgs/applications/video
parente9552a3582e8c3e104565177936df839f5ae206f (diff)
downloadnixlib-a219e438d0d8cfed390fd9ff7b58c2130f0af09b.tar
nixlib-a219e438d0d8cfed390fd9ff7b58c2130f0af09b.tar.gz
nixlib-a219e438d0d8cfed390fd9ff7b58c2130f0af09b.tar.bz2
nixlib-a219e438d0d8cfed390fd9ff7b58c2130f0af09b.tar.lz
nixlib-a219e438d0d8cfed390fd9ff7b58c2130f0af09b.tar.xz
nixlib-a219e438d0d8cfed390fd9ff7b58c2130f0af09b.tar.zst
nixlib-a219e438d0d8cfed390fd9ff7b58c2130f0af09b.zip
davinci-resolve: add street to fix build
Fixes build after #274007

Without the street the build fails with:

downloadid is f38fc270c4c040bea4782182d0fbb367
resolveurl is Error: Must register to be able to perform the download
curl: (3) URL rejected: Malformed input to a URL function
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";