13 src = fetchFromGitHub {
16 rev = "f193a3bd802551b13d6424bc1baba6ad35ec6ba6";
17 sha256 = "1742i15qfsbf49c4r837wz35c1p7yafvz7ar6vmgcj6cmfwr8jb4";
27 install -Dm0755 open-wbo_release $out/bin/open-wbo
31 broken = (stdenv.hostPlatform.isLinux && stdenv.hostPlatform.isAarch64);
32 description = "State-of-the-art MaxSAT and Pseudo-Boolean solver";
33 mainProgram = "open-wbo";
34 maintainers = with maintainers; [ gebner ];
35 platforms = platforms.unix;
36 license = licenses.mit;
37 homepage = "http://sat.inesc-id.pt/open-wbo/";