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:
parent
f08f7d6099
commit
cd5dfa1f88
@ -15,10 +15,6 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
dontUseQmakeConfigure = true;
|
dontUseQmakeConfigure = true;
|
||||||
|
|
||||||
postPatch = ''
|
|
||||||
sed -i build.py -e 's,qmake-qt5,qmake,'
|
|
||||||
'';
|
|
||||||
|
|
||||||
buildPhase = ":";
|
buildPhase = ":";
|
||||||
|
|
||||||
installPhase = ''
|
installPhase = ''
|
||||||
|
Loading…
Reference in New Issue
Block a user