srcOnly: Fix bug introduced by rewrite

This commit is contained in:
Gavin John 2024-10-08 10:15:42 -07:00
parent 152e577644
commit cbabc6874d
No known key found for this signature in database
GPG Key ID: 792E158CDD33C3EE

View File

@ -45,6 +45,8 @@ let
// {
name = "${name}-source";
outputs = [ "out" ];
phases = [
"unpackPhase"
"patchPhase"