overlays: libressl tests work now
This commit is contained in:
parent
6249b569e6
commit
2bb67e3a18
@ -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 [
|
||||
|
Loading…
Reference in New Issue
Block a user