summary refs log tree commit diff
path: root/pkgs
diff options
context:
space:
mode:
authorNicolas Pierron <nicolas.b.pierron@gmail.com>2009-01-27 14:01:00 +0000
committerNicolas Pierron <nicolas.b.pierron@gmail.com>2009-01-27 14:01:00 +0000
commita130392234d7cdad6a42c006014135dc2be70804 (patch)
tree4803939e54baf094791d805271e29af0931763db /pkgs
parent507ab31cbe4af13e1de6b12f5cabb00a2643543f (diff)
downloadnixpkgs-a130392234d7cdad6a42c006014135dc2be70804.tar
nixpkgs-a130392234d7cdad6a42c006014135dc2be70804.tar.gz
nixpkgs-a130392234d7cdad6a42c006014135dc2be70804.tar.bz2
nixpkgs-a130392234d7cdad6a42c006014135dc2be70804.tar.lz
nixpkgs-a130392234d7cdad6a42c006014135dc2be70804.tar.xz
nixpkgs-a130392234d7cdad6a42c006014135dc2be70804.tar.zst
nixpkgs-a130392234d7cdad6a42c006014135dc2be70804.zip
Suggest nice/readable example first for composableDerivation.
svn path=/nixpkgs/trunk/; revision=13882
Diffstat (limited to 'pkgs')
-rw-r--r--pkgs/lib/composable-derivation.nix5
1 files changed, 4 insertions, 1 deletions
diff --git a/pkgs/lib/composable-derivation.nix b/pkgs/lib/composable-derivation.nix
index 790a0bcc9db..4bb55afb609 100644
--- a/pkgs/lib/composable-derivation.nix
+++ b/pkgs/lib/composable-derivation.nix
@@ -1,7 +1,10 @@
 {lib, pkgs} :
 let inherit (lib) nv nvs; in
 {
-  # see new python derivations for example..
+  # see new python derivations for example:
+  # - development/interpreters/php_configurable/default.nix
+  # - .. search composableDerivation in all-packages.nix ..
+  #
   # You should be able to override anything you like easily
   # grep the mailinglist by title "python proposal" (dec 08)
   # -> http://mail.cs.uu.nl/pipermail/nix-dev/2008-December/001571.html