Merge pull request #75284 from risicle/ris-aiger-lingeling-darwin
aiger, lingeling: enable for darwin
This commit is contained in:
commit
35367fd057
@ -50,6 +50,6 @@ stdenv.mkDerivation rec {
|
|||||||
homepage = http://fmv.jku.at/aiger/;
|
homepage = http://fmv.jku.at/aiger/;
|
||||||
license = stdenv.lib.licenses.mit;
|
license = stdenv.lib.licenses.mit;
|
||||||
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
|
maintainers = with stdenv.lib.maintainers; [ thoughtpolice ];
|
||||||
platforms = stdenv.lib.platforms.linux;
|
platforms = stdenv.lib.platforms.unix;
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
@ -43,7 +43,7 @@ stdenv.mkDerivation {
|
|||||||
description = "Fast SAT solver";
|
description = "Fast SAT solver";
|
||||||
homepage = http://fmv.jku.at/lingeling/;
|
homepage = http://fmv.jku.at/lingeling/;
|
||||||
license = licenses.mit;
|
license = licenses.mit;
|
||||||
platforms = platforms.linux;
|
platforms = platforms.unix;
|
||||||
maintainers = with maintainers; [ thoughtpolice ];
|
maintainers = with maintainers; [ thoughtpolice ];
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user