Skip to content

Commit 5b5357a

Browse files
committedMar 23, 2017
khd: remove g++ patch
1 parent 37f7470 commit 5b5357a

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed
 

‎pkgs/os-specific/darwin/khd/default.nix

-5
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,6 @@ stdenv.mkDerivation rec {
1313

1414
buildInputs = [ Carbon Cocoa ];
1515

16-
prePatch = ''
17-
substituteInPlace makefile \
18-
--replace g++ clang++
19-
'';
20-
2116
buildPhase = ''
2217
make install
2318
'';

0 commit comments

Comments
 (0)
Please sign in to comment.