khd: remove g++ patch

This commit is contained in:
Daiderd Jordan 2017-03-23 22:53:46 +01:00
parent 37f7470269
commit 5b5357ae1e
No known key found for this signature in database
GPG key ID: D02435D05B810C96

View file

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