Revert "kdeFrameworks.kdelibs4support: add patch for openssl 1.1"

This reverts commit 19f770218e053cd9542ecffef0eac604707fce96.
It's no longer applicable nor needed.
This commit is contained in:
Vladimír Čunát 2018-02-10 19:52:54 +01:00 committed by Robin Gloster
parent e26a3fd2de
commit 2d5ac64f89
No known key found for this signature in database
GPG Key ID: D5C458DF6DD97EDF
1 changed files with 2 additions and 7 deletions

View File

@ -1,5 +1,5 @@
{
mkDerivation, lib, copyPathsToStore, fetchpatch,
mkDerivation, lib, copyPathsToStore,
docbook_xml_dtd_45, extra-cmake-modules, kdoctools,
kauth, karchive, kcompletion, kconfig, kconfigwidgets, kcoreaddons, kcrash,
kdbusaddons, kded, kdesignerplugin, kemoticons, kglobalaccel, kguiaddons,
@ -11,12 +11,7 @@
mkDerivation {
name = "kdelibs4support";
meta = { maintainers = [ lib.maintainers.ttuegel ]; };
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series) ++ [
(fetchpatch {
url = "https://raw.githubusercontent.com/OpenMandrivaAssociation/kdelibs4support/d101a02d6812ee65542ee36d0fd0f524be5c3fc1/kdelibs4support-5.32.0-openssl-1.1.patch";
sha256 = "00jiy43hxkczmih4mirbmzbgc42sv15rnnm0kaar963s58pp6fy2";
})
];
patches = copyPathsToStore (lib.readPathsFromFile ./. ./series);
setupHook = ./setup-hook.sh;
nativeBuildInputs = [ extra-cmake-modules qttools ];
propagatedNativeBuildInputs = [ kdoctools ];