mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-25 08:23:09 +00:00
Merge pull request #192604 from superherointj/fix-corrscope-0.8.0
corrscope: fix build
This commit is contained in:
commit
fdd3675452
@ -19,7 +19,10 @@ mkDerivationWith python3Packages.buildPythonApplication rec {
|
|||||||
sha256 = "1wdla4ryif1ss37aqi61lcvzddvf568wyh5s3xv1lrryh4al9vpd";
|
sha256 = "1wdla4ryif1ss37aqi61lcvzddvf568wyh5s3xv1lrryh4al9vpd";
|
||||||
};
|
};
|
||||||
|
|
||||||
|
pythonRelaxDeps = [ "attrs" ];
|
||||||
|
|
||||||
nativeBuildInputs = [
|
nativeBuildInputs = [
|
||||||
|
python3Packages.pythonRelaxDepsHook
|
||||||
wrapQtAppsHook
|
wrapQtAppsHook
|
||||||
] ++ (with python3Packages; [
|
] ++ (with python3Packages; [
|
||||||
poetry-core
|
poetry-core
|
||||||
|
Loading…
Reference in New Issue
Block a user