add lolcommits to overlay
based on work by Farid Zakaria https://github.com/fzakaria/lolcommits-nixpkgs
This commit is contained in:
parent
f1da50c5c0
commit
4259358460
11 changed files with 469 additions and 0 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue