p910nd: fix darwin build

+4
+4
pkgs/servers/p910nd/default.nix
··· 11 hash = "sha256-MM4o7d3L3XIRYWJ/KPM2OltlVfVA/BgMuyhJMm/BS3c="; 12 }; 13 14 nativeBuildInputs = [ installShellFiles ]; 15 16 enableParallelBuilding = true;
··· 11 hash = "sha256-MM4o7d3L3XIRYWJ/KPM2OltlVfVA/BgMuyhJMm/BS3c="; 12 }; 13 14 + postPatch = lib.optionalString stdenv.cc.isClang '' 15 + substituteInPlace Makefile --replace gcc clang 16 + ''; 17 + 18 nativeBuildInputs = [ installShellFiles ]; 19 20 enableParallelBuilding = true;