mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
kde410.kdepimlibs: add pkgconfig
Accidentally noticed the request in logs.
This commit is contained in:
parent
34f152e0d3
commit
3d1491c166
@ -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 New Issue
Block a user