some nonsense
This commit is contained in:
@@ -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
|
||||
];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user