Replace with statements of stdenvDefault to rely on pkgs instead of self.

This commit is contained in:
Nicolas B. Pierron 2016-03-20 13:46:14 +00:00
parent 020bb40454
commit be3531a56e
1 changed files with 1 additions and 1 deletions

View File

@ -130,7 +130,7 @@ let
stdenvAdapters =
import ../stdenv/adapters.nix pkgs;
stdenvDefault = with helperFunctions; with self; with overrides; {
stdenvDefault = with pkgs; with stdenvDefault; {
### STANDARD ENVIRONMENT