Commit Graph

23 Commits

Author SHA1 Message Date
Philip White
c2ec210993
monero-cli: update submodule version; disable aarch64-darwin
`trezor-common` submodule updated to match the rev at the version tag,
as per the conversation here:
https://github.com/NixOS/nixpkgs/pull/341980#discussion_r1760381016

Mark as disabled on macOS/ARM because it does not build.

Formatted with `nixfmt-rfc-style`.

Tested on macOS M1 both via `nix-build -A monero-cli` and via
`nixpkgs-review`.
2024-10-09 09:06:07 -07:00
Artturin
e0464e4788 treewide: replace stdenv.is with stdenv.hostPlatform.is
In preparation for the deprecation of `stdenv.isX`.

These shorthands are not conducive to cross-compilation because they
hide the platforms.

Darwin might get cross-compilation for which the continued usage of `stdenv.isDarwin` will get in the way

One example of why this is bad and especially affects compiler packages
https://www.github.com/NixOS/nixpkgs/pull/343059

There are too many files to go through manually but a treewide should
get users thinking when they see a `hostPlatform.isX` in a place where it
doesn't make sense.

```
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv.is" "stdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenv'.is" "stdenv'.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "clangStdenv.is" "clangStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "gccStdenv.is" "gccStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "stdenvNoCC.is" "stdenvNoCC.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "inherit (stdenv) is" "inherit (stdenv.hostPlatform) is"
fd --type f "\.nix" | xargs sd --fixed-strings "buildStdenv.is" "buildStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "effectiveStdenv.is" "effectiveStdenv.hostPlatform.is"
fd --type f "\.nix" | xargs sd --fixed-strings "originalStdenv.is" "originalStdenv.hostPlatform.is"
```
2024-09-25 00:04:37 +03:00
Peder Bergebakken Sundt
8c8c27bb19 treewide: remove unused inputs 2024-09-18 01:00:07 +02:00
Pavol Rusnak
83a8e74283
monero-{cli,gui}: require udev only on Linux 2024-09-09 11:51:35 +02:00
rnhmjoj
473b09f778
monero-{cli,gui}: 0.18.3.3 -> 0.18.3.4
Also:

  - Remove unnecessary dependencies

  - Fix trezor support

  - Format using nixfmt
2024-09-09 02:42:57 +02:00
Emily
497259f95b monero-cli: add patch for miniupnpc 2.2.8 2024-07-12 00:33:38 +01:00
Emily
0539f86a55 monero-cli: build with Ninja 2024-07-12 00:33:38 +01:00
rnhmjoj
998a60e176
monero-{cli,gui}: 0.18.3.2 -> 0.18.3.3 2024-04-06 21:22:10 +02:00
rnhmjoj
de88b90a99
monero-{cli,gui}: 0.18.3.1 -> 0.18.3.2 2024-03-12 18:53:27 +01:00
rnhmjoj
7c2bcf14b5
monero-{cli,gui}: 0.18.2.2 -> 0.18.3.1 2023-10-12 11:17:03 +02:00
github-actions[bot]
c43057cfb6
Merge staging-next into staging 2023-09-16 18:01:34 +00:00
mib
a2ec498ff2 monero-cli: set mainProgram 2023-09-15 21:54:08 +02:00
Sandro Jäckel
fccf04b620 treewide: replace -DCMAKE_BUILD_TYPE in cmakeFlags with cmakeBuildType 2023-09-08 14:18:26 +00:00
rnhmjoj
4b29e9bd33
monero-{cli,gui}: 0.18.2.0 -> 0.18.2.2 2023-04-11 10:28:18 +02:00
rnhmjoj
639ae9650f
monero-cli: 0.18.1.2 -> 0.18.2.0 2023-03-05 11:13:42 +01:00
rnhmjoj
c47379d5e1
monero-cli: fetch necessary submodules only
Instead of downloading a whole lot of submodules just to be discarded
later (because we force system libraries) fetch the only one really
needed manually.
2023-03-05 11:13:42 +01:00
Markus S. Wamser
c9d167f174 pkgs.applications: remove unused args 2022-10-12 16:00:16 +02:00
R. Ryantm
463e3d3b32 monero-cli: 0.18.1.1 -> 0.18.1.2 2022-10-02 00:37:05 +00:00
R. Ryantm
85e38189c2 monero-cli: 0.18.1.0 -> 0.18.1.1 2022-09-21 23:30:02 +00:00
Pavol Rusnak
0ec615c46b
monero: 0.17.3.2 -> 0.18.1.0 2022-08-11 22:53:06 +02:00
rnhmjoj
10a5181278
monero-{cli,gui}: 0.17.3.0 -> 0.17.3.2 2022-05-01 12:20:29 +02:00
rnhmjoj
ebf7c3606c
monero-{cli,gui}: 0.17.2.3 -> 0.17.3.0 2021-12-10 00:19:02 +01:00
rnhmjoj
97a3b2af1d
monero: rename to monero-cli
To make repology.org happy, use the -cli suffix.
2021-11-28 11:35:14 +01:00