nixpkgs-check-by-name fails for poetry2nix.mkPoetryApplication
packages created in pkgs/by-name/
#261052
Labels
0.kind: bug
Something is broken
Describe the bug
Packages created under
pkgs/by-name/...
using thepoetry2nix.mkPoetryApplication
builder fail thenixpkgs-check-by-name
test because the corresponding drv file does not exist in /nix/store.Full Trace
First and last frames in the trace.
Steps To Reproduce
running the bash script below in the nixpkgs source root creates a skeleton package in
pkgs/by-name/te/testfails
and then evaluatespkgs/test/nixpkgs-check-by-name/src/eval.nix
to generate the failure.Note: the nix-instantiate command was extracted from running
nixpkgs-check-by-name
Expected behavior
expect the evaluation to succeed and return
{ testfails = { is_derivation = true; variant = { AutoCalled = null; }; }; }
Notify maintainers
@infinisil
@adisbladis
@jbaum98
Metadata
Please run
nix-shell -p nix-info --run "nix-info -m"
and paste the result.The text was updated successfully, but these errors were encountered: