github-runner: fix eval (#119011)

wip/yesman
Dmitry Kalinkin 3 years ago committed by GitHub
parent f4af2f267a
commit c32ba28e67
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 4
      pkgs/development/tools/continuous-integration/github-runner/default.nix

@ -8,7 +8,7 @@
, git
, glibc
, icu
, kerberos
, libkrb5
, lib
, linkFarm
, lttng-ust
@ -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

Loading…
Cancel
Save