mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-12-03 11:02:05 +00:00
Pass pkgconfig to kdeplasma-addons
svn path=/nixpkgs/trunk/; revision=32805
This commit is contained in:
parent
3b39886275
commit
296eff8fbd
|
@ -1,4 +1,4 @@
|
|||
{ kde, kdelibs, marble, shared_desktop_ontologies
|
||||
{ kde, kdelibs, marble, shared_desktop_ontologies, pkgconfig
|
||||
, boost, eigen, kde_workspace, attica, python, qca2, qimageblitz
|
||||
, kdepimlibs, libkexiv2, libqalculate, libXtst }:
|
||||
# TODO: qwt, scim
|
||||
|
@ -11,6 +11,8 @@ kde {
|
|||
attica python qca2 qimageblitz kdepimlibs
|
||||
libqalculate libXtst shared_desktop_ontologies marble libkexiv2];
|
||||
|
||||
buildNativeInputs = [ pkgconfig ];
|
||||
|
||||
meta = {
|
||||
description = "KDE Plasma Addons";
|
||||
license = "GPL";
|
||||
|
|
Loading…
Reference in a new issue