qcachegrind: Remove qt 5.10 build fix patch, now applied upstream

This commit is contained in:
adisbladis 2018-04-24 20:40:52 +08:00
parent 337e9723ce
commit a2f617f49f
No known key found for this signature in database
GPG key ID: ED58F95069B004F5

View file

@ -12,14 +12,6 @@ in stdenv.mkDerivation rec {
nativeBuildInputs = [ qmake ];
patches = [
(fetchpatch {
name = "fix-qt5_10-build.patch";
url = https://github.com/KDE/kcachegrind/commit/c41607a.patch;
sha256 = "00kh5im3hpcarch8rc2dsgxsajfmd8vd7rry9x6mxrbkgr4ifq8y";
})
];
postInstall = ''
mkdir -p $out/bin
cp -p converters/dprof2calltree $out/bin/dprof2calltree