kdeFrameworks.knewstuff: revert KDE_INSTALL_KNSRCDIR change
This commit is contained in:
parent
66074af992
commit
dfb72fa99e
@ -1,5 +1,5 @@
|
||||
{
|
||||
mkDerivation, lib,
|
||||
mkDerivation, lib, fetchpatch,
|
||||
extra-cmake-modules,
|
||||
attica, karchive, kcompletion, kconfig, kcoreaddons, ki18n, kiconthemes,
|
||||
kio, kitemviews, kservice, ktextwidgets, kwidgetsaddons, kxmlgui, qtbase,
|
||||
@ -15,4 +15,10 @@ mkDerivation {
|
||||
ktextwidgets kwidgetsaddons qtbase qtdeclarative kirigami2
|
||||
];
|
||||
propagatedBuildInputs = [ attica kservice kxmlgui ];
|
||||
|
||||
patches = [ (fetchpatch {
|
||||
url = "https://github.com/KDE/knewstuff/commit/dbf788c10130eaa3f5ea37a7f22eb4569471aa04.patch";
|
||||
sha256 = "1225rgqg1j120nvhgsahvsq2xlkg91lr37zp14x19krixxgx521j";
|
||||
revert = true;
|
||||
}) ];
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user