diff options
| author | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-28 16:56:06 +0200 |
|---|---|---|
| committer | Benedikt Peetz <benedikt.peetz@b-peetz.de> | 2025-06-28 16:56:06 +0200 |
| commit | 09d5c9c93c786a309328564d74c58e8be1dcfa5b (patch) | |
| tree | a8047fccf6146bbf837e17e756d9de2cc2dc8ded /nix | |
| parent | chore(yt_dlp/package_hacks): Add missing license headers (diff) | |
| download | yt-09d5c9c93c786a309328564d74c58e8be1dcfa5b.zip | |
build(nix/package): Add all required files to the src allow list
Diffstat (limited to 'nix')
| -rw-r--r-- | nix/package.nix | 1 |
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)) |
