mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-18 02:05:51 +03:00
tortoisehg: Add qt5.qtwayland support
This commit is contained in:
parent
fc3fe18ffa
commit
2b77162020
@ -23,6 +23,10 @@ python3Packages.buildPythonApplication rec {
|
||||
qscintilla-qt5
|
||||
iniparse
|
||||
];
|
||||
buildInputs = [
|
||||
# Makes wrapQtAppsHook add these qt libraries to the wrapper search paths
|
||||
qt5.qtwayland
|
||||
];
|
||||
|
||||
# In order to spare double wrapping, we use:
|
||||
preFixup = ''
|
||||
|
Loading…
Reference in New Issue
Block a user