Merge pull request #146827 from flurie/fix-cdpr-darwin

cdpr: fix build on darwin

authored by Artturi and committed by GitHub 67a50ee7 d7845680

+4
+4
pkgs/tools/networking/cdpr/default.nix
··· 9 9 sha256 = "1idyvyafkk0ifcbi7mc65b60qia6hpsdb6s66j4ggqp7if6vblrj"; 10 10 }; 11 11 12 + postPatch = '' 13 + substituteInPlace Makefile --replace 'gcc' '"$$CC"' 14 + ''; 15 + 12 16 buildInputs = [ libpcap ]; 13 17 14 18 installPhase = ''