Skip to content

Commit

Permalink
kdelibs4: add patch to build with openssl 1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
globin committed Jul 28, 2017
1 parent 35bc455 commit 8eff28c
Showing 1 changed file with 9 additions and 6 deletions.
15 changes: 9 additions & 6 deletions pkgs/applications/kde/kdelibs/default.nix
@@ -1,9 +1,8 @@
{
mkDerivation, lib,
automoc4, bison, cmake, flex, libxslt, perl, pkgconfig, shared_mime_info,
attica, attr, avahi, docbook_xml_dtd_42, docbook_xsl, giflib, ilmbase,
libdbusmenu_qt, libjpeg, libxml2, phonon, polkit_qt4, qca2, qt4,
shared_desktop_ontologies, soprano, strigi, udev, xz, pcre, openssl
{ mkDerivation, lib, fetchpatch
, automoc4, bison, cmake, flex, libxslt, perl, pkgconfig, shared_mime_info
, attica, attr, avahi, docbook_xml_dtd_42, docbook_xsl, giflib, ilmbase
, libdbusmenu_qt, libjpeg, libxml2, phonon, polkit_qt4, qca2, qt4
, shared_desktop_ontologies, soprano, strigi, udev, xz, pcre, openssl
}:

mkDerivation {
Expand All @@ -28,6 +27,10 @@ mkDerivation {
./0001-old-kde4-cmake-policies.patch
./0002-polkit-install-path.patch
./0003-remove_xdg_impurities.patch
(fetchpatch {
url = "https://raw.githubusercontent.com/archlinuxarm/PKGBUILDs/39bcd80edc68a536b1c466f35933041e3790e0e7/extra/kdelibs/kdelibs-openssl-1.1.patch";
sha256 = "0bmwyqmml7bqnxys95wgfrxz6qm7w132hydihxx2qjv9gyhgkqhr";
})
];

# cmake does not detect path to `ilmbase`
Expand Down

0 comments on commit 8eff28c

Please sign in to comment.