summary refs log tree commit diff
path: root/pkgs/system/all-packages-generic.nix
diff options
context:
space:
mode:
authorEelco Dolstra <eelco.dolstra@logicblox.com>2003-11-27 12:09:22 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2003-11-27 12:09:22 +0000
commit256aec2e564349452875db5e7a54a2ec6cd3c099 (patch)
treeb6880dc9ca5dc4422ef41f895a1e9dbc96e58dd3 /pkgs/system/all-packages-generic.nix
parent880d2232524581fb76ece1b3369b91ec46da5782 (diff)
downloadnixpkgs-256aec2e564349452875db5e7a54a2ec6cd3c099.tar
nixpkgs-256aec2e564349452875db5e7a54a2ec6cd3c099.tar.gz
nixpkgs-256aec2e564349452875db5e7a54a2ec6cd3c099.tar.bz2
nixpkgs-256aec2e564349452875db5e7a54a2ec6cd3c099.tar.lz
nixpkgs-256aec2e564349452875db5e7a54a2ec6cd3c099.tar.xz
nixpkgs-256aec2e564349452875db5e7a54a2ec6cd3c099.tar.zst
nixpkgs-256aec2e564349452875db5e7a54a2ec6cd3c099.zip
* Added GNU hello.
svn path=/nixpkgs/trunk/; revision=555
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix6
1 files changed, 6 insertions, 0 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index f885b84b33f..ca511f04b2f 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -446,4 +446,10 @@
     libpng = libpng;
   };
 
+  hello = (import ../applications/misc/hello) {
+    fetchurl = fetchurl;
+    stdenv = stdenv;
+    perl = perl;
+  };
+
 }