Unverified Commit c8bede19 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

taler-wallet-core: mark cross as broken (#407039)

parents 300672fe bd5ba448
Loading
Loading
Loading
Loading
+2 −0
Original line number Diff line number Diff line
@@ -104,5 +104,7 @@ stdenv.mkDerivation (finalAttrs: {
    teams = [ lib.teams.ngi ];
    platforms = lib.platforms.linux;
    mainProgram = "taler-wallet-cli";
    # ./configure doesn't understand --build / --host
    broken = stdenv.buildPlatform != stdenv.hostPlatform;
  };
})