about summary refs log tree commit diff
path: root/pkgs/applications
diff options
context:
space:
mode:
authorh7x4 <h7x4@nani.wtf>2024-01-22 14:27:34 +0100
committerGitHub <noreply@github.com>2024-01-22 14:27:34 +0100
commit5bd5d7e5d065bba2d27f9c1f2d3713de4274c753 (patch)
treef3e9f0d2251231753dc94ecfe762da2b34546320 /pkgs/applications
parent771b079bb84ac2395f3a24a5663ac8d1495c98d3 (diff)
parenta219e438d0d8cfed390fd9ff7b58c2130f0af09b (diff)
Merge pull request #279741 from orivej/davinci-resolve-street
davinci-resolve: add street to fix build
Diffstat (limited to 'pkgs/applications')
-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 ba37c886352e6..faaef6d5b0863 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";