mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 15:03:28 +00:00
kdePackages.qqc2-desktop-style: add new qttools dependency
This commit is contained in:
parent
e0e3d312c9
commit
0aed6cb2b3
@ -1,11 +1,13 @@
|
||||
{
|
||||
mkKdeDerivation,
|
||||
qtdeclarative,
|
||||
qttools,
|
||||
sonnet,
|
||||
}:
|
||||
mkKdeDerivation {
|
||||
pname = "qqc2-desktop-style";
|
||||
|
||||
extraNativeBuildInputs = [qttools];
|
||||
extraBuildInputs = [qtdeclarative];
|
||||
extraPropagatedBuildInputs = [sonnet];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user