Author: shlevy
Date: Sun Oct  2 17:12:50 2011
New Revision: 29567
URL: https://ssl.nixos.org/websvn/nix/?rev=29567&sc=1

Log:
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

Modified:
   nixpkgs/trunk/pkgs/os-specific/linux/kernel/generic.nix

Modified: nixpkgs/trunk/pkgs/os-specific/linux/kernel/generic.nix
==============================================================================
--- nixpkgs/trunk/pkgs/os-specific/linux/kernel/generic.nix     Sun Oct  2 
14:34:23 2011        (r29566)
+++ nixpkgs/trunk/pkgs/os-specific/linux/kernel/generic.nix     Sun Oct  2 
17:12:50 2011        (r29567)
@@ -77,7 +77,7 @@
 
   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;
 
_______________________________________________
nix-commits mailing list
[email protected]
http://lists.science.uu.nl/mailman/listinfo/nix-commits

Reply via email to