Skip to content

Commit f6b9af0

Browse files
author
HuangYi
committed
fix pystarport
1 parent 739df13 commit f6b9af0

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

nix/testenv.nix

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,10 @@ pkgs.poetry2nix.mkPoetryEnv {
3636
}
3737
);
3838

39+
pystarport = super.pystarport.overridePythonAttrs (
40+
old: {
41+
nativeBuildInputs = (old.nativeBuildInputs or [ ]) ++ [ self.poetry ];
42+
}
43+
);
3944
});
4045
}

0 commit comments

Comments
 (0)