akonadi: fix path to kio_version.h

This commit is contained in:
Thomas Tuegel 2021-04-29 05:52:22 -05:00
parent b31dc33e33
commit 13cb2b00e8
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

@ -34,5 +34,6 @@ mkDerivation {
''-DNIXPKGS_POSTGRES_PG_UPGRADE=\"\"''
''-DNIXPKGS_POSTGRES_INITDB=\"\"''
''-DNIX_OUT=\"${placeholder "out"}\"''
''-I${lib.getDev kio}/include/KF5'' # Fixes: kio_version.h: No such file or directory
];
}