Skip to content

Commit 1922442

Browse files
authored
treewide: remove obsolete TARGET_OS_* workarounds (again) (#371476)
2 parents 627f671 + 13e8cec commit 1922442

File tree

3 files changed

+0
-10
lines changed

3 files changed

+0
-10
lines changed

pkgs/by-name/ad/adalanche/package.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,6 @@ buildGoModule rec {
2828
"-X=github.com/lkarlslund/adalanche/modules/version.Version=${version}"
2929
];
3030

31-
env = {
32-
CGO_CFLAGS = "-Wno-undef-prefix";
33-
};
34-
3531
meta = with lib; {
3632
description = "Active Directory ACL Visualizer and Explorer";
3733
homepage = "https://github.com/lkarlslund/adalanche";

pkgs/by-name/nr/nray/package.nix

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,6 @@ buildGoModule rec {
2222
"-w"
2323
];
2424

25-
env = {
26-
CGO_CFLAGS = "-Wno-undef-prefix";
27-
};
28-
2925
meta = with lib; {
3026
description = "Distributed port scanner";
3127
homepage = "https://github.com/nray-scanner/nray";

pkgs/by-name/th/thc-hydra/package.nix

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,6 @@ stdenv.mkDerivation rec {
4343
--replace-fail "-lcurses" "-lncurses"
4444
'';
4545

46-
env.NIX_CFLAGS_COMPILE = lib.optionalString stdenv.hostPlatform.isDarwin "-Wno-undef-prefix";
47-
4846
nativeBuildInputs = lib.optionals withGUI [
4947
pkg-config
5048
makeWrapper

0 commit comments

Comments
 (0)