plasma-sdk: fix build

This commit is contained in:
K900 2023-06-20 19:45:09 +03:00
parent ffe85a9b3e
commit a139976082

View file

@ -16,11 +16,16 @@
, ktexteditor
, kwidgetsaddons
, kdoctools
, qtbase
}:
mkDerivation {
pname = "plasma-sdk";
# work around build failure due to duplicate docs
# see: https://invent.kde.org/plasma/plasma-sdk/-/issues/5
# FIXME: remove when fixed
postPatch = "rm -rf po/nl/docs/plasma-sdk";
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [
karchive