gede: drop unnecessary postPatch

Thanks to @jtojnar for noticing and pointing it out!
https://github.com/NixOS/nixpkgs/pull/39174#pullrequestreview-113783769
This commit is contained in:
Will Dietz 2018-04-19 16:36:28 -05:00
parent f08f7d6099
commit cd5dfa1f88

View File

@ -15,10 +15,6 @@ stdenv.mkDerivation rec {
dontUseQmakeConfigure = true;
postPatch = ''
sed -i build.py -e 's,qmake-qt5,qmake,'
'';
buildPhase = ":";
installPhase = ''