cdpr: fix build on darwin

main
flurie 3 years ago
parent 5e59d5714a
commit 31b38fd938
No known key found for this signature in database
GPG Key ID: D963E8522F408029
  1. 4
      pkgs/tools/networking/cdpr/default.nix

@ -9,6 +9,10 @@ stdenv.mkDerivation rec {
sha256 = "1idyvyafkk0ifcbi7mc65b60qia6hpsdb6s66j4ggqp7if6vblrj";
};
postPatch = ''
substituteInPlace Makefile --replace 'gcc' '"$$CC"'
'';
buildInputs = [ libpcap ];
installPhase = ''

Loading…
Cancel
Save