root = true [*.{c,h,cpp,hpp,el,scm,ac,am,m4,po}{,.in}] end_of_line = lf insert_final_newline = true charset = utf-8 trim_trailing_whitespace = true [*.{c,h,cpp,hpp,ac,am,m4,el,scm}{,.in}] max_line_length = 85 [*.{c,h,cpp,hpp,ac,m4,el,scm}{,.in}] indent_style = space [*.{c,h,cpp,hpp}{,.in}] indent_size = 4 nss.scm?h=koszko' type='application/atom+xml'/>
aboutsummaryrefslogtreecommitdiff
path: root/gnu/packages/nss.scm
AgeCommit message (Expand)Author
2023-10-15gnu: nss: Fix cross-compiling....* gnu/packages/nss.scm (nss)[arguments]: Adjust configure-flags when cross-compiling to correctly set the target architecture and kernel. Adjust the custom 'configure-phase when cross-compiling to use the correct C++ compiler. Efraim Flashner
2023-07-24gnu: nss: Fix building on powerpc-linux....* gnu/packages/nss.scm (nss)[arguments]: Skip tests on powerpc-linux. Adjust the configure-flags when building for powerpc-linux to not use features unavailable for that architecture. Efraim Flashner
2023-05-07gnu: nss-certs: Update to 3.88.1....* gnu/packages/certs.scm (nss-certs): Update to 3.88.1. Maxim Cournoyer