kdeFrameworks.knewstuff: revert KDE_INSTALL_KNSRCDIR change

This commit is contained in:
Will Dietz 2019-09-15 20:49:59 -05:00
parent 66074af992
commit dfb72fa99e
No known key found for this signature in database
GPG Key ID: EBB0EA4124809D02

@ -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;
}) ];
}