mnemosyne: Fix 'Could not find Qt' segfault
This commit is contained in:
parent
4e4e57bdd3
commit
f6889aa21e
@ -12,7 +12,7 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
sha256 = "0dhvg9cxc6m6kzk75h363h1g0bl80cqz11cijh0zpz9f4w6lnqsq";
|
sha256 = "0dhvg9cxc6m6kzk75h363h1g0bl80cqz11cijh0zpz9f4w6lnqsq";
|
||||||
};
|
};
|
||||||
|
|
||||||
nativeBuildInputs = with python.pkgs; [ wrapPython pyqtwebengine.wrapQtAppsHook ];
|
nativeBuildInputs = with python.pkgs; [ pyqtwebengine.wrapQtAppsHook ];
|
||||||
|
|
||||||
buildInputs = [ anki ];
|
buildInputs = [ anki ];
|
||||||
|
|
||||||
@ -43,9 +43,9 @@ python.pkgs.buildPythonApplication rec {
|
|||||||
|
|
||||||
dontWrapQtApps = true;
|
dontWrapQtApps = true;
|
||||||
|
|
||||||
preFixup = ''
|
makeWrapperArgs = [
|
||||||
makeWrapperArgs+=("''${qtWrapperArgs[@]}")
|
"\${qtWrapperArgs[@]}"
|
||||||
'';
|
];
|
||||||
|
|
||||||
meta = {
|
meta = {
|
||||||
homepage = "https://mnemosyne-proj.org/";
|
homepage = "https://mnemosyne-proj.org/";
|
||||||
|
Loading…
x
Reference in New Issue
Block a user