treesitter partially fixed itself

This commit is contained in:
Rouven Seifert 2023-04-11 14:07:49 +02:00
parent 8b2ea66132
commit 21b9440ec0
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
3 changed files with 82 additions and 54 deletions

View file

@ -22,7 +22,18 @@ stdenv.mkDerivation rec {
let
# we prepare our library path in the let clause to avoid it become part of the input of mkDerivation
libPath = lib.makeLibraryPath [
#curlWithGnuTls # libcurl-gnutls.so.4
#(curlWithGnuTls.overrideAttrs (oldAttrs: rec {
#version = "7.81.0";
#src = fetchurl {
#urls = [
#"https://curl.haxx.se/download/curl-${version}.tar.bz2"
#"https://github.com/curl/curl/releases/download/curl-${version}/curl-${version}.tar.bz2"
#];
#hash = "sha256-Hno41wGOwGDx8W34OYVPCInpThIsTPpdOjfC3Fbx4lg=";
##hash = "sha256-m2selrdI0EuWh4a2vfQHqlx1q1Oj03wcjIHNtzZVXM8=";
#};
#})) # libcurl-gnutls.so.4
#curlWithGnuTls
libX11 # libX11.so.6
libXext # libXext.so.6
alsa-lib # libasound.so.2