plasma-sdk: fix build
This commit is contained in:
parent
ffe85a9b3e
commit
a139976082
1 changed files with 6 additions and 1 deletions
|
@ -16,11 +16,16 @@
|
||||||
, ktexteditor
|
, ktexteditor
|
||||||
, kwidgetsaddons
|
, kwidgetsaddons
|
||||||
, kdoctools
|
, kdoctools
|
||||||
, qtbase
|
|
||||||
}:
|
}:
|
||||||
|
|
||||||
mkDerivation {
|
mkDerivation {
|
||||||
pname = "plasma-sdk";
|
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 ];
|
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
karchive
|
karchive
|
||||||
|
|
Loading…
Reference in a new issue