mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-01-19 11:23:29 +00:00
kdePackages.mpvqt: propagate libmpv
This commit is contained in:
parent
28fabd0ef7
commit
44024a2d1c
@ -17,7 +17,8 @@ mkKdeDerivation rec {
|
||||
hash = "sha256-XHiCxH7dJxJamloM2SJbiFHDt8j4rVfv/M9PaBzvgM4=";
|
||||
};
|
||||
|
||||
extraBuildInputs = [mpv qtdeclarative];
|
||||
extraBuildInputs = [qtdeclarative];
|
||||
extraPropagatedBuildInputs = [mpv];
|
||||
|
||||
meta.license = with lib.licenses; [bsd2 bsd3 cc-by-sa-40 cc0 lgpl21Only lgpl3Only lgpl3Plus mit];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user