kdepimlibs break against newer cyrus-sasl. Including this extra header fixes it

This commit is contained in:
Sander van der Burg 2013-03-13 10:44:12 +01:00
parent 784d2b2d16
commit af656c6698

View File

@ -8,6 +8,12 @@ kde {
];
propagatedBuildInputs = [ kdelibs ];
preConfigure = ''
echo '#include <sys/types.h>' > tmp.h
cat tmp.h kioslave/smtp/command.h > tmp2.h
mv tmp2.h kioslave/smtp/command.h
'';
meta = {
description = "KDE PIM libraries";