Skip to content

Commit e8a01f4

Browse files
feat(python): add pnt-functional if available
Signed-off-by: Cameron Smith <cameron.ray.smith@gmail.com>
1 parent d0f6fd3 commit e8a01f4

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

nix/modules/python.nix

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,13 @@
7272
};
7373
nativeBuildInputs = old.nativeBuildInputs ++ final.resolveBuildSystem { editables = [ ]; };
7474
});
75+
pnt-functional = prev.pnt-functional.overrideAttrs (old: {
76+
nativeBuildInputs =
77+
old.nativeBuildInputs
78+
++ final.resolveBuildSystem {
79+
editables = [ ];
80+
};
81+
});
7582
})
7683
]
7784
);

0 commit comments

Comments
 (0)