mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-21 16:11:22 +00:00
Revert "xjadeo: fix build on darwin" (#542051)
This commit is contained in:
@@ -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 = ''
|
||||
|
||||
Reference in New Issue
Block a user