pob: make sure it runs with the proper QT_QPA_PLATFORM
This commit is contained in:
parent
89dc2a7e3b
commit
2db7f29de5
1 changed files with 8 additions and 3 deletions
|
@ -1,3 +1,8 @@
|
|||
{ channels, ... }:
|
||||
|
||||
final: prev: { inherit (channels.nixpkgs-unstable) pobfrontend; }
|
||||
{ ... }:
|
||||
final: prev: {
|
||||
path-of-building = prev.path-of-building.overrideAttrs (prevAttrs: {
|
||||
postInstall = ''
|
||||
wrapProgram $out/bin/pobfrontend --set QT_QPA_PLATFORM xcb
|
||||
'';
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue