openmpi: Remove outdated (but harmless) moveToOutput calls

This commit is contained in:
Doron Behar
2025-07-26 22:38:39 +03:00
parent c5f84dddf2
commit a704d3ec26
+1 -4
View File
@@ -241,12 +241,9 @@ stdenv.mkDerivation (finalAttrs: {
))
(lib.concatStringsSep "\n")
]}
# A symlink to $\{lib.getDev pmix}/bin/pmixcc upstreeam puts here as well
# from some reason.
moveToOutput "bin/pcc" "''${!outputDev}"
# Handle informative binaries about the compilation
for i in {prte,ompi,oshmem}_info; do
for i in {ompi,oshmem}_info; do
moveToOutput "bin/$i" "''${!outputDev}"
done
'';