Commit db53f14a authored by Emily's avatar Emily
Browse files

nray: remove obsolete `TARGET_OS_*` workaround

parent 56aa5498
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -22,10 +22,6 @@ buildGoModule rec {
    "-w"
  ];

  env = {
    CGO_CFLAGS = "-Wno-undef-prefix";
  };

  meta = with lib; {
    description = "Distributed port scanner";
    homepage = "https://github.com/nray-scanner/nray";