Commit fbeabe3c authored by FliegendeWurst's avatar FliegendeWurst
Browse files

openmpi: mark cross as broken

parent 4534205b
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -285,5 +285,7 @@ stdenv.mkDerivation (finalAttrs: {
    ];
    license = lib.licenses.bsd3;
    platforms = lib.platforms.unix;
    # checking size of Fortran CHARACTER... configure: error: Can not determine size of CHARACTER when cross-compiling
    broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform;
  };
})