Loading pkgs/development/libraries/qt-6/modules/qtbase.nix +1 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,7 @@ stdenv.mkDerivation rec { libinput ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ AppKit CoreBluetooth ] ++ lib.optional withGtk3 gtk3 ++ lib.optional developerBuild gdb Loading Loading
pkgs/development/libraries/qt-6/modules/qtbase.nix +1 −0 Original line number Diff line number Diff line Loading @@ -184,6 +184,7 @@ stdenv.mkDerivation rec { libinput ] ++ lib.optionals (stdenv.isDarwin && stdenv.isx86_64) [ AppKit CoreBluetooth ] ++ lib.optional withGtk3 gtk3 ++ lib.optional developerBuild gdb Loading