Skip to content

Commit 9e4c413

Browse files
authoredApr 10, 2021
github-runner: fix eval
1 parent f4af2f2 commit 9e4c413

File tree

1 file changed

+2
-2
lines changed
  • pkgs/development/tools/continuous-integration/github-runner

1 file changed

+2
-2
lines changed
 

Diff for: ‎pkgs/development/tools/continuous-integration/github-runner/default.nix

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
, git
99
, glibc
1010
, icu
11-
, kerberos
11+
, libkrb5
1212
, lib
1313
, linkFarm
1414
, lttng-ust
@@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
9393

9494
buildInputs = [
9595
curl # libcurl.so.4
96-
kerberos # libgssapi_krb5.so.2
96+
libkrb5 # libgssapi_krb5.so.2
9797
lttng-ust # liblttng-ust.so.0
9898
stdenv.cc.cc.lib # libstdc++.so.6
9999
zlib # libz.so.1

0 commit comments

Comments
 (0)
Please sign in to comment.