Merge pull request #192604 from superherointj/fix-corrscope-0.8.0

corrscope: fix build
This commit is contained in:
superherointj 2022-09-23 10:51:25 -03:00 committed by GitHub
commit fdd3675452
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -19,7 +19,10 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
sha256 = "1wdla4ryif1ss37aqi61lcvzddvf568wyh5s3xv1lrryh4al9vpd";
};
pythonRelaxDeps = [ "attrs" ];
nativeBuildInputs = [
python3Packages.pythonRelaxDepsHook
wrapQtAppsHook
] ++ (with python3Packages; [
poetry-core