khd: remove g++ patch

This commit is contained in:
Daiderd Jordan
2017-03-23 22:53:46 +01:00
parent 37f7470269
commit 5b5357ae1e

View File

@@ -13,11 +13,6 @@ stdenv.mkDerivation rec {
buildInputs = [ Carbon Cocoa ];
prePatch = ''
substituteInPlace makefile \
--replace g++ clang++
'';
buildPhase = ''
make install
'';