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>2004-11-04 20:19:42 +0000
committerEelco Dolstra <eelco.dolstra@logicblox.com>2004-11-04 20:19:42 +0000
commit90fc1d314c910944d3b3c342dd7c5c04640fc98a (patch)
tree6b88ac69c2c7d44ec2a3eb4ef7ff8c3c9f9d9d8c /pkgs/system/all-packages-generic.nix
parentd72d5150684023f069a5fc35af3bcc3287728c34 (diff)
downloadnixpkgs-90fc1d314c910944d3b3c342dd7c5c04640fc98a.tar
nixpkgs-90fc1d314c910944d3b3c342dd7c5c04640fc98a.tar.gz
nixpkgs-90fc1d314c910944d3b3c342dd7c5c04640fc98a.tar.bz2
nixpkgs-90fc1d314c910944d3b3c342dd7c5c04640fc98a.tar.lz
nixpkgs-90fc1d314c910944d3b3c342dd7c5c04640fc98a.tar.xz
nixpkgs-90fc1d314c910944d3b3c342dd7c5c04640fc98a.tar.zst
nixpkgs-90fc1d314c910944d3b3c342dd7c5c04640fc98a.zip
* Sync example with manual.
svn path=/nixpkgs/trunk/; revision=1687
Diffstat (limited to 'pkgs/system/all-packages-generic.nix')
-rw-r--r--pkgs/system/all-packages-generic.nix2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkgs/system/all-packages-generic.nix b/pkgs/system/all-packages-generic.nix
index 5805d56d624..594a4d183cc 100644
--- a/pkgs/system/all-packages-generic.nix
+++ b/pkgs/system/all-packages-generic.nix
@@ -863,7 +863,7 @@ rec {
     inherit (gtkLibs) gtk;
   };
 
-  hello = (import ../applications/misc/hello) {
+  hello = (import ../applications/misc/hello/ex-1) {
     inherit fetchurl stdenv perl;
   };