Skip to content

Commit

Permalink
github-runner: fix eval
Browse files Browse the repository at this point in the history
  • Loading branch information
veprbl committed Apr 10, 2021
1 parent f4af2f2 commit 9e4c413
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -8,7 +8,7 @@
, git
, glibc
, icu
, kerberos
, libkrb5
, lib
, linkFarm
, lttng-ust
Expand Down Expand Up @@ -93,7 +93,7 @@ stdenv.mkDerivation rec {

buildInputs = [
curl # libcurl.so.4
kerberos # libgssapi_krb5.so.2
libkrb5 # libgssapi_krb5.so.2
lttng-ust # liblttng-ust.so.0
stdenv.cc.cc.lib # libstdc++.so.6
zlib # libz.so.1
Expand Down

0 comments on commit 9e4c413

Please sign in to comment.