Eelco Dolstra
089eef511c
* Module aggregator: use buildEnv, which is much faster because it
...
creates symlinks lazily (i.e., it creates a single symlink to an
entire tree unless another input has an overlapping tree). As a
result it creates only a few dozen symlinks instead of ~ 12000
(which can take almost 2 minutes on my laptop).
svn path=/nixpkgs/branches/stdenv-updates/; revision=15200
2009-04-20 19:13:40 +00:00
Eelco Dolstra
fb790c15e9
* Check against accidentally mixing kernel versions (e.g. Linux 2.6.25
...
with AUFS built against Linux 2.6.23).
svn path=/nixpkgs/trunk/; revision=11784
2008-05-08 15:36:19 +00:00
Michael Raskin
71f8e0911a
Added src to meta for builderDefs-based packages.
...
svn path=/nixpkgs/trunk/; revision=10913
2008-03-02 18:49:31 +00:00
Marc Weber
b37c1de0a2
Fix enabling switching to kernels not already running (depmod uses uname-r as default to look for modules)
...
svn path=/nixpkgs/trunk/; revision=10441
2008-01-31 21:55:38 +00:00
Michael Raskin
12ea9ddea2
Fixed building and aggregating modules for not-installed kernel version
...
svn path=/nixpkgs/trunk/; revision=10226
2008-01-19 11:00:09 +00:00
Michael Raskin
bc46eaf404
Some review of builder-defs and dependent files. No rebuild needed. Now it should be possible to override elements in builderDefs
...
svn path=/nixpkgs/trunk/; revision=10214
2008-01-18 12:36:56 +00:00
Michael Raskin
29e62732c9
Now aggregator works at last, after some SVN co/up/ci gone wrong.
...
svn path=/nixpkgs/trunk/; revision=10132
2008-01-13 10:49:52 +00:00
Michael Raskin
65218ec570
Maybe I recommit aggregator.nix, but I found last time it could be wrong
...
svn path=/nixpkgs/trunk/; revision=10131
2008-01-13 10:33:27 +00:00
Eelco Dolstra
b17f0f410c
* Aggregator: use cp -s instead of lndir. Only symlink lib/modules.
...
* NVIDIA / Intel wireless drivers: put modules in
$out/lib/modules/$kernelVersion so that depmod in the aggregator can
find them.
svn path=/nixpkgs/trunk/; revision=10128
2008-01-12 23:35:23 +00:00
Michael Raskin
c0ce72bfc2
Added dmidecode and kqemu
...
svn path=/nixpkgs/trunk/; revision=10098
2008-01-08 00:18:20 +00:00
Michael Raskin
498d47b583
Added module_aggregator. Pass some directories with modules to it, and it will give you a directory to use instead of pkgs.kernel . addSbinPath in builderDefs to use sbin/ in addToEnv . Some catching up in xlaunch.
...
svn path=/nixpkgs/trunk/; revision=10075
2008-01-04 17:02:12 +00:00