Unverified Commit 1362b2c8 authored by Weijia Wang's avatar Weijia Wang Committed by GitHub
Browse files

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

alpine: pull CC_FOR_BUILD
parents 191f1a50 38ed4d99
Loading
Loading
Loading
Loading
+14 −2
Original line number Diff line number Diff line
{ lib, stdenv, fetchgit, ncurses, tcl, openssl, pam, libkrb5
, openldap, libxcrypt, gitUpdater
{ lib
, stdenv
, fetchgit
, buildPackages
, ncurses
, tcl
, openssl
, pam
, libkrb5
, openldap
, libxcrypt
, gitUpdater
}:

stdenv.mkDerivation rec {
@@ -12,6 +22,8 @@ stdenv.mkDerivation rec {
    hash = "sha256-cJyUBatQBjD6RG+jesJ0JRhWghPRBACc/HQl+2aCTd0=";
  };

  depsBuildBuild = [ buildPackages.stdenv.cc ];

  buildInputs = [
    ncurses tcl openssl pam libkrb5 openldap libxcrypt
  ];