Skip to content

Commit

Permalink
khd: remove g++ patch
Browse files Browse the repository at this point in the history
  • Loading branch information
LnL7 committed Mar 23, 2017
1 parent 37f7470 commit 5b5357a
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions pkgs/os-specific/darwin/khd/default.nix
Expand Up @@ -13,11 +13,6 @@ stdenv.mkDerivation rec {

buildInputs = [ Carbon Cocoa ];

prePatch = ''
substituteInPlace makefile \
--replace g++ clang++
'';

buildPhase = ''
make install
'';
Expand Down

0 comments on commit 5b5357a

Please sign in to comment.