summary refs log tree commit diff
path: root/pkgs/development/libraries/pangomm/2.48.nix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/development/libraries/pangomm/2.48.nix')
-rw-r--r--pkgs/development/libraries/pangomm/2.48.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/development/libraries/pangomm/2.48.nix b/pkgs/development/libraries/pangomm/2.48.nix
index cdc644ec9cd9f..12aec5bd68eab 100644
--- a/pkgs/development/libraries/pangomm/2.48.nix
+++ b/pkgs/development/libraries/pangomm/2.48.nix
@@ -28,7 +28,7 @@ stdenv.mkDerivation rec {
     meson
     ninja
     python3
-  ] ++ lib.optional stdenv.isDarwin [
+  ] ++ lib.optionals stdenv.isDarwin [
     ApplicationServices
   ];