Merge pull request #232772 from trofi/alpine-cc-wrapper

alpine: pull CC_FOR_BUILD

authored by Weijia Wang and committed by GitHub 1362b2c8 191f1a50

+14 -2
+14 -2
pkgs/applications/networking/mailreaders/alpine/default.nix
··· 1 - { lib, stdenv, fetchgit, ncurses, tcl, openssl, pam, libkrb5 2 - , openldap, libxcrypt, gitUpdater 1 + { lib 2 + , stdenv 3 + , fetchgit 4 + , buildPackages 5 + , ncurses 6 + , tcl 7 + , openssl 8 + , pam 9 + , libkrb5 10 + , openldap 11 + , libxcrypt 12 + , gitUpdater 3 13 }: 4 14 5 15 stdenv.mkDerivation rec { ··· 11 21 rev = "v${version}"; 12 22 hash = "sha256-cJyUBatQBjD6RG+jesJ0JRhWghPRBACc/HQl+2aCTd0="; 13 23 }; 24 + 25 + depsBuildBuild = [ buildPackages.stdenv.cc ]; 14 26 15 27 buildInputs = [ 16 28 ncurses tcl openssl pam libkrb5 openldap libxcrypt