about summary refs log tree commit diff
path: root/corepkgs/nar/unnar.fix
diff options
context:
space:
mode:
Diffstat (limited to 'corepkgs/nar/unnar.fix')
-rw-r--r--corepkgs/nar/unnar.fix8
1 files changed, 8 insertions, 0 deletions
diff --git a/corepkgs/nar/unnar.fix b/corepkgs/nar/unnar.fix
new file mode 100644
index 000000000000..db97750aaa18
--- /dev/null
+++ b/corepkgs/nar/unnar.fix
@@ -0,0 +1,8 @@
+Function(["nar", "name"],
+  Package(
+    [ ("name", Var("name"))
+    , ("build", Relative("nar/unnar.sh"))
+    , ("nar", Var("nar"))
+    ]
+  )
+)
\ No newline at end of file