mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-02-03 18:54:42 +00:00
Merge pull request #311604 from mweinelt/schleuder-linux
schleuder: restrict to linux
This commit is contained in:
commit
714b1db7b5
@ -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