forked from mirrors/nixpkgs
knewstuff: remove backported patch
This commit is contained in:
parent
ec490b9d2c
commit
d6e4f4fa65
|
@ -16,10 +16,4 @@ 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 a new issue