Revert "xjadeo: fix build on darwin" (#542051)

This commit is contained in:
Vladimír Čunát
2026-07-19 10:13:42 +00:00
committed by GitHub

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 = ''