diff options
Diffstat (limited to 'Omni/Bild/Deps.nix')
-rw-r--r-- | Omni/Bild/Deps.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Omni/Bild/Deps.nix b/Omni/Bild/Deps.nix index ca296d4..806e7b1 100644 --- a/Omni/Bild/Deps.nix +++ b/Omni/Bild/Deps.nix @@ -34,6 +34,8 @@ in { radicale = dontCheck super.radicale; + sweph-data = super.callPackage ./Deps/sweph-data.nix {}; + thrift = dontCheck super.thrift; valkey = dontCheck super.valkey; |