Skip to content
This repository was archived by the owner on Apr 12, 2021. It is now read-only.
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: cb9a3a0a3241
Choose a base ref
...
head repository: NixOS/nixpkgs-channels
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 377324ca6d05
Choose a head ref
Loading
Showing with 2,082 additions and 1,397 deletions.
  1. +3 −0 doc/stdenv/stdenv.xml
  2. +2 −2 pkgs/applications/graphics/ImageMagick/7.0.nix
  3. +0 −2 pkgs/applications/graphics/darktable/default.nix
  4. +1 −1 pkgs/applications/networking/browsers/firefox/common.nix
  5. +1 −1 pkgs/applications/networking/mailreaders/thunderbird/default.nix
  6. +0 −3 pkgs/applications/networking/p2p/transmission/default.nix
  7. +6 −1 pkgs/applications/video/vdr/default.nix
  8. +15 −0 pkgs/applications/video/vdr/glibc2.31-compat.patch
  9. +45 −41 pkgs/build-support/bintools-wrapper/default.nix
  10. +8 −0 pkgs/build-support/cc-wrapper/add-flags.sh
  11. +1 −1 pkgs/build-support/cc-wrapper/cc-wrapper.sh
  12. +108 −62 pkgs/build-support/cc-wrapper/default.nix
  13. +1 −1 pkgs/build-support/rust/default.nix
  14. +1 −1 pkgs/build-support/setup-hooks/auto-patchelf.sh
  15. +1 −1 pkgs/build-support/setup-hooks/multiple-outputs.sh
  16. +159 −159 pkgs/development/compilers/adoptopenjdk-bin/sources.json
  17. +3 −1 pkgs/development/compilers/emscripten/fastcomp/emscripten-fastcomp.nix
  18. +1 −0 pkgs/development/compilers/gcc/4.9/default.nix
  19. +24 −0 pkgs/development/compilers/gcc/4.9/libsanitizer.patch
  20. +62 −0 pkgs/development/compilers/gcc/6/0001-Fix-build-for-glibc-2.31.patch
  21. +1 −1 pkgs/development/compilers/gcc/6/default.nix
  22. +62 −0 pkgs/development/compilers/gcc/7/0001-Fix-build-for-glibc-2.31.patch
  23. +2 −0 pkgs/development/compilers/gcc/7/default.nix
  24. +0 −4 pkgs/development/compilers/gcc/libstdc++-hook.sh
  25. +3 −0 pkgs/development/compilers/go/1.13.nix
  26. +3 −0 pkgs/development/compilers/go/1.14.nix
  27. +3 −14 pkgs/development/compilers/llvm/10/default.nix
  28. +3 −6 pkgs/development/compilers/llvm/10/libc++/default.nix
  29. +0 −6 pkgs/development/compilers/llvm/10/libc++/setup-hook.sh
  30. +1 −0 pkgs/development/compilers/llvm/5/compiler-rt.nix
  31. +3 −11 pkgs/development/compilers/llvm/5/default.nix
  32. +3 −6 pkgs/development/compilers/llvm/5/libc++/default.nix
  33. +0 −6 pkgs/development/compilers/llvm/5/libc++/setup-hook.sh
  34. +1 −0 pkgs/development/compilers/llvm/6/compiler-rt.nix
  35. +3 −11 pkgs/development/compilers/llvm/6/default.nix
  36. +3 −6 pkgs/development/compilers/llvm/6/libc++/default.nix
  37. +0 −6 pkgs/development/compilers/llvm/6/libc++/setup-hook.sh
  38. +48 −0 pkgs/development/compilers/llvm/7/compiler-rt-glibc.patch
  39. +3 −0 pkgs/development/compilers/llvm/7/compiler-rt.nix
  40. +48 −20 pkgs/development/compilers/llvm/7/default.nix
  41. +3 −6 pkgs/development/compilers/llvm/7/libc++/default.nix
  42. +0 −6 pkgs/development/compilers/llvm/7/libc++/setup-hook.sh
  43. +1 −0 pkgs/development/compilers/llvm/8/compiler-rt.nix
  44. +3 −16 pkgs/development/compilers/llvm/8/default.nix
  45. +3 −6 pkgs/development/compilers/llvm/8/libc++/default.nix
  46. +0 −6 pkgs/development/compilers/llvm/8/libc++/setup-hook.sh
  47. +1 −0 pkgs/development/compilers/llvm/9/compiler-rt.nix
  48. +3 −16 pkgs/development/compilers/llvm/9/default.nix
  49. +3 −6 pkgs/development/compilers/llvm/9/libc++/default.nix
  50. +0 −6 pkgs/development/compilers/llvm/9/libc++/setup-hook.sh
  51. +2 −0 pkgs/development/compilers/mono/generic.nix
  52. +0 −52 pkgs/development/compilers/rust/0001-Allow-getting-no_std-from-the-config-file.patch
  53. +0 −44 pkgs/development/compilers/rust/1_42.nix
  54. +11 −11 pkgs/development/compilers/rust/{1_43.nix → 1_44.nix}
  55. +5 −0 pkgs/development/compilers/rust/cargo.nix
  56. +4 −1 pkgs/development/compilers/swift/default.nix
  57. +48 −0 pkgs/development/compilers/swift/patches/swift-llvm.patch
  58. +1 −1 pkgs/development/go-modules/generic/default.nix
  59. +33 −0 ...t/interpreters/python/cpython/3.8/0001-On-all-posix-systems-not-just-Darwin-set-LDSHARED-if.patch
  60. +3 −0 pkgs/development/interpreters/python/cpython/default.nix
  61. +3 −1 pkgs/development/interpreters/python/hooks/pip-install-hook.sh
  62. +6 −1 pkgs/development/libraries/SDL2/default.nix
  63. +12 −2 pkgs/development/libraries/avahi/default.nix
  64. +2 −2 pkgs/development/libraries/c-blosc/default.nix
  65. +2 −2 pkgs/development/libraries/check/default.nix
  66. +9 −29 pkgs/development/libraries/faad2/default.nix
  67. +5 −0 pkgs/development/libraries/farstream/default.nix
  68. +0 −18 pkgs/development/libraries/glibc/2.27-CVE-2019-19126.patch
  69. +79 −0 pkgs/development/libraries/glibc/2.31-cve-2020-10029.patch
  70. +3 −3 pkgs/development/libraries/glibc/common.nix
  71. +2 −0 pkgs/development/libraries/gstreamer/legacy/gst-plugins-base/default.nix
  72. +2 −2 pkgs/development/libraries/leatherman/default.nix
  73. +3 −1 pkgs/development/libraries/libpcap/default.nix
  74. +2 −15 pkgs/development/libraries/libva/default.nix
  75. +1 −1 pkgs/development/libraries/{libva-utils/default.nix → libva/utils.nix}
  76. +2 −2 pkgs/development/libraries/opencl-headers/default.nix
  77. +4 −3 pkgs/development/libraries/openldap/default.nix
  78. +3 −2 pkgs/development/libraries/qt-4.x/4.8/default.nix
  79. +2 −2 pkgs/development/libraries/sqlite/analyzer.nix
  80. +2 −2 pkgs/development/libraries/sqlite/default.nix
  81. +2 −2 pkgs/development/libraries/wxwidgets/3.0/default.nix
  82. +2 −2 pkgs/development/libraries/wxwidgets/3.1/default.nix
  83. +2 −1 pkgs/development/libraries/xapian/default.nix
  84. +0 −40 pkgs/development/perl-modules/perl-POE-1.367-pod_linkcheck.patch
  85. +0 −46 pkgs/development/perl-modules/perl-POE-1.367-pod_no404s.patch
  86. +21 −19 pkgs/development/perl-modules/xml-parser-0001-HACK-Assumes-Expat-paths-are-good.patch
  87. +2 −2 pkgs/development/python-modules/bokeh/default.nix
  88. +2 −2 pkgs/development/python-modules/holoviews/default.nix
  89. +2 −2 pkgs/development/python-modules/ipython/default.nix
  90. +2 −2 pkgs/development/python-modules/jupyter_client/default.nix
  91. +2 −2 pkgs/development/python-modules/llvmlite/default.nix
  92. +2 −2 pkgs/development/python-modules/nbformat/default.nix
  93. +2 −2 pkgs/development/python-modules/numba/default.nix
  94. +94 −0 pkgs/development/python-modules/numpy/1.16.nix
  95. +2 −2 pkgs/development/python-modules/numpy/default.nix
  96. +4 −5 pkgs/development/python-modules/numpy/numpy-distutils-C++.patch
  97. +30 −0 pkgs/development/python-modules/numpy/numpy-distutils-C++_1.16.patch
  98. +5 −2 pkgs/development/python-modules/pandas/default.nix
  99. +2 −2 pkgs/development/python-modules/panel/default.nix
  100. +4 −0 pkgs/development/python-modules/pip/default.nix
  101. +13 −0 pkgs/development/python-modules/pip/reproducible.patch
  102. +2 −2 pkgs/development/python-modules/pyopencl/default.nix
  103. +2 −2 pkgs/development/python-modules/qtconsole/default.nix
  104. +2 −2 pkgs/development/python-modules/scipy/default.nix
  105. +2 −2 pkgs/development/python-modules/setuptools/default.nix
  106. +7 −0 pkgs/development/python-modules/supervisor/default.nix
  107. +13 −0 pkgs/development/python-modules/supervisor/glibc-2.31.patch
  108. +37 −0 pkgs/development/python-modules/tornado/4.nix
  109. +37 −0 pkgs/development/python-modules/tornado/5.nix
  110. +4 −27 pkgs/development/python-modules/tornado/default.nix
  111. +2 −2 pkgs/development/python-modules/tqdm/default.nix
  112. +6 −2 pkgs/development/python-modules/twine/default.nix
  113. +59 −0 pkgs/development/tools/build-managers/gnumake/default.nix
  114. +25 −0 pkgs/development/tools/build-managers/gnumake/impure-dirs.patch
  115. +3 −2 pkgs/development/tools/misc/elfutils/default.nix
  116. +2 −2 pkgs/development/tools/misc/strace/default.nix
  117. +3 −1 pkgs/development/tools/rust/rustup/default.nix
  118. +5 −1 pkgs/misc/cups/drivers/cups-bjnp/default.nix
  119. +0 −3 pkgs/misc/emulators/retroarch/default.nix
  120. +0 −3 pkgs/misc/ghostscript/default.nix
  121. +0 −2 pkgs/misc/vim-plugins/overrides.nix
  122. +71 −0 pkgs/os-specific/linux/busybox/0001-Fix-build-with-glibc-2.31.patch
  123. +1 −0 pkgs/os-specific/linux/busybox/default.nix
  124. +3 −1 pkgs/os-specific/linux/crda/default.nix
  125. +2 −2 pkgs/os-specific/linux/util-linux/default.nix
  126. +5 −0 pkgs/servers/pulseaudio/default.nix
  127. +5 −4 pkgs/stdenv/darwin/default.nix
  128. +0 −4 pkgs/tools/filesystems/btrfs-progs/default.nix
  129. +6 −0 pkgs/tools/misc/file/default.nix
  130. +13 −0 pkgs/tools/misc/file/webassembly-format-fix.patch
  131. +2 −2 pkgs/tools/misc/fsmon/default.nix
  132. +3 −3 pkgs/tools/misc/kepubify/default.nix
  133. +2 −2 pkgs/tools/networking/curl/default.nix
  134. +1 −1 pkgs/tools/networking/dsniff/default.nix
  135. +10 −5 pkgs/tools/system/datefudge/default.nix
  136. +1 −1 pkgs/tools/system/efibootmgr/default.nix
  137. +1 −17 pkgs/top-level/aliases.nix
  138. +11 −21 pkgs/top-level/all-packages.nix
  139. +625 −494 pkgs/top-level/perl-packages.nix
  140. +14 −13 pkgs/top-level/python-packages.nix
3 changes: 3 additions & 0 deletions doc/stdenv/stdenv.xml
Original file line number Diff line number Diff line change
@@ -2018,6 +2018,9 @@ addEnvHooks "$hostOffset" myBashFunction
<para>
In certain situations you may want to run the main command (<command>autoPatchelf</command>) of the setup hook on a file or a set of directories instead of unconditionally patching all outputs. This can be done by setting the <varname>dontAutoPatchelf</varname> environment variable to a non-empty value.
</para>
<para>
By default <command>autoPatchelf</command> will fail as soon as any ELF file requires a dependency which cannot be resolved via the given build inputs. In some situations you might prefer to just leave missing dependencies unpatched and continue to patch the rest. This can be achieved by setting the <envar>autoPatchelfIgnoreMissingDeps</envar> environment variable to a non-empty value.
</para>
<para>
The <command>autoPatchelf</command> command also recognizes a <parameter class="command">--no-recurse</parameter> command line flag, which prevents it from recursing into subdirectories.
</para>
4 changes: 2 additions & 2 deletions pkgs/applications/graphics/ImageMagick/7.0.nix
Original file line number Diff line number Diff line change
@@ -13,8 +13,8 @@ let
else throw "ImageMagick is not supported on this platform.";

cfg = {
version = "7.0.10-17";
sha256 = "15cj9qkikx13j6gfqaawi4nh09lnzg3asf5mdcswx6z6yhbf90zx";
version = "7.0.10-19";
sha256 = "12ilfdbxllkaa3bs9z86d2nkklqz5c0l57kqj91l2ixjlvra64w0";
patches = [];
};
in
2 changes: 0 additions & 2 deletions pkgs/applications/graphics/darktable/default.nix
Original file line number Diff line number Diff line change
@@ -34,8 +34,6 @@ stdenv.mkDerivation rec {
"-DUSE_KWALLET=OFF"
];

# Reduce the risk of collisions
postInstall = "rm -r $out/share/doc";

# darktable changed its rpath handling in commit
# 83c70b876af6484506901e6b381304ae0d073d3c and as a result the
2 changes: 1 addition & 1 deletion pkgs/applications/networking/browsers/firefox/common.nix
Original file line number Diff line number Diff line change
@@ -177,7 +177,7 @@ stdenv.mkDerivation ({
BINDGEN_CFLAGS="$(< ${stdenv.cc}/nix-support/libc-cflags) \
$(< ${stdenv.cc}/nix-support/cc-cflags) \
${stdenv.cc.default_cxx_stdlib_compile} \
$(< ${stdenv.cc}/nix-support/libcxx-cxxflags) \
${lib.optionalString stdenv.cc.isClang "-idirafter ${stdenv.cc.cc}/lib/clang/${lib.getVersion stdenv.cc.cc}/include"} \
${lib.optionalString stdenv.cc.isGNU "-isystem ${stdenv.cc.cc}/include/c++/${lib.getVersion stdenv.cc.cc} -isystem ${stdenv.cc.cc}/include/c++/${lib.getVersion stdenv.cc.cc}/${stdenv.hostPlatform.config}"} \
$NIX_CFLAGS_COMPILE"
Original file line number Diff line number Diff line change
@@ -177,7 +177,7 @@ stdenv.mkDerivation rec {
BINDGEN_CFLAGS="$(< ${stdenv.cc}/nix-support/libc-cflags) \
$(< ${stdenv.cc}/nix-support/cc-cflags) \
${stdenv.cc.default_cxx_stdlib_compile} \
$(< ${stdenv.cc}/nix-support/libcxx-cxxflags) \
${
lib.optionalString stdenv.cc.isClang
"-idirafter ${stdenv.cc.cc}/lib/clang/${
3 changes: 0 additions & 3 deletions pkgs/applications/networking/p2p/transmission/default.nix
Original file line number Diff line number Diff line change
@@ -72,9 +72,6 @@ in stdenv.mkDerivation {

NIX_LDFLAGS = lib.optionalString stdenv.isDarwin "-framework CoreFoundation";

# Reduce the risk of collisions
postInstall = "rm -r $out/share/doc";

meta = {
description = "A fast, easy and free BitTorrent client";
longDescription = ''
7 changes: 6 additions & 1 deletion pkgs/applications/video/vdr/default.nix
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{ stdenv, fetchurl, fontconfig, libjpeg, libcap, freetype, fribidi, pkgconfig
, gettext, systemd, perl, lib
, gettext, systemd, perl, lib, fetchpatch
, enableSystemd ? true
, enableBidi ? true
}: stdenv.mkDerivation rec {
@@ -12,6 +12,11 @@
sha256 = "1p51b14aqzncx3xpfg0rjplc48pg7520035i5p6r5zzkqhszihr5";
};

patches = [
# Derived from http://git.tvdr.de/?p=vdr.git;a=commit;h=930c2cd2eb8947413e88404fa94c66e4e1db5ad6
./glibc2.31-compat.patch
];

enableParallelBuilding = true;

postPatch = "substituteInPlace Makefile --replace libsystemd-daemon libsystemd";
15 changes: 15 additions & 0 deletions pkgs/applications/video/vdr/glibc2.31-compat.patch
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
diff --git a/eit.c b/eit.c
index 50d8229..373dbca 100644
--- a/eit.c
+++ b/eit.c
@@ -391,7 +391,9 @@ cTDT::cTDT(const u_char *Data)
if (abs(diff) > MAX_TIME_DIFF) {
mutex.Lock();
if (abs(diff) > MAX_ADJ_DIFF) {
- if (stime(&dvbtim) == 0)
+ timespec ts = { 0 };
+ ts.tv_sec = dvbtim;
+ if (clock_settime(CLOCK_REALTIME, &ts) == 0)
isyslog("system time changed from %s (%ld) to %s (%ld)", *TimeToString(loctim), loctim, *TimeToString(dvbtim), dvbtim);
else
esyslog("ERROR while setting system time: %m");
86 changes: 45 additions & 41 deletions pkgs/build-support/bintools-wrapper/default.nix
Original file line number Diff line number Diff line change
@@ -132,15 +132,15 @@ stdenv.mkDerivation {
ldPath="${bintools_bin}/bin"
''

# Solaris needs an additional ld wrapper.
+ optionalString (targetPlatform.isSunOS && nativePrefix != "") ''
# Solaris needs an additional ld wrapper.
ldPath="${nativePrefix}/bin"
exec="$ldPath/${targetPrefix}ld"
wrap ld-solaris ${./ld-solaris-wrapper.sh}
'')

# Create a symlink to as (the assembler).
+ ''
# Create a symlink to as (the assembler).
if [ -e $ldPath/${targetPrefix}as ]; then
ln -s $ldPath/${targetPrefix}as $out/bin/${targetPrefix}as
fi
@@ -200,26 +200,29 @@ stdenv.mkDerivation {
];

postFixup =
##
## General libc support
##
optionalString (libc != null) (''
##
## General libc support
##
echo "-L${libc_lib}${libc.libdir or "/lib"}" > $out/nix-support/libc-ldflags
touch "$out/nix-support/libc-ldflags"
echo "-L${libc_lib}${libc.libdir or "/lib"}" >> $out/nix-support/libc-ldflags
echo "${libc_lib}" > $out/nix-support/orig-libc
echo "${libc_dev}" > $out/nix-support/orig-libc-dev
''

##
## Dynamic linker support
##
##
## Dynamic linker support
##
+ ''
if [[ -z ''${dynamicLinker+x} ]]; then
echo "Don't know the name of the dynamic linker for platform '${targetPlatform.config}', so guessing instead." >&2
local dynamicLinker="${libc_lib}/lib/ld*.so.?"
fi
''

# Expand globs to fill array of options
# Expand globs to fill array of options
+ ''
dynamicLinker=($dynamicLinker)
case ''${#dynamicLinker[@]} in
@@ -228,58 +231,56 @@ stdenv.mkDerivation {
*) echo "Multiple dynamic linkers found for platform '${targetPlatform.config}'." >&2;;
esac
if [ -n "''${dynamicLinker:-}" ]; then
if [ -n "''${dynamicLinker-}" ]; then
echo $dynamicLinker > $out/nix-support/dynamic-linker
'' + (if targetPlatform.isDarwin then ''
printf "export LD_DYLD_PATH=%q\n" "$dynamicLinker" >> $out/nix-support/setup-hook
'' else ''
'' else ''
if [ -e ${libc_lib}/lib/32/ld-linux.so.2 ]; then
echo ${libc_lib}/lib/32/ld-linux.so.2 > $out/nix-support/dynamic-linker-m32
fi
local ldflagsBefore=(-dynamic-linker "$dynamicLinker")
'') + ''
fi
''
# The dynamic linker is passed in `ldflagsBefore' to allow
# explicit overrides of the dynamic linker by callers to ld
# (the *last* value counts, so ours should come first).
printWords "''${ldflagsBefore[@]}" > $out/nix-support/libc-ldflags-before
+ ''
echo -dynamic-linker "$dynamicLinker" >> $out/nix-support/libc-ldflags-before
'') + ''
fi
'')

# Ensure consistent LC_VERSION_MIN_MACOSX and remove LC_UUID.
+ optionalString stdenv.targetPlatform.isMacOS ''
# Ensure consistent LC_VERSION_MIN_MACOSX and remove LC_UUID.
echo "-macosx_version_min 10.12 -sdk_version 10.12 -no_uuid" >> $out/nix-support/libc-ldflags-before
''

+ optionalString (!nativeTools) ''
##
## User env support
##
##
## User env support
##

# Propagate the underling unwrapped bintools so that if you
# install the wrapper, you get tools like objdump (same for any
# binaries of libc).
# Propagate the underling unwrapped bintools so that if you
# install the wrapper, you get tools like objdump (same for any
# binaries of libc).
+ optionalString (!nativeTools) ''
printWords ${bintools_bin} ${if libc == null then "" else libc_bin} > $out/nix-support/propagated-user-env-packages
''

##
## Man page and info support
##
+ optionalString propagateDoc (''
##
## Man page and info support
##
ln -s ${bintools.man} $man
'' + optionalString (bintools ? info) ''
ln -s ${bintools.info} $info
'')

+ ''
##
## Hardening support
##
##
## Hardening support
##

# some linkers on some platforms don't support specific -z flags
# some linkers on some platforms don't support specific -z flags
+ ''
export hardening_unsupported_flags=""
if [[ "$($ldPath/${targetPrefix}ld -z now 2>&1 || true)" =~ un(recognized|known)\ option ]]; then
hardening_unsupported_flags+=" bindnow"
@@ -304,15 +305,18 @@ stdenv.mkDerivation {
''

+ ''
for flags in "$out/nix-support"/*flags*; do
substituteInPlace "$flags" --replace $'\n' ' '
done
substituteAll ${./add-flags.sh} $out/nix-support/add-flags.sh
substituteAll ${./add-hardening.sh} $out/nix-support/add-hardening.sh
substituteAll ${../wrapper-common/utils.bash} $out/nix-support/utils.bash
##
## Extra custom steps
##
''

##
## Extra custom steps
##
+ extraBuildCommands;

inherit dynamicLinker expand-response-params;
8 changes: 8 additions & 0 deletions pkgs/build-support/cc-wrapper/add-flags.sh
Original file line number Diff line number Diff line change
@@ -37,6 +37,14 @@ if [ -e @out@/nix-support/libc-cflags ]; then
NIX_CFLAGS_COMPILE_@suffixSalt@="$(< @out@/nix-support/libc-cflags) $NIX_CFLAGS_COMPILE_@suffixSalt@"
fi

if [ -e @out@/nix-support/libcxx-cxxflags ]; then
NIX_CXXSTDLIB_COMPILE_@suffixSalt@+=" $(< @out@/nix-support/libcxx-cxxflags)"
fi

if [ -e @out@/nix-support/libcxx-ldflags ]; then
NIX_CXXSTDLIB_LINK_@suffixSalt@+=" $(< @out@/nix-support/libcxx-ldflags)"
fi

if [ -e @out@/nix-support/cc-cflags ]; then
NIX_CFLAGS_COMPILE_@suffixSalt@="$(< @out@/nix-support/cc-cflags) $NIX_CFLAGS_COMPILE_@suffixSalt@"
fi
2 changes: 1 addition & 1 deletion pkgs/build-support/cc-wrapper/cc-wrapper.sh
Original file line number Diff line number Diff line change
@@ -129,7 +129,7 @@ fi

if [[ "$isCpp" = 1 ]]; then
if [[ "$cppInclude" = 1 ]]; then
NIX_CFLAGS_COMPILE_@suffixSalt@+=" ${NIX_CXXSTDLIB_COMPILE_@suffixSalt@:-@default_cxx_stdlib_compile@}"
NIX_CFLAGS_COMPILE_@suffixSalt@+=" $NIX_CXXSTDLIB_COMPILE_@suffixSalt@"
fi
NIX_CFLAGS_LINK_@suffixSalt@+=" $NIX_CXXSTDLIB_LINK_@suffixSalt@"
fi
Loading