mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-22 06:53:01 +00:00
deepin.dde-application-manager: use wrapQtAppsNoGuiHook to avoid propagating qtwayland
Co-authored-by: eclairevoyant <contactmeongithubinstead@proton.me>
This commit is contained in:
parent
9501a20539
commit
a2d3be9d04
@ -22,7 +22,7 @@ stdenv.mkDerivation rec {
|
||||
nativeBuildInputs = [
|
||||
cmake
|
||||
pkg-config
|
||||
qt6Packages.wrapQtAppsHook
|
||||
qt6Packages.wrapQtAppsNoGuiHook
|
||||
];
|
||||
|
||||
buildInputs = [
|
||||
|
Loading…
Reference in New Issue
Block a user