tangled
alpha
login
or
join now
pyrox.dev
/
nixpkgs
lol
0
fork
atom
overview
issues
pulls
pipelines
freerdp: fix build with clang 16
Weijia Wang
2 years ago
efed2bb0
4c838ddf
+2
1 changed file
expand all
collapse all
unified
split
pkgs
applications
networking
remote
freerdp
default.nix
+2
pkgs/applications/networking/remote/freerdp/default.nix
···
190
190
"-DTARGET_OS_IPHONE=0"
191
191
"-DTARGET_OS_WATCH=0"
192
192
"-include AudioToolbox/AudioToolbox.h"
193
193
+
] ++ lib.optionals stdenv.cc.isClang [
194
194
+
"-Wno-error=incompatible-function-pointer-types"
193
195
]);
194
196
195
197
NIX_LDFLAGS = lib.optionals stdenv.isDarwin [