Unverified Commit 8b012472 authored by Atemu's avatar Atemu Committed by GitHub
Browse files

libamplsolver: mark cross-compile as broken (#353865)

parents 1b3569e9 fd454586
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;
  };
}