some nonsense

This commit is contained in:
2026-03-12 09:45:46 +00:00
parent 37e89dbe28
commit cd9716a7f2
2 changed files with 52 additions and 7 deletions

View File

@@ -6,19 +6,19 @@ let
# 2a. Libraries pulled from the modern, current Nixpkgs (for small size).
modernLibs = with pkgs; [
alsa-lib
freetype
avahi
libglvnd
curl
SDL2
hidapi
libXrandr
libxrandr
];
# 2b. Libraries pulled from the older, pinned package set (ONLY the ones that failed).
pinnedCurlLibs = with pinnedPkgs; [
curlWithGnuTls # This is the critical component for the CURL_GNUTLS_3 symbol.
alsa-lib
avahi
libglvnd
SDL2
hidapi
curl
gnutls
];