Suggest nice/readable example first for composableDerivation.
svn path=/nixpkgs/trunk/; revision=13882
This commit is contained in:
parent
507ab31cbe
commit
a130392234
@ -1,7 +1,10 @@
|
|||||||
{lib, pkgs} :
|
{lib, pkgs} :
|
||||||
let inherit (lib) nv nvs; in
|
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
|
# You should be able to override anything you like easily
|
||||||
# grep the mailinglist by title "python proposal" (dec 08)
|
# grep the mailinglist by title "python proposal" (dec 08)
|
||||||
# -> http://mail.cs.uu.nl/pipermail/nix-dev/2008-December/001571.html
|
# -> http://mail.cs.uu.nl/pipermail/nix-dev/2008-December/001571.html
|
||||||
|
Loading…
x
Reference in New Issue
Block a user