overlays: libressl tests work now

This commit is contained in:
Aaron Bieber 2024-07-19 09:13:56 -06:00
parent 6249b569e6
commit 2bb67e3a18
No known key found for this signature in database

View File

@ -3,7 +3,7 @@
, ...
}:
let
inherit (xinlib) prIsOpen todo;
inherit (xinlib) prIsOpen;
matrix-synapse-unwrapped = prIsOpen.overlay 0 (import ./matrix-synapse.nix);
heisenbridge = prIsOpen.overlay 0 (import ./heisenbridge.nix);
in
@ -11,11 +11,6 @@ in
nixpkgs.overlays = [
heisenbridge
matrix-synapse-unwrapped
(_: super: {
libressl = super.libressl.overrideAttrs (_: {
doCheck = todo "libressl tests disabled when building with musl" false;
});
})
] ++
(if isUnstable
then [