3
0
Fork 0
forked from mirrors/nixpkgs

knewstuff: remove backported patch

This commit is contained in:
Thomas Tuegel 2021-03-28 11:18:11 -05:00
parent ec490b9d2c
commit d6e4f4fa65
No known key found for this signature in database
GPG key ID: 22CBF5249D4B4D59

View file

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