1
0
Fork 1
mirror of https://github.com/NixOS/nixpkgs.git synced 2024-12-25 03:17:13 +00:00
Commit graph

10 commits

Author SHA1 Message Date
Alexis Hildebrandt 755b915a15 treewide: Remove indefinite article from meta.description
nix run nixpkgs#silver-searcher -- -G '\.nix$' -0l 'description.*"[Aa]n?' pkgs \
  | xargs -0 nix run nixpkgs#gnused -- -i '' -Ee 's/(description.*")[Aa]n? (.)/\1\U\2/'
2024-06-09 23:07:45 +02:00
Raghav Sood 1ead048b1d
bitcoin-knots: disable BDB for darwin 2024-05-13 12:01:26 +08:00
Raghav Sood 796bf41d6c
bitcoin-knots: 25.1.knots20231115 -> 26.1.knots20240325 2024-05-13 11:47:54 +08:00
Sergei Trofimovich 69e0e70d59 bitcoind-knots: remove non-working tests attribute
Without the change `bitcoind-knots.tests` fails to evaluate:

    $ nix build --no-link -f. bitcoind-knots.tests
    error: attribute 'bitcoind-knots' missing

           71|   passthru.tests = {
           72|     smoke-test = nixosTests.bitcoind-knots;
             |                  ^
           73|   };

From what I can see `nixos/tests/all-tests.nix` never had a
`bitcoind-knots` present.
2023-12-28 20:22:52 +00:00
Pavol Rusnak be68d3444c
bitcoin-knots: 23.0.knots20220529 -> 25.1.knots20231115 2023-12-07 16:45:46 +01:00
Shawn8901 3866fa44a7 treewide: remove global with lib; in pkgs/{audio,blockchain,editors} 2023-01-21 23:11:12 +01:00
Guillaume Girol 33afbf39f6 treewide: switch to nativeCheckInputs
checkInputs used to be added to nativeBuildInputs. Now we have
nativeCheckInputs to do that instead. Doing this treewide change allows
to keep hashes identical to before the introduction of
nativeCheckInputs.
2023-01-21 12:00:00 +00:00
Pavol Rusnak 3fd2a24468
bitcoind-knots: 22.0.knots20211108 -> 23.0.knots20220529 2022-10-30 11:31:26 +01:00
Pavol Rusnak ef9bcf24ca
bitcoin-knots: 0.20.0.knots20200614 -> 22.0.knots20211108
make bitcoin-knots/default.nix much more similar to bitcoin/default.nix
to simplify maintenance
2021-11-21 20:00:24 +01:00
Sandro Jäckel 06a2b9fa95
pkgs/applications/blockchains: move packages into subdirs 2021-07-28 13:29:10 +02:00