kdeApps_15_04.kdenlive: fix build

This commit is contained in:
Thomas Tuegel 2015-05-07 08:40:55 -05:00
parent 55a2edb893
commit 5b640cd1a5

View file

@ -273,6 +273,12 @@ let
];
};
kdenlive =
let mlt = pkgs.mlt-qt5.override { inherit qt5; };
in super.kdenlive // {
buildInputs = super.kdenlive.buildInputs ++ [ mlt ];
};
kdepim = with pkgs; super.kdepim // {
buildInputs =
super.kdepim.buildInputs ++ [ gpgme libassuan ];