mirror of
https://github.com/vale981/poetry2nix
synced 2025-03-04 16:51:40 -05:00
overrides: Fix build system overrides when overriden derivation is null
This commit is contained in:
parent
6613d3beb9
commit
dcef8aec9d
1 changed files with 1 additions and 0 deletions
|
@ -37,6 +37,7 @@ let
|
|||
(
|
||||
# Flit only works on Python3
|
||||
if (attr == "flit-core" || attr == "flit" || attr == "hatchling") && !self.isPy3k then drv
|
||||
else if drv == null then null
|
||||
else
|
||||
drv.overridePythonAttrs (
|
||||
old:
|
||||
|
|
Loading…
Add table
Reference in a new issue