José Ribeiro
0b65b5ed47
feishin: 0.11.0 -> 0.11.1
...
Diff: https://github.com/jeffvli/feishin/compare/v0.11.0...v0.11.1
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.11.1
2024-10-16 01:57:22 +01:00
José Ribeiro
46719faa3c
feishin: 0.10.1 -> 0.11.0
...
Diff: https://github.com/jeffvli/feishin/compare/v0.10.1...v0.11.0
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.11.0
2024-10-16 01:51:43 +01:00
José Ribeiro
23eb0dd8b1
feishin: 0.10.0 -> 0.10.1
...
Diff: https://github.com/jeffvli/feishin/compare/v0.10.0...v0.10.1
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.10.1
2024-10-01 06:13:05 +01:00
José Ribeiro
52e47d17b6
feishin: 0.9.0 -> 0.10.0
...
Diff: https://github.com/jeffvli/feishin/compare/v0.9.0...v0.10.0
Changelog: https://github.com/jeffvli/feishin/releases/tag/v0.10.0
2024-09-29 22:55:33 +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
José Ribeiro
48cdd61a0a
feishin: 0.8.1 -> 0.9.0
...
Diff: https://github.com/jeffvli/feishin/compare/v0.8.1...v0.9.0
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.9.0
2024-09-11 12:59:35 +01:00
José Ribeiro
9b50419618
feishin: 0.8.0 -> 0.8.1
...
Diff: https://github.com/jeffvli/feishin/compare/v0.8.0...v0.8.1
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.8.1
2024-09-05 00:35:30 +01:00
José Ribeiro
fd54de48a5
feishin: 0.7.3 -> 0.8.0
...
Diff: https://github.com/jeffvli/feishin/compare/v0.7.3...v0.8.0
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.8.0
2024-09-04 03:40:45 +01:00
TomaSajt
7dc03bea93
feishin: use electron.dist
2024-08-27 21:37:15 +02:00
José Ribeiro
3d159512d9
feishin: use electron_31
...
As originally mentioned in #331868 , feishin now [1] depends on Electron v31,
which was not packaged at the time (#325428 ).
It has since been fixed (by #333907 ).
[1]: https://github.com/jeffvli/feishin/blob/f2beeef/package.json#L234
2024-08-23 00:59:01 +01:00
Peder Bergebakken Sundt
3a83109945
treewide: change ${pname}
to string literal, pt2 ( #336195 )
...
* aescrypt: change `${pname}` to string literal
* bandwidth: change `${pname}` to string literal
* bc: change `${pname}` to string literal
* bdfresize: change `${pname}` to string literal
* birdfont: change `${pname}` to string literal
* brltty: change `${pname}` to string literal
* calamares: change `${pname}` to string literal
* ccal: change `${pname}` to string literal
* clac: change `${pname}` to string literal
* colord-gtk4: change `${pname}` to string literal
* colord: change `${pname}` to string literal
* colorless: change `${pname}` to string literal
* cunit: change `${pname}` to string literal
* datamash: change `${pname}` to string literal
* dateutils: change `${pname}` to string literal
* desktop-file-utils: change `${pname}` to string literal
* digitemp: change `${pname}` to string literal
* ding-libs: change `${pname}` to string literal
* docbook2mdoc: change `${pname}` to string literal
* dtach: change `${pname}` to string literal
* empty: change `${pname}` to string literal
* entr: change `${pname}` to string literal
* envsubst: change `${pname}` to string literal
* ethtool: change `${pname}` to string literal
* fdtools: change `${pname}` to string literal
* filebench: change `${pname}` to string literal
* findutils: change `${pname}` to string literal
* fortune: change `${pname}` to string literal
* fpart: change `${pname}` to string literal
* fxlinuxprintutil: change `${pname}` to string literal
* gbdfed: change `${pname}` to string literal
* getopt: change `${pname}` to string literal
* github-copilot-cli: change `${pname}` to string literal
* gparted: change `${pname}` to string literal
* hddtemp: change `${pname}` to string literal
* hdfview: change `${pname}` to string literal
* hpcg: change `${pname}` to string literal
* hpl: change `${pname}` to string literal
* ink: change `${pname}` to string literal
* ised: change `${pname}` to string literal
* isoimagewriter: change `${pname}` to string literal
* kronometer: change `${pname}` to string literal
* libsForQt5.qt5ct: change `${pname}` to string literal
* lilo: change `${pname}` to string literal
* lockfileProgs: change `${pname}` to string literal
* map-cmd: change `${pname}` to string literal
* mcrypt: change `${pname}` to string literal
* most: change `${pname}` to string literal
* mrtg: change `${pname}` to string literal
* ms-sys: change `${pname}` to string literal
* multitime: change `${pname}` to string literal
* nbench: change `${pname}` to string literal
* osinfo-db-tools: change `${pname}` to string literal
* parallel-full: change `${pname}` to string literal
* phoronix-test-suite: change `${pname}` to string literal
* pod2mdoc: change `${pname}` to string literal
* powerline-rs: change `${pname}` to string literal
* recoverjpeg: change `${pname}` to string literal
* recutils: change `${pname}` to string literal
* routino: change `${pname}` to string literal
* rpm-ostree: change `${pname}` to string literal
* screen: change `${pname}` to string literal
* sharedown: change `${pname}` to string literal
* statserial: change `${pname}` to string literal
* taoup: change `${pname}` to string literal
* texi2mdoc: change `${pname}` to string literal
* tmpwatch: change `${pname}` to string literal
* toilet: change `${pname}` to string literal
* triehash: change `${pname}` to string literal
* ttfautohint: change `${pname}` to string literal
* txt2man: change `${pname}` to string literal
* urjtag: change `${pname}` to string literal
* uudeview: change `${pname}` to string literal
* uutils-coreutils: change `${pname}` to string literal
* vttest: change `${pname}` to string literal
* wacomtablet: change `${pname}` to string literal
* xcd: change `${pname}` to string literal
* xdaliclock: change `${pname}` to string literal
* xjobs: change `${pname}` to string literal
* feishin: change `${pname}` to string literal
* gifsicle: change `${pname}` to string literal
* nzbhydra2: change `${pname}` to string literal
* vatprism: change `${pname}` to string literal
* webfs: change `${pname}` to string literal
* yggstack: change `${pname}` to string literal
2024-08-20 17:23:37 -07:00
José Ribeiro
bd6cce9218
feishin: 0.7.1 -> 0.7.3
...
Diff: https://github.com/jeffvli/feishin/compare/v0.7.1...v0.7.3
Changelog:
- https://github.com/jeffvli/feishin/releases/tag/v0.7.2
- https://github.com/jeffvli/feishin/releases/tag/v0.7.3
Feishin now depends on Electron v31
(fd893224b3
),
which is not packaged yet: https://github.com/NixOS/nixpkgs/issues/325428
2024-08-02 23:49:04 +01:00
José Ribeiro
2c19ea977c
feishin: move to pkgs/by-name
2024-08-02 23:49:04 +01:00