Merge bscpkgs into jungle #189

Manually merged
rarias merged 1013 commits from merge-bscpkgs into master 2025-10-07 16:12:34 +02:00
Showing only changes of commit 833d58a875 - Show all commits

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 = ''