tweaking qt platform plugin in nix-shell
This commit is contained in:
parent
b71da73700
commit
64b1ba89aa
1 changed files with 2 additions and 1 deletions
|
@ -37,6 +37,7 @@ mkShell {
|
|||
makeWrapper "/bin/sh" "$setQtEnvironment" "''${qtWrapperArgs[@]}"
|
||||
sed "/^exec/d" -i "$setQtEnvironment"
|
||||
source "$setQtEnvironment"
|
||||
QT_QPA_PLATFORM_PLUGIN_PATH="${qt5.qtbase.bin}/lib/qt-${qt5.qtbase.version}/plugins";
|
||||
fish
|
||||
'';
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue