mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-12-27 22:03:54 +03:00
kde5.libksysguard: fix build with glibc-2.23
... using an upstream patch.
This commit is contained in:
parent
04422bb3ca
commit
d18a8904c0
@ -1,4 +1,4 @@
|
|||||||
{ plasmaPackage, extra-cmake-modules, kauth, kcompletion
|
{ fetchpatch, plasmaPackage, extra-cmake-modules, kauth, kcompletion
|
||||||
, kconfigwidgets, kcoreaddons, kservice, kwidgetsaddons
|
, kconfigwidgets, kcoreaddons, kservice, kwidgetsaddons
|
||||||
, kwindowsystem, plasma-framework, qtscript, qtwebkit, qtx11extras
|
, kwindowsystem, plasma-framework, qtscript, qtwebkit, qtx11extras
|
||||||
, kconfig, ki18n, kiconthemes
|
, kconfig, ki18n, kiconthemes
|
||||||
@ -6,7 +6,14 @@
|
|||||||
|
|
||||||
plasmaPackage {
|
plasmaPackage {
|
||||||
name = "libksysguard";
|
name = "libksysguard";
|
||||||
patches = [ ./0001-qdiriterator-follow-symlinks.patch ];
|
patches = [
|
||||||
|
./0001-qdiriterator-follow-symlinks.patch
|
||||||
|
(fetchpatch { # should be included on update
|
||||||
|
name = "glibc-2.23-isnan.patch";
|
||||||
|
url = https://github.com/KDE/libksysguard/commit/b0578798eb3.patch;
|
||||||
|
sha256 = "1my5nqp58c5azyi265j261a10wh047zxakprrnpl85mlg7bwskdh";
|
||||||
|
})
|
||||||
|
];
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
extra-cmake-modules
|
extra-cmake-modules
|
||||||
];
|
];
|
||||||
|
Loading…
Reference in New Issue
Block a user