about summary refs log tree commit diff
path: root/pkgs/top-level
diff options
context:
space:
mode:
authorDaiderd Jordan <daiderd@gmail.com>2018-11-18 11:38:07 +0100
committerGitHub <noreply@github.com>2018-11-18 11:38:07 +0100
commit6adc522db431dea810163ee174fcf48e9fafb989 (patch)
treed89be47192d5a86edee1297b97ecc9c2e607ae92 /pkgs/top-level
parentd208fa53ebb3bc04afaf1feb48abfcbb3cff5492 (diff)
parent942d90b282bf5aa7034238aba16fa0dc6e50daa8 (diff)
downloadnixlib-6adc522db431dea810163ee174fcf48e9fafb989.tar
nixlib-6adc522db431dea810163ee174fcf48e9fafb989.tar.gz
nixlib-6adc522db431dea810163ee174fcf48e9fafb989.tar.bz2
nixlib-6adc522db431dea810163ee174fcf48e9fafb989.tar.lz
nixlib-6adc522db431dea810163ee174fcf48e9fafb989.tar.xz
nixlib-6adc522db431dea810163ee174fcf48e9fafb989.tar.zst
nixlib-6adc522db431dea810163ee174fcf48e9fafb989.zip
Merge pull request #50524 from LnL7/darwin-qtmacextras
qt5.qtmacextras: include cf-private on darwin
Diffstat (limited to 'pkgs/top-level')
-rw-r--r--pkgs/top-level/all-packages.nix4
1 files changed, 3 insertions, 1 deletions
diff --git a/pkgs/top-level/all-packages.nix b/pkgs/top-level/all-packages.nix
index a3fb6d7dcb50..222a12dd5798 100644
--- a/pkgs/top-level/all-packages.nix
+++ b/pkgs/top-level/all-packages.nix
@@ -11947,6 +11947,7 @@ with pkgs;
       harfbuzz = harfbuzzFull;
       inherit libGL;
       inherit perl;
+      inherit (darwin) cf-private;
       inherit (gst_all_1) gstreamer gst-plugins-base;
       inherit (gnome3) gtk3 dconf;
     });
@@ -11962,8 +11963,9 @@ with pkgs;
       harfbuzz = harfbuzzFull;
       inherit libGL;
       inherit perl;
-      inherit (gst_all_1) gstreamer gst-plugins-base;
+      inherit (darwin) cf-private;
       inherit (gnome3) gtk3 dconf;
+      inherit (gst_all_1) gstreamer gst-plugins-base;
     });
 
   libsForQt511 = recurseIntoAttrs (lib.makeScope qt511.newScope mkLibsForQt5);