Revert "kleopatra: fix broken build"

This reverts commit a4fda24f16.
This commit is contained in:
André Vitor de Lima Matos
2022-09-08 12:04:23 -03:00
parent f5e995a8d6
commit cbffc686f4
+1 -8
View File
@@ -1,5 +1,5 @@
{
mkDerivation, fetchpatch, lib, kdepimTeam,
mkDerivation, lib, kdepimTeam,
extra-cmake-modules, kdoctools,
boost, gpgme, kcmutils, kdbusaddons, kiconthemes, kitemmodels, kmime,
knotifications, kwindowsystem, kxmlgui, libkleo, kcrash
@@ -8,13 +8,6 @@
mkDerivation {
pname = "kleopatra";
patches = [
(fetchpatch {
url = "https://invent.kde.org/pim/kleopatra/-/commit/87d8b00d4b2286489d5fadc9cfa07f1d721cdfe3.patch";
sha256 = "sha256-s1tXB7h0KtFwwZHx8rhpI0nLZmwhWAiraHEF3KzncMc=";
})
];
nativeBuildInputs = [ extra-cmake-modules kdoctools ];
buildInputs = [