intel: add libstdc++ as dependency for patchelf

This commit is contained in:
Rodrigo Arias 2022-11-10 00:55:10 +01:00
parent 5789b4a77a
commit 833d58a875

View File

@ -100,9 +100,11 @@ in
libxml2
hwloc
autoPatchelfHook
stdenv.cc.cc.lib
];
dontBuild = true;
dontStrip = true;
# The gcc package is required for building other programs
#propagatedBuildInputs = [ gcc ];
@ -113,6 +115,7 @@ in
# FIXME: Some dependencies are missing
autoPatchelfIgnoreMissingDeps=true;
#autoPatchelfIgnoreMissingDeps = [ "*" ];
# Compiler
installPhase = ''