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

alpine: pull CC_FOR_BUILD
This commit is contained in:
Weijia Wang 2023-05-20 02:56:11 +03:00 committed by GitHub
commit 1362b2c8d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,15 @@
{ lib, stdenv, fetchgit, ncurses, tcl, openssl, pam, libkrb5 { lib
, openldap, libxcrypt, gitUpdater , stdenv
, fetchgit
, buildPackages
, ncurses
, tcl
, openssl
, pam
, libkrb5
, openldap
, libxcrypt
, gitUpdater
}: }:
stdenv.mkDerivation rec { stdenv.mkDerivation rec {
@ -12,6 +22,8 @@ stdenv.mkDerivation rec {
hash = "sha256-cJyUBatQBjD6RG+jesJ0JRhWghPRBACc/HQl+2aCTd0="; hash = "sha256-cJyUBatQBjD6RG+jesJ0JRhWghPRBACc/HQl+2aCTd0=";
}; };
depsBuildBuild = [ buildPackages.stdenv.cc ];
buildInputs = [ buildInputs = [
ncurses tcl openssl pam libkrb5 openldap libxcrypt ncurses tcl openssl pam libkrb5 openldap libxcrypt
]; ];