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:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user