mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
schleuder: mark broken on darwin
Various gems have failed to build since 2023-11, and it is unlikely that we maintain schleuder on darwin.
This commit is contained in:
parent
2b6ad513c1
commit
414c15a786
@ -1,6 +1,7 @@
|
||||
{ lib
|
||||
, bundlerApp
|
||||
, ruby
|
||||
, stdenv
|
||||
, bundlerUpdateScript
|
||||
, nixosTests
|
||||
}:
|
||||
@ -23,6 +24,7 @@ bundlerApp {
|
||||
};
|
||||
|
||||
meta = with lib; {
|
||||
broken = stdenv.isDarwin;
|
||||
description = "Schleuder is an encrypting mailing list manager with remailing-capabilities";
|
||||
longDescription = ''
|
||||
Schleuder is a group's email-gateway: subscribers can exchange
|
||||
|
Loading…
Reference in New Issue
Block a user