about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-28 16:56:06 +0200
committerBenedikt Peetz <benedikt.peetz@b-peetz.de>2025-06-28 16:56:06 +0200
commit09d5c9c93c786a309328564d74c58e8be1dcfa5b (patch)
treea8047fccf6146bbf837e17e756d9de2cc2dc8ded
parentchore(yt_dlp/package_hacks): Add missing license headers (diff)
downloadyt-09d5c9c93c786a309328564d74c58e8be1dcfa5b.zip
build(nix/package): Add all required files to the src allow list
-rw-r--r--nix/package.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/nix/package.nix b/nix/package.nix
index d25018a..24b6897 100644
--- a/nix/package.nix
+++ b/nix/package.nix
@@ -49,6 +49,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
         "mkdb.sh"
         "help.str"
         "raw_error_warning.txt"
+        "urllib3_polyfill.py"
       ])
       || (lib.strings.hasSuffix ".rs" (builtins.baseNameOf name))
       || (lib.strings.hasSuffix ".h" (builtins.baseNameOf name))