mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-16 14:54:29 +01:00
kde410.kdepimlibs: add pkgconfig
Accidentally noticed the request in logs.
This commit is contained in:
parent
34f152e0d3
commit
3d1491c166
1 changed files with 3 additions and 1 deletions
|
@ -1,8 +1,10 @@
|
|||
{ kde, boost, cyrus_sasl, gpgme, libical, openldap, shared_mime_info
|
||||
{ kde, pkgconfig, boost, cyrus_sasl, gpgme, libical, openldap, shared_mime_info
|
||||
, kdelibs, akonadi, libxslt, prison, nepomuk_core
|
||||
, shared_desktop_ontologies, qjson }:
|
||||
|
||||
kde {
|
||||
nativeBuildInputs = [ pkgconfig ];
|
||||
|
||||
buildInputs =
|
||||
[ boost gpgme libical libxslt qjson
|
||||
openldap cyrus_sasl akonadi shared_desktop_ontologies
|
||||
|
|
Loading…
Reference in a new issue