kdepimlibs break against newer cyrus-sasl. Including this extra header fixes it
This commit is contained in:
parent
784d2b2d16
commit
af656c6698
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user