add lolcommits to overlay

based on work by Farid Zakaria https://github.com/fzakaria/lolcommits-nixpkgs
This commit is contained in:
Trolli Schmittlauch 2020-10-09 01:27:52 +02:00
parent f1da50c5c0
commit 4259358460
11 changed files with 469 additions and 0 deletions

View file

@ -8,6 +8,8 @@ in
(
self: super:
rec {
lolcommits = super.callPackage ./ov/lolcommits-nixpkgs {mplayer = mplayerV4l;};
mplayerV4l = super.callPackage ./ov/mplayer.nix {v4lSupport = true;};
#jami-ring-daemon = super.qt5.callPackage ./ov/jami/ring-daemon.nix {};
#seafile-server = unstable.seafile-server;
myVim = with super; (vim_configurable.override { python = python3; }).customize {