Marc Weber
9a4e9e7a3b
vim_configurable example added. broken see comment.
...
svn path=/nixpkgs/trunk/; revision=9923
2007-12-12 07:20:41 +00:00
Marc Weber
054d0e3076
chooseOptionsByFlags2 supports now propagatedBuildInputs (not yet used)
...
I've also added enableDisableFeature adding --enable-feature or --disable-feature
(see broken vim_configurable example)
svn path=/nixpkgs/trunk/; revision=9922
2007-12-12 07:14:27 +00:00
Marc Weber
0acef47d44
Is it time to uncomment mkDerivationByConfiguration and start using listToAttrs etc?
...
Let's try
* fixes attr -> name change in function av of unstable lib
svn path=/nixpkgs/trunk/; revision=9590
2007-11-05 21:27:32 +00:00
Eelco Dolstra
2243a1f496
* Backward compatibility with Nix 0.10.
...
svn path=/nixpkgs/trunk/; revision=9449
2007-10-12 09:20:36 +00:00
Michael Raskin
8c7f215381
Uncommented mkDerivationByName. Now it doesn't break everything
...
svn path=/nixpkgs/trunk/; revision=9415
2007-10-06 18:17:47 +00:00
Michael Raskin
3b8b925153
Commented someadditions out and corrected spelling - mkDerivationByConfiguration ruins all-packages.nix
...
svn path=/nixpkgs/trunk/; revision=9408
2007-10-05 07:26:23 +00:00
Marc Weber
ddb31307de
fix: adding defaults
...
svn path=/nixpkgs/trunk/; revision=9283
2007-09-10 06:05:38 +00:00
Marc Weber
a38eb565b7
configuration examples / tests added which demonstrate all features.
...
svn path=/nixpkgs/trunk/; revision=9282
2007-09-09 18:14:19 +00:00
Marc Weber
4c44560d95
new patch. now specifying settings if flags are not set is also possible.
...
svn path=/nixpkgs/trunk/; revision=9281
2007-09-09 00:15:17 +00:00
Marc Weber
8f3a8b5006
renamed chosenOptions to chooseOptionsByFlags and added support for optionals
...
(thus you don't need to write flag definitions, passing a dependency or not is enough)
svn path=/nixpkgs/trunk/; revision=9167
2007-08-19 17:24:05 +00:00
Marc Weber
ee347e49c1
renamened assert to assertion because assert is a resnerved word,
...
fix of blocks errors ( blocking does work in all cases now )
svn path=/nixpkgs/trunk/; revision=9166
2007-08-19 04:32:02 +00:00
Marc Weber
a3a9d407da
fix: listToAttrs added (which I had forgotten) when evaluating flags
...
svn path=/nixpkgs/trunk/; revision=9164
2007-08-18 22:29:00 +00:00
Marc Weber
6af4bd3ca6
primop functions listToAttrs (+test), __isAttrs, __trace added
...
new configuration style proposal in lib/default-unstable.nix
svn path=/nixpkgs/trunk/; revision=9163
2007-08-18 22:12:00 +00:00