mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-21 22:43:01 +00:00
srcOnly: Fix bug introduced by rewrite
This commit is contained in:
parent
152e577644
commit
cbabc6874d
@ -45,6 +45,8 @@ let
|
||||
// {
|
||||
name = "${name}-source";
|
||||
|
||||
outputs = [ "out" ];
|
||||
|
||||
phases = [
|
||||
"unpackPhase"
|
||||
"patchPhase"
|
||||
|
Loading…
Reference in New Issue
Block a user