mirror of
https://github.com/ilyakooo0/nixpkgs.git
synced 2024-11-11 04:02:55 +03:00
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:
parent
494e927d1c
commit
5a5602184e
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user