Skip to content

Commit

Permalink
kdeApplications.kdelibs: patch for insecure URL passing
Browse files Browse the repository at this point in the history
  • Loading branch information
grahamc committed Mar 2, 2017
1 parent 5ce0626 commit 7abda54
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion pkgs/applications/kde/kdelibs/default.nix
Expand Up @@ -3,7 +3,7 @@
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
shared_desktop_ontologies, soprano, strigi, udev, xz, pcre, fetchpatch
}:

kdeApp {
Expand All @@ -28,6 +28,11 @@ kdeApp {
./0001-old-kde4-cmake-policies.patch
./0002-polkit-install-path.patch
./0003-remove_xdg_impurities.patch
(fetchpatch {
name = "SanitizeURLsBeforePassingThemToFindProxyForURL.patch";
url = "https://cgit.kde.org/kdelibs.git/patch/?id=1804c2fde7bf4e432c6cf5bb8cce5701c7010559";
sha256 = "1y9951wgx35yf24i6gjz219fhspyqri1jvbw4fybd8nwwjb6ciz1";
})
];

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

0 comments on commit 7abda54

Please sign in to comment.