Commit graph

12 commits

Author SHA1 Message Date
Atemu 3c678b7098 ethminer: correct license 2021-04-27 23:40:34 +02:00
Atemu 7787089f1d ethminer: mark cuda version as broken
Doesn't build on my machine, needs https://github.com/NixOS/nixpkgs/pull/109838
2021-04-27 23:40:04 +02:00
Atemu 101e5cdceb ethminer: use regular stdenv when CUDA isn't used 2021-04-27 23:39:34 +02:00
Atemu a053eae561 ethminer: provide a CUDA-free version
CUDA is only needed for Nvidia GPUs; AMD has a fully open stack
2021-04-27 23:38:10 +02:00
Andy Chun @noneucat cc7ee239f7 ethminer: 0.18.0 -> 0.19.0
(cherry picked from commit 3fcdf4ed14d489fa1e96021b037a9910a916535b)
2021-04-25 13:07:16 +02:00
Atemu 976ca8c8e5 ethminer: add myself as maintainer 2021-04-25 13:07:16 +02:00
Profpatsch 4a7f99d55d treewide: with stdenv.lib; in meta -> with lib;
Part of: https://github.com/NixOS/nixpkgs/issues/108938

meta = with stdenv.lib;

is a widely used pattern. We want to slowly remove
the `stdenv.lib` indirection and encourage people
to use `lib` directly. Thus let’s start with the meta
field.

This used a rewriting script to mostly automatically
replace all occurances of this pattern, and add the
`lib` argument to the package header if it doesn’t
exist yet.

The script in its current form is available at
https://cs.tvl.fyi/depot@2f807d7f141068d2d60676a89213eaa5353ca6e0/-/blob/users/Profpatsch/nixpkgs-rewriter/default.nix
2021-01-11 10:38:22 +01:00
Break Yang 0446b8af52 ethminer: fix broken package by switching to clang 2020-12-20 19:56:35 -08:00
Benjamin Hipple 7f453f1822 ethminer: mark as broken
Doesn't build with gcc9, and if overlayed to use gcc8 stdenv fails on CUDA issues.
2020-04-10 16:12:07 -04:00
Michael Reilly 84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
Fernando J Pando 162a95eff2 ethminer: 0.18.0-rc.0 -> 0.18.0 2019-12-24 17:05:10 -05:00
Fernando J Pando 3bfff36bdc ethminer: init at 0.18.0-rc.0
- Tested on NixOS
2019-04-20 09:23:03 -04:00