khd: remove g++ patch

This commit is contained in:
Daiderd Jordan
2017-03-23 23:03:17 +01:00
parent 37f7470269
commit 5b5357ae1e
-5
View File
@@ -13,11 +13,6 @@ stdenv.mkDerivation rec {
buildInputs = [ Carbon Cocoa ];
prePatch = ''
substituteInPlace makefile \
--replace g++ clang++
'';
buildPhase = ''
make install
'';