remove seafile stuff from overlays

This commit is contained in:
Trolli Schmittlauch 2021-08-15 13:01:32 +02:00
parent 1eb244907d
commit e1eea0f769

View file

@ -1,17 +1,9 @@
let
unstable = (import <nixos-unstable> { overlays = [ seaf-overlay ]; }).pkgs;
seaf-overlay = (import ./ov/seafile-overlay);
in
[ [
( (
self: super: self: super:
rec { rec {
#jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {}; #jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {};
seafile-server = unstable.seafile-server;
libevhtp = unstable.libevhtp;
seafile-bindings = unstable.python3Packages.seafile-bindings;
myVim = with super; (vim_configurable.override { python = python3; }).customize { myVim = with super; (vim_configurable.override { python = python3; }).customize {
# executable/ package name # executable/ package name
name = "vim"; name = "vim";