Merge pull request #197320 from figsoda/starfetch

starfetch: fix build on darwin

authored by Robert Scott and committed by GitHub 16031f88 91f3d266

+2
+2
pkgs/tools/misc/starfetch/default.nix
··· 13 13 14 14 postPatch = '' 15 15 substituteInPlace src/starfetch.cpp --replace /usr/local/ $out/ 16 + '' + lib.optionalString stdenv.cc.isClang '' 17 + substituteInPlace makefile --replace g++ clang++ 16 18 ''; 17 19 18 20 installPhase = ''