Commit Graph

9 Commits

Author SHA1 Message Date
Robin Krahl
5db8bf44de
openpgp-card-tools: Add shell completions and man pages
This patch adds a postInstall step to generate and install shell
completions and man pages as described in the project readme:
https://codeberg.org/openpgp-card/openpgp-card-tools/src/tag/v0.11.7#system-integration
2024-11-08 21:12:29 +01:00
Nick Cao
fbfe28975e
openpgp-card-tools: 0.11.6 -> 0.11.7
Diff: https://codeberg.org/openpgp-card/openpgp-card-tools/compare/v0.11.6...v0.11.7
2024-10-24 17:27:17 -04:00
Nick Cao
b16ded58a0
openpgp-card-tools: 0.11.4 -> 0.11.6
Diff: https://codeberg.org/openpgp-card/openpgp-card-tools/compare/v0.11.4...v0.11.6
2024-10-15 20:13:39 -04:00
Nick Cao
74d2041653
openpgp-card-tools: 0.11.3 -> 0.11.4
Diff: https://codeberg.org/openpgp-card/openpgp-card-tools/compare/v0.11.3...v0.11.4
2024-10-15 13:32:09 -04: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
R. Ryantm
4b0eea8b8c openpgp-card-tools: 0.11.2 -> 0.11.3 2024-07-02 14:58:40 +00:00
R. Ryantm
41d7eab3d7 openpgp-card-tools: 0.11.0 -> 0.11.2 2024-06-19 04:24:49 +00:00
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
R. Ryantm
178bc95341
openpgp-card-tools: 0.10.1 -> 0.11.0 2024-06-05 18:58:21 -04:00