Drop stray debug trace

This commit is contained in:
Marien Zwart 2024-04-06 22:23:58 +11:00
parent fa30695cf3
commit 679b76adda
No known key found for this signature in database

View file

@ -169,7 +169,7 @@ let
# Just enough to make melpa2nix work.
recipe = writeText "generated-recipe" ''
(${name} :fetcher github :repo "marienz/made-up"
${optionalString (p ? recipe.files) ":files ${lib.debug.traceValSeq p.recipe.files}"})'';
${optionalString (p ? recipe.files) ":files ${p.recipe.files}"})'';
buildInputs = (map (name: eself.${name}) reqlist);
}
else origEPkg);