mirror of
https://github.com/NixOS/nixpkgs.git
synced 2024-11-23 15:33:13 +00:00
Merge pull request #121676 from onsails/google-compute-engine-oslogin
google-compute-engine-oslogin: 20200507.00 -> 20210429.00
This commit is contained in:
commit
78e7bcdfec
@ -10,13 +10,13 @@
|
||||
|
||||
stdenv.mkDerivation rec {
|
||||
pname = "google-compute-engine-oslogin";
|
||||
version = "20200507.00";
|
||||
version = "20210429.00";
|
||||
|
||||
src = fetchFromGitHub {
|
||||
owner = "GoogleCloudPlatform";
|
||||
repo = "guest-oslogin";
|
||||
rev = version;
|
||||
sha256 = "1np8c96sm29pwnxykc0id8kkgalhw576g43fgi1y936sr2hfvx3v";
|
||||
sha256 = "eHAg9K5oxcygEzqaac81jSFHF+zsW6uB7q2Kfo9hSrA=";
|
||||
};
|
||||
|
||||
postPatch = ''
|
||||
@ -28,8 +28,8 @@ stdenv.mkDerivation rec {
|
||||
|
||||
buildInputs = [ curl.dev pam ];
|
||||
|
||||
NIX_CFLAGS_COMPILE="-I${json_c.dev}/include/json-c";
|
||||
NIX_CFLAGS_LINK="-L${json_c}/lib";
|
||||
NIX_CFLAGS_COMPILE = "-I${json_c.dev}/include/json-c";
|
||||
NIX_CFLAGS_LINK = "-L${json_c}/lib";
|
||||
|
||||
makeFlags = [
|
||||
"VERSION=${version}"
|
||||
|
Loading…
Reference in New Issue
Block a user