Change the customOverrides to use the stdenvOverrides instead of the original package set.

This commit is contained in:
Nicolas B. Pierron 2016-03-20 19:10:48 +00:00
parent 21b8007bcf
commit 800766fb0b

View file

@ -143,7 +143,7 @@ let
pkgs_7 = pkgs_6 // stdenvOverrides pkgs pkgs_6;
# The overriden, final packages.
pkgs = pkgs_7 // customOverrides pkgs pkgs_6;
pkgs = pkgs_7 // customOverrides pkgs pkgs_7;
in pkgs;
in