We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Learn more about funding links in repositories.
Report abuse
1 parent f4af2f2 commit 9e4c413Copy full SHA for 9e4c413
pkgs/development/tools/continuous-integration/github-runner/default.nix
@@ -8,7 +8,7 @@
8
, git
9
, glibc
10
, icu
11
-, kerberos
+, libkrb5
12
, lib
13
, linkFarm
14
, lttng-ust
@@ -93,7 +93,7 @@ stdenv.mkDerivation rec {
93
94
buildInputs = [
95
curl # libcurl.so.4
96
- kerberos # libgssapi_krb5.so.2
+ libkrb5 # libgssapi_krb5.so.2
97
lttng-ust # liblttng-ust.so.0
98
stdenv.cc.cc.lib # libstdc++.so.6
99
zlib # libz.so.1
0 commit comments