plasma-desktop: remove unneeded postPatch

This commit is contained in:
Artturin 2021-09-17 22:34:14 +03:00
parent ef310fc7cd
commit 4467663aaa

View File

@ -42,9 +42,6 @@ mkDerivation {
sha256 = "sha256-2jqqFjBljbhf7I+fTsIvuFs3Ic662KTKRnbcSm5Jing=";
})
];
postPatch = ''
sed '1i#include <cmath>' -i kcms/touchpad/backends/x11/synapticstouchpad.cpp
'';
CXXFLAGS = [
''-DNIXPKGS_HWCLOCK=\"${lib.getBin util-linux}/sbin/hwclock\"''
];