Commit fd454586 authored by FliegendeWurst's avatar FliegendeWurst
Browse files

libamplsolver: mark cross-compile as broken

parent c2f7a00e
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -35,5 +35,7 @@ stdenv.mkDerivation rec {
    license = [ licenses.mit ];
    platforms = platforms.unix;
    maintainers = with maintainers; [ aanderse ];
    # generates header at compile time
    broken = !stdenv.buildPlatform.canExecute stdenv.hostPlatform;
  };
}