p910nd: fix darwin build

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