Commit Graph

18 Commits

Author SHA1 Message Date
h7x4
41974d5ed9
treewide: add mainProgram 2023-11-27 02:17:53 +01:00
Weijia Wang
df00d693ba cpuminer: unbreak on aarch64-darwin 2023-04-19 12:08:31 +03:00
Rick van Schijndel
9833d56c24 treewide: mark packages broken that never built on PLATFORM
Done with the help of https://github.com/Mindavi/nixpkgs-mark-broken
Tool is still WIP but this is one of the first results.

I manually audited the results and removed some results that were not valid.

Note that some of these packages maybe should have more constrained platforms set
instead of broken set, but I think not being perfectly correct is better than
just keep trying to build all these things and never succeeding.

Some observations:

- Some darwin builds require XCode tools
- aarch64-linux builds sometimes suffer from using gcc9
  - gcc9 is getting older and misses some new libraries/features
- Sometimes tools try to do system detection or expect some explicit settings for
  platforms that are not x86_64-linux
2022-12-13 21:40:12 +01:00
Artturin
0734f54ef2 treewide: move pkg-config, autoreconfHook, intltool to nativeBuildInputs
found with nixpkgs-lint
2022-09-26 17:53:26 +03: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
Pavol Rusnak
7e51429e67
cpuminer: 2.5.0 -> 2.5.1 2020-06-27 12:42:50 +02:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
volth
46420bbaa3 treewide: name -> pname (easy cases) (#66585)
treewide replacement of

stdenv.mkDerivation rec {
  name = "*-${version}";
  version = "*";

to pname
2019-08-15 13:41:18 +01:00
Pascal Wittmann
336a6ebe89 cpuminer: 2.4.5 -> 2.5.0 2017-07-04 11:42:51 +02:00
Kranium Gikos Mendoza
f5b0a5ce7a cpuminer: 2.4.4 -> 2.4.5 2016-08-03 15:48:02 +08:00
Kranium Gikos Mendoza
363381f3c2 cpuminer: fix darwin build 2016-08-03 15:47:57 +08:00
Pascal Wittmann
0bce9599e7 cpuminer: 2.4.3 -> 2.4.4 2016-03-25 17:22:11 +01:00
Pascal Wittmann
9c6f3dcbcc cpuminer: 2.4.2 -> 2.4.3 2016-01-26 22:36:14 +01:00
Pascal Wittmann
314c6847aa cpuminer: update from 2.4.1 to 2.4.2 2015-06-01 20:33:43 +02:00
Pascal Wittmann
070808283b cpuminer: update from 2.4 to 2.4.1 2015-03-09 19:35:24 +01:00
Pascal Wittmann
d518ef91c0 cpuminer: update from 2.3.3 to 2.4 and build with -O3 as described in the installation instructions 2014-07-17 00:15:44 +02:00
Linquize
ae1189379e cpuminer: Upgrade to 2.3.3 2014-04-25 18:21:58 +02:00
Jaka Hudoklin
f45793f284 Add cpuminer, multi-threaded Litecoin and Bitcoin miner 2014-01-13 00:03:31 +01:00