corrscope: fix build
This commit is contained in:
parent
6fcaded221
commit
9dc1fa3787
1 changed files with 3 additions and 0 deletions
|
@ -19,7 +19,10 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
|
|||
sha256 = "1wdla4ryif1ss37aqi61lcvzddvf568wyh5s3xv1lrryh4al9vpd";
|
||||
};
|
||||
|
||||
pythonRelaxDeps = [ "attrs" ];
|
||||
|
||||
nativeBuildInputs = [
|
||||
python3Packages.pythonRelaxDepsHook
|
||||
wrapQtAppsHook
|
||||
] ++ (with python3Packages; [
|
||||
poetry-core
|
||||
|
|
Loading…
Reference in a new issue