7 stdenv.mkDerivation (finalAttrs: {
11 src = fetchFromGitHub {
14 rev = "v${finalAttrs.version}";
15 hash = "sha256-UQ8ZoxFAy5dKtXTLwPolPMd7YJeEjsK639RkGCMY6rU=";
25 "CC=${stdenv.cc.targetPrefix}cc"
29 description = "Tool for monitoring progress and ETA of an arbitrary process";
30 homepage = "https://github.com/aioobe/eta";
31 license = lib.licenses.gpl3Only;
33 maintainers = with lib.maintainers; [ heisfer ];
34 platforms = lib.platforms.linux;