build dino from latest git for OMEMO updates

This commit is contained in:
Trolli Schmittlauch 2020-10-14 23:46:13 +02:00
parent 0ed49a9885
commit d026a37765
2 changed files with 99 additions and 0 deletions

View file

@ -8,6 +8,7 @@ in
(
self: super:
rec {
dino = super.callPackage ./ov/dino.nix {};
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 {};