Francesco Gazzetta
181f4aec89
ft2-clone: 1.86 -> 1.88
...
Diff: https://github.com/8bitbubsy/ft2-clone/compare/v1.86...v1.88
2024-11-06 21:47:42 +01: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
c6f581b709
ft2-clone: 1.85 -> 1.86
2024-09-14 09:26:29 +00:00
R. Ryantm
3e957b6c98
ft2-clone: 1.84 -> 1.85
2024-09-01 09:39:03 +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
bc8257ce44
ft2-clone: 1.83 -> 1.84
2024-05-16 09:42:39 +00:00
R. Ryantm
02577a094b
ft2-clone: 1.82 -> 1.83
2024-05-11 08:30:34 +00:00
R. Ryantm
51af928dec
ft2-clone: 1.80 -> 1.82
2024-04-15 13:09:44 +00:00
R. Ryantm
b117f65a97
ft2-clone: 1.79.2 -> 1.80
2024-04-09 18:25:50 +00:00
R. Ryantm
3d7f72a06e
ft2-clone: 1.78 -> 1.79.2
2024-03-21 04:21:53 +00:00
R. Ryantm
bb40e8c721
ft2-clone: 1.77.1 -> 1.78
2024-03-18 09:24:15 +01:00
R. Ryantm
413e3a6502
ft2-clone: 1.76 -> 1.77.1
2024-03-12 09:28:20 +01:00
R. Ryantm
07ff912d63
ft2-clone: 1.75 -> 1.76
2024-02-24 15:33:29 +01:00
h7x4
8121f3559a
treewide: add mainProgram
2024-02-11 03:19:15 +01:00
R. Ryantm
63e3e2ab1a
ft2-clone: 1.74 -> 1.75
2024-01-10 06:37:31 +00:00
R. Ryantm
965236f4c0
ft2-clone: 1.73 -> 1.74
2023-12-18 08:45:09 +00:00
R. Ryantm
74551cd62a
ft2-clone: 1.72.1 -> 1.73
2023-11-01 09:12:00 +00:00
R. Ryantm
180462df11
ft2-clone: 1.71 -> 1.72.1
2023-10-08 22:37:41 +00:00
Francesco Gazzetta
e1ae770fdf
ft2-clone: 1.69 -> 1.71
...
Diff: https://github.com/8bitbubsy/ft2-clone/compare/v1.69...v1.71
2023-10-05 11:34:34 +02:00
OPNA2608
307c7f4937
ft2-clone: Apply patch to fix Darwin building
2023-08-22 11:17:43 +02:00
R. Ryantm
5514a1578b
ft2-clone: 1.68 -> 1.69
2023-08-06 07:40:34 +00:00
R. Ryantm
17e26fcf49
ft2-clone: 1.67 -> 1.68
2023-07-08 23:52:44 +00:00
R. Ryantm
a8f650bd32
ft2-clone: 1.66 -> 1.67
2023-04-30 13:19:33 +00:00
Francesco Gazzetta
03e737930c
ft2-clone: 1.65 -> 1.66
2023-04-21 15:35:20 +02:00
R. Ryantm
a4bc1983b0
ft2-clone: 1.63 -> 1.65
2023-03-04 16:37:38 +00:00
Francesco Gazzetta
e72965f927
ft2-clone: 1.62 -> 1.63
2023-01-25 16:23:25 +01:00
R. Ryantm
b3f7ea4e42
ft2-clone: 1.61 -> 1.62
2022-12-01 23:13:22 +00:00
R. Ryantm
6c44734327
ft2-clone: 1.60 -> 1.61
2022-11-08 22:20:15 +00:00
R. Ryantm
83a898a461
ft2-clone: 1.59 -> 1.60
2022-10-11 19:53:22 +00:00
R. Ryantm
a097585ef1
ft2-clone: 1.58 -> 1.59
2022-10-04 20:03:19 +08:00
R. Ryantm
e1783be172
ft2-clone: 1.57 -> 1.58
2022-09-26 21:16:54 +08:00
R. Ryantm
3f72016bb1
ft2-clone: 1.56 -> 1.57
2022-09-05 14:12:18 +00:00
Francesco Gazzetta
3b1ea472d3
ft2-clone: 1.55 -> 1.56
2022-07-23 13:58:04 +02:00
Francesco Gazzetta
cc3fa0d787
ft2-clone: 1.54 -> 1.55
2022-06-14 23:04:22 +02:00
Francesco Gazzetta
05554d6c57
ft2-clone: 1.52 -> 1.54
2022-04-20 12:56:01 +02:00
R. Ryantm
78778534e4
ft2-clone: 1.51 -> 1.52
2022-02-28 06:00:06 +00:00
Francesco Gazzetta
1219cd6778
ft2-clone: 1.50 -> 1.51
2022-02-01 18:33:11 +01:00
Francesco Gazzetta
4aa35b41c2
ft2-clone: 1.49 -> 1.50
2022-01-13 09:17:53 +01:00
R. Ryantm
ba4ccf2c12
ft2-clone: 1.48 -> 1.49
2021-12-30 12:12:12 +00:00
R. Ryantm
dade4f3b63
ft2-clone: 1.47 -> 1.48
2021-12-06 23:43:27 +00:00
AndersonTorres
e9e5f5f84d
Change all alsaLib references to alsa-lib
2021-06-10 01:12:49 -03:00
R. RyanTM
b55ce5bfdc
ft2-clone: 1.46 -> 1.47
2021-05-23 22:30:36 +00:00
R. RyanTM
229aff82b2
ft2-clone: 1.44_fix -> 1.46
2021-04-06 04:11:12 -04:00
R. RyanTM
af5ce367fd
ft2-clone: 1.43 -> 1.44_fix
2021-03-02 22:21:13 +00:00
R. RyanTM
ac29a296ca
ft2-clone: 1.42 -> 1.43
2021-01-18 20:50:55 +00:00
Ben Siraphob
badf51221d
treewide: stdenv.lib -> lib
2021-01-16 17:58:11 +07: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
Francesco Gazzetta
5ec0a5636e
ft2-clone: fix darwin
2021-01-02 18:55:09 +01:00
Francesco Gazzetta
62f0b749d2
ft2-clone: 1.41_fix -> 1.42
2021-01-01 22:08:07 +01:00
Pavol Rusnak
b8bc039a13
Merge pull request #99381 from fgaz/ft2-pt2-clone/endianness
...
pt2-clone,ft2-clone: only build on little-endian systems
2020-11-26 17:52:32 +01:00