Revert "xjadeo: fix build on darwin"

This reverts commit f5d9c189e7.
This commit is contained in:
Ryan Omasta
2026-07-19 01:22:58 -06:00
parent 7f8dbe38ec
commit bd06a92714
+1 -9
View File
@@ -10,7 +10,6 @@
liblo,
libx11,
libxv,
llvmPackages,
pkg-config,
portmidi,
libxpm,
@@ -31,9 +30,7 @@ stdenv.mkDerivation (finalAttrs: {
nativeBuildInputs = [
autoreconfHook
pkg-config
]
# TODO: Remove once #536365 reaches this branch
++ lib.optional stdenv.hostPlatform.isDarwin llvmPackages.lld;
];
buildInputs = [
ffmpeg
@@ -55,11 +52,6 @@ stdenv.mkDerivation (finalAttrs: {
libxv
];
# TODO: Remove once #536365 reaches this branch
env = lib.optionalAttrs stdenv.hostPlatform.isDarwin {
NIX_CFLAGS_LINK = "-fuse-ld=lld";
};
meta = {
description = "X Jack Video Monitor";
longDescription = ''