Skip to content

Commit 13e8cec

Browse files
committed
thc-hydra: remove obsolete TARGET_OS_* workaround
1 parent db53f14 commit 13e8cec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

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)