formatting

This commit is contained in:
Rouven Seifert 2023-04-12 22:09:46 +02:00
parent d8f9425bed
commit 7d0571f4a9
Signed by: rouven.seifert
GPG key ID: B95E8FE6B11C4D09
10 changed files with 39 additions and 34 deletions

View file

@ -23,15 +23,15 @@ stdenv.mkDerivation rec {
# we prepare our library path in the let clause to avoid it become part of the input of mkDerivation
libPath = lib.makeLibraryPath [
#(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=";
#};
#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