about summary refs log tree commit diff
path: root/pkgs/applications/networking/remote
diff options
context:
space:
mode:
authorArtturin <Artturin@artturin.com>2022-12-09 00:26:13 +0200
committerArtturin <Artturin@artturin.com>2022-12-09 01:16:08 +0200
commitc55b931644dca89671a25de47d8d207dd37d6555 (patch)
tree524e49c0ac788a7823d5322b5802aaf6fc4e5b6d /pkgs/applications/networking/remote
parente600ef059cf2aa85896094981d81b459dec141c6 (diff)
treewide: fix lints and remove a unneeded cmake input
Diffstat (limited to 'pkgs/applications/networking/remote')
-rw-r--r--pkgs/applications/networking/remote/freerdp/default.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/applications/networking/remote/freerdp/default.nix b/pkgs/applications/networking/remote/freerdp/default.nix
index d072a03c0b478..58c22375af47c 100644
--- a/pkgs/applications/networking/remote/freerdp/default.nix
+++ b/pkgs/applications/networking/remote/freerdp/default.nix
@@ -156,7 +156,7 @@ stdenv.mkDerivation rec {
     WITH_X11 = true;
   };
 
-  NIX_CFLAGS_COMPILE = lib.optional stdenv.isDarwin [
+  NIX_CFLAGS_COMPILE = lib.optionals stdenv.isDarwin [
     "-DTARGET_OS_IPHONE=0"
     "-DTARGET_OS_WATCH=0"
     "-include AudioToolbox/AudioToolbox.h"