Unverified Commit 19224425 authored by Emily's avatar Emily Committed by GitHub
Browse files

treewide: remove obsolete `TARGET_OS_*` workarounds (again) (#371476)

parents 627f6715 13e8cecd
Loading
Loading
Loading
Loading
+0 −4
Original line number Diff line number Diff line
@@ -28,10 +28,6 @@ buildGoModule rec {
    "-X=github.com/lkarlslund/adalanche/modules/version.Version=${version}"
  ];

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

  meta = with lib; {
    description = "Active Directory ACL Visualizer and Explorer";
    homepage = "https://github.com/lkarlslund/adalanche";
+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";
+0 −2
Original line number Diff line number Diff line
@@ -43,8 +43,6 @@ stdenv.mkDerivation rec {
        --replace-fail "-lcurses" "-lncurses"
    '';

  env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-Wno-undef-prefix";

  nativeBuildInputs = lib.optionals withGUI [
    pkg-config
    makeWrapper