Skip to content

Commit

Permalink
Merge pull request #139537 from CertainLach/plasma5-load-kwayland-int…
Browse files Browse the repository at this point in the history
…egration

plasma5: load kwayland-integration plugin
  • Loading branch information
ttuegel authored Sep 30, 2021
2 parents d408c22 + de5ffe5 commit bf84010
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 56 deletions.
1 change: 1 addition & 0 deletions nixos/modules/services/x11/desktop-managers/plasma5.nix
Original file line number Diff line number Diff line change
Expand Up @@ -264,6 +264,7 @@ in
kwallet-pam
kwalletmanager
kwayland
kwayland-integration
kwidgetsaddons
kxmlgui
kxmlrpcclient
Expand Down

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,5 @@ mkDerivation {
nativeBuildInputs = [ extra-cmake-modules ];
buildInputs = [ libpthreadstubs libXdmcp qttools qtx11extras ];
propagatedBuildInputs = [ qtbase ];
patches = [
./0001-platform-plugins-path.patch
];
preConfigure = ''
NIX_CFLAGS_COMPILE+=" -DNIXPKGS_QT_PLUGIN_PATH=\"''${!outputBin}/$qtPluginPrefix\""
'';
outputs = [ "out" "dev" ];
}

0 comments on commit bf84010

Please sign in to comment.