parent
7acacddfa5
commit
02f92455c4
@ -3,6 +3,7 @@
|
|||||||
, karchive, kconfig, kconfigwidgets, kio, frameworkintegration
|
, karchive, kconfig, kconfigwidgets, kio, frameworkintegration
|
||||||
, kguiaddons, ki18n, kwindowsystem, kdelibs4support, kiconthemes
|
, kguiaddons, ki18n, kwindowsystem, kdelibs4support, kiconthemes
|
||||||
, libpthreadstubs, pcre, libXdmcp, libX11, libXau # X11 dependencies
|
, libpthreadstubs, pcre, libXdmcp, libX11, libXau # X11 dependencies
|
||||||
|
, fetchpatch
|
||||||
}:
|
}:
|
||||||
|
|
||||||
let
|
let
|
||||||
@ -15,6 +16,13 @@ in mkDerivation {
|
|||||||
sha256 = "169gdny1cdld0qnx3nqvx568zjzdba4pwp3gxapc1hdh2cymw7r8";
|
sha256 = "169gdny1cdld0qnx3nqvx568zjzdba4pwp3gxapc1hdh2cymw7r8";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
patches = [
|
||||||
|
(fetchpatch {
|
||||||
|
url = "https://github.com/KDE/qtcurve/commit/ee2228ea2f18ac5da9b434ee6089381df815aa94.patch";
|
||||||
|
sha256 = "1vz5frsrsps93awn84gk8d7injrqfcyhc1rji6s0gsgsp5z9sl34";
|
||||||
|
})
|
||||||
|
];
|
||||||
|
|
||||||
enableParallelBuilding = true;
|
enableParallelBuilding = true;
|
||||||
|
|
||||||
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig ];
|
nativeBuildInputs = [ cmake extra-cmake-modules pkgconfig ];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user