Skip to content

Commit b727b87

Browse files
authored
rog-control-center: fix libxkbcommon.so not found crash, and more issues to be solved (#380250)
2 parents 6f1338e + d8646f1 commit b727b87

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pkgs/by-name/as/asusctl/package.nix

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,9 @@ rustPlatform.buildRustPackage rec {
8888

8989
postInstall = ''
9090
make prefix=$out install-data
91+
92+
patchelf $out/bin/rog-control-center \
93+
--add-needed ${lib.getLib libxkbcommon}/lib/libxkbcommon.so.0
9194
'';
9295

9396
meta = with lib; {

0 commit comments

Comments
 (0)