diff options
Diffstat (limited to 'corepkgs/nar/nar.fix')
-rw-r--r-- | corepkgs/nar/nar.fix | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/corepkgs/nar/nar.fix b/corepkgs/nar/nar.fix index 3db6a48a0838..429e7b5497a3 100644 --- a/corepkgs/nar/nar.fix +++ b/corepkgs/nar/nar.fix @@ -1,6 +1,6 @@ -Function(["path", "name"], +Function(["path"], Package( - [ ("name", Var("name")) + [ ("name", "nar") , ("build", Relative("nar/nar.sh")) , ("path", Var("path")) ] |