3
0
Fork 0
forked from mirrors/nixpkgs

Whoops, forgot to re-inherit postBuild now that it's not set manually

I really should have done these changes in a topic branch, sorry

svn path=/nixpkgs/trunk/; revision=29567
This commit is contained in:
Shea Levy 2011-10-02 17:12:50 +00:00
parent 494e927d1c
commit 5a5602184e

View file

@ -77,7 +77,7 @@ stdenv.mkDerivation {
generateConfig = ./generate-config.pl;
inherit preConfigure src module_init_tools localVersion postInstall;
inherit preConfigure src module_init_tools localVersion postInstall postBuild;
patches = map (p: p.patch) kernelPatches;