Commit Graph
30 Commits
Author SHA1 Message Date
rnhmjoj 26d524374f monero: 0.17.1.9 -> 0.17.2.0 2021-05-02 11:31:15 +02:00
Emery Hemingway ee80707159 Trim ehmry from some package maintainers
I prefer not to be associated with anything blockchain related.
2021-03-23 10:24:00 +01:00
Jonathan Ringer 9bb3fccb5b treewide: pkgs.pkgconfig -> pkgs.pkg-config, move pkgconfig to alias.nix
continuation of #109595

pkgconfig was aliased in 2018, however, it remained in
all-packages.nix due to its wide usage. This cleans
up the remaining references to pkgs.pkgsconfig and
moves the entry to aliases.nix.

python3Packages.pkgconfig remained unchanged because
it's the canonical name of the upstream package
on pypi.
2021-01-19 01:16:25 -08:00
Ben Siraphob badf51221d treewide: stdenv.lib -> lib 2021-01-16 17:58:11 +07:00
Pavol Rusnak db132fe8db Merge pull request #109026 from rnhmjoj/monero
monero: 0.1.17.8 -> 0.1.17.9
2021-01-11 17:17:48 +01: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
rnhmjoj 2b29ae506e monero: 0.17.1.8 -> 0.17.1.9 2021-01-10 23:31:07 +01:00
rnhmjoj 4e1464e63f monero: 0.17.1.7 -> 0.17.1.8 2021-01-03 11:03:49 +01:00
Pavol Rusnak bf5af0252b monero: 0.17.1.6 -> 0.17.1.7 2020-12-22 12:12:00 +01:00
rnhmjoj 00d0fe5bf8 monero: 0.17.1.5 -> 0.17.1.6 2020-12-12 10:13:12 +01:00
rnhmjoj 8a4ac3e4a2 monero: 0.17.1.3 -> 0.17.1.5 2020-12-05 19:15:22 +01:00
Pavol Rusnak 51c2129eb8 monero: 0.17.1.1 -> 0.17.1.3 2020-11-10 17:05:36 +01:00
rnhmjoj 7a498aba3e monero: 0.17.1.0 -> 0.17.1.1 2020-10-29 01:20:48 +01:00
rnhmjoj bf627ae0e0 monero: 0.17.0.1 -> 0.17.1.0 2020-10-17 11:18:15 +02:00
rnhmjoj b5ca332b1d monero: apply patch to fix monero-gui build
This is a more appropriate solution to fix a
build error in monero-gui.
2020-10-08 01:12:31 +02:00
rnhmjoj 59fe3e87c3 monero: export patched sources
This is needed to build monero-gui without duplicating code.
2020-10-08 00:07:24 +02:00
rnhmjoj cc90474581 monero: force use of system libraries 2020-10-08 00:07:24 +02:00
Pavol Rusnak d6921aa4bf monero: 0.16.0.3 -> 0.17.0.1 2020-10-05 23:10:28 +02:00
rnhmjoj 502695997a monero: 0.16.0.1 -> 0.16.0.3 2020-08-22 18:15:19 +02:00
Pavol Rusnak c09f880fc3 monero: use latest protobuf 2020-07-26 15:34:16 +02:00
rnhmjoj e39d0ad473 monero: 0.16.0.0 -> 0.16.0.1 2020-07-14 18:38:44 +02:00
rnhmjoj a31103196e monero: 0.15.0.1 -> 0.16.0.0 2020-06-18 23:41:04 +02:00
Jan Tojnar e89e2edc73 libusb-compat-0_1: rename from libusb 2020-04-28 05:33:41 +02:00
Michael Reilly 84cf00f980 treewide: Per RFC45, remove all unquoted URLs 2020-04-10 17:54:53 +01:00
rnhmjoj ddabb09c35 monero: use a compatible protobuf version 2020-03-22 03:37:45 +01:00
Jaakko Luttinen 5f07c64bc3 monero: 0.15.0.0 -> 0.15.0.1 2019-12-09 18:56:27 +01:00
rnhmjoj 039d299810 monero: add missing deps 2019-11-10 15:45:01 +01:00
Pavol Rusnak 6cc03f3418 monero: 0.14.1.0 -> 0.15.0.0 2019-11-10 14:49:51 +01:00
Frederik Rietdijk fc74ba8291 Merge master into staging-next 2019-08-31 09:50:38 +02:00
William Casarin 72682e4654 tree: rename altcoins to blockchains
Signed-off-by: William Casarin <jb55@jb55.com>
2019-08-29 05:01:42 -07:00