summary refs log tree commit diff
path: root/pkgs/hello/hello.fix
diff options
context:
space:
mode:
Diffstat (limited to 'pkgs/hello/hello.fix')
-rw-r--r--pkgs/hello/hello.fix10
1 files changed, 10 insertions, 0 deletions
diff --git a/pkgs/hello/hello.fix b/pkgs/hello/hello.fix
new file mode 100644
index 0000000000000..572e497119445
--- /dev/null
+++ b/pkgs/hello/hello.fix
@@ -0,0 +1,10 @@
+Package(
+  [ ("name", "hello-2.1.1")
+  , ("build", Relative("hello/hello-build.sh"))
+
+  , ("src", App(IncludeFix("fetchurl/fetchurl.fix"),
+      [ ("url", "http://ftp.gnu.org/gnu/hello/hello-2.1.1.tar.gz")
+      , ("md5", "70c9ccf9fac07f762c24f2df2290784d")
+      ]))
+  ]
+)