Conversation
| * because they would cauase pointless collisions (e.g., each | ||
| * Python package brings its own | ||
| * `$out/lib/pythonX.Y/site-packages/easy-install.pth'.) | ||
| */ |
There was a problem hiding this comment.
Not to nit, but is this comment accurate? I don't see how $out/lib/pythonX.Y/site-packages/easy-install.pth is excluded by the below suffix list.
There was a problem hiding this comment.
Oops, I just copied the comment from the perl script but you're right. @edolstra any idea about this? Should that be on the list?
|
I get: Looks like |
|
BTW, it would be nice to change |
|
Oops, broke the filtering in a pre-push cleanup, fixing. |
|
@edolstra should be pretty straightforward to do the builtin derivation on top of this change, right? I'd rather focus my nix efforts on finishing up the perl rewrite. |
|
@shlevy Sure. |
|
@edolstra fixed |
Instead of letting inner shell perform the cleanup, we will fork/execvp and finish the work ourselves. Once an interruption arrives, we wait again and return the exit status code of the inner shell. This idea was suggested by eldritch horrors. Fixes NixOS#1020. Co-authored-by: eldritch horrors <pennae@lix.systems> Change-Id: Id38af7ac33874aa1c4b7ca9c6123e3cbd8c3cd8c Signed-off-by: Raito Bezarius <raito@lix.systems>
No description provided.