mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 06:45:16 +01:00
kdeApps_15_04.kdenlive: fix build
This commit is contained in:
parent
55a2edb893
commit
5b640cd1a5
1 changed files with 6 additions and 0 deletions
|
@ -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 ];
|
||||
|
|
Loading…
Reference in a new issue