qt: remove cf-private

This commit is contained in:
Daiderd Jordan
2019-07-03 22:20:16 +02:00
parent 0fb071fd00
commit cbfbe9ca1e
12 changed files with 19 additions and 57 deletions
@@ -1,10 +1,8 @@
{ stdenv, qtModule, qtbase, cf-private }:
{ stdenv, qtModule, qtbase }:
qtModule {
name = "qtmacextras";
qtInputs = [ qtbase ]
# Needed for _OBJC_CLASS_$_NSData symbols.
++ stdenv.lib.optional stdenv.isDarwin cf-private;
qtInputs = [ qtbase ];
meta = with stdenv.lib; {
maintainers = with maintainers; [ periklis ];
platforms = platforms.darwin;