mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 16:33:15 +00:00
openmpi: fix comment interpolation darwin (#334641)
Remove pmix as a Darwin dependency for openmpi by fixing an interpolation.
This commit is contained in:
parent
f38b1bf1e2
commit
c251c30efb
@ -226,7 +226,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
))
|
||||
(lib.concatStringsSep "\n")
|
||||
]}
|
||||
# A symlink to ${lib.getDev pmix}/bin/pmixcc upstreeam puts here as well
|
||||
# A symlink to $\{lib.getDev pmix}/bin/pmixcc upstreeam puts here as well
|
||||
# from some reason.
|
||||
moveToOutput "bin/pcc" "''${!outputDev}"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user